.cursor/skills/_template/SKILL.md
One-line portable description of the workflow.
npx skillsauth add doesitscript/dotfile-vnext example-skillInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One short paragraph explaining what this skill does and what kind of problem it solves.
Use this skill when:
Do not use this skill when:
Suggested owners:
Planner / StewardResearcherExecutorList only the roles that genuinely make sense for the workflow.
Examples:
Explain where this skill usually fits:
If named roles or agents are useful, explain the handoff shape clearly.
Document the actual portable workflow here.
Keep repo-specific ambient policy out of this file. That belongs in the companion rule and framework docs.
testing
Creates a zip archive from the project root while excluding .git and downloaded dependency/source folders. Use when the user asks to zip a project without git metadata or dependencies, including short trigger prompts like zipprojectroot, @zipprojectroot, archiveproject, or run zipprojectroot.
documentation
Reads .envrc, creates or updates .envrc.sample with sanitized placeholder values safe for committing, and ensures .envrc is in .gitignore. Use when adding secrets to .envrc, setting up a new project environment, creating a sample env file, protecting secrets from git, or when asked to sanitize, clean, or document environment variables.
documentation
Registers remote documentation URLs in project-level .cursor/config.json and processes them for active use. Use when the user provides doc sources, asks to add/index docs, or requests @doc handles with suggested titles.
testing
Stage only related work, exclude unrelated dirty files, and create one or more grouped multiline git commits with clear titles and bodies. Use when the user asks to add and commit current work cleanly, especially in a dirty worktree.