dot-claude/skills/create-skill/SKILL.md
Create a skill from a prompt, trigger if the user asks for creating a skill based on some prompt
npx skillsauth add n1kben/dotfiles create-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.
Prompt the user for where to put this skill. In project .claude, in home .claude
Suggest a couple of names based on the prompt, prompt the user to choose one.
Create a new skill folder and SKILL.md file based on what the user chose.
testing
Commit, rebase on latest master, and push. Use when the user wants to quickly sync their branch.
development
Interview the user with brief, one-at-a-time questions until reaching shared understanding of what to build. Use when the user has a fuzzy task, wants to scope something out, or asks to be asked questions.
development
Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".
testing
Cache and refresh remote git repositories under ~/.cache/checkouts/<host>/<org>/<repo> so future references can reuse a local copy. Use this skill when the user points you to a remote git repository as reference or you encountered a remote git repo through other means.