Guide for creating Claude Code skills following Anthropic's official best practices. Use when user wants to create a new skill, build a skill, write SKILL.md, update an existing skill, or needs skill creation guidelines. Provides structure, frontmatter fields, naming conventions, and new features like dynamic context injection and subagent execution.
$npx -y skills add fvadicamo/dev-agent-skills --skill creating-skillsInstalls into the current project.
Run `npx skills use "https://github.com/fvadicamo/dev-agent-skills" --skill "fvadicamo/dev-agent-skills/creating-skills"` 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/fvadicamo/dev-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/fvadicamo/dev-agent-skills"` and select the relevant skills, then follow their instructions.