rpgjs-studio
Installation
SKILL.md
RPGJS Studio API Skill
Use this skill to execute content-management tasks against an RPGJS Studio instance.
Inputs
- Check whether a local
RPGSTUDIO.mdfile exists in the current working directory. - If
RPGSTUDIO.mdexists, treat it as local project context and read it first. - Use it to recover persistent values such as:
BASE_URL- any other project-specific instructions relevant to API usage
- Do not recover, request, or persist a
projectId. The API key is scoped to the RPGJS Studio project, so work directly on the user's requested resource. - If
RPGSTUDIO.mddoes not exist, continue normally. - Resolve
BASE_URLfrom the user if provided. - Default
BASE_URLtohttps://rpgjs.studiowhen the user did not specify another host. - Read the API key from the environment variable
RPGSTUDIO_API_KEY.
Mandatory startup workflow
Related skills