Use when authoring or editing an actor — a Skill, slash command, or workflow that prescribes how to act (not just what is true). Enforces the Goal/Input/Steps/Output/Constraints shape, separates Knowledge from Actor, and demands every step produce an observable result.
$npx -y skills add nvzver/claude-marketplace --skill actor-templateInstalls into the current project.
Run `npx skills use "https://github.com/nvzver/claude-marketplace" --skill "nvzver/claude-marketplace/actor-template"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nvzver/claude-marketplace" that are relevant to the current task. Run `npx skills add "https://github.com/nvzver/claude-marketplace"` and select the relevant skills, then follow their instructions.