Creates new Claude Code skills with proper structure and best practices. Use when user wants to create a skill, update an existing skill, add a new command, scaffold a workflow, define skill hooks, or asks "how do I make a skill".
$npx -y skills add antoniocascais/claude-code-toolkit --skill skill-forgeInstalls into the current project.
Run `npx skills use "https://github.com/antoniocascais/claude-code-toolkit" --skill "antoniocascais/claude-code-toolkit/skill-forge"` 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/antoniocascais/claude-code-toolkit" that are relevant to the current task. Run `npx skills add "https://github.com/antoniocascais/claude-code-toolkit"` and select the relevant skills, then follow their instructions.