rpgjs
Installation
SKILL.md
RPGJS v5 Project
Overview
Use this skill to work inside an RPGJS v5 project with the live documentation as source of truth. Start by proving that the current codebase is an RPGJS project, then load the relevant RPGJS and CanvasEngine docs with curl or an equivalent CLI fetcher before making changes.
Start Here
Verify that the current workspace is an actual RPGJS project before doing anything else.
Inspect one or more package.json files and look for @rpgjs packages.
Useful commands:
rg -n '"@rpgjs|@rpgjs/' . --glob 'package.json'
rg --files . | rg 'package.json$'
Related skills