Skills are markdown files that inject context and instructions into the system prompt. Each skill is a directory containing a SKILL.md file with a YAML frontmatter block describing the skill and a body that becomes an inline block in the system prompt.
$npx -y skills add cursortouch/operator-use --skill docsInstalls into the current project.
Run `npx skills use "https://github.com/cursortouch/operator-use" --skill "cursortouch/operator-use/docs"` 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/cursortouch/operator-use" that are relevant to the current task. Run `npx skills add "https://github.com/cursortouch/operator-use"` and select the relevant skills, then follow their instructions.