new-skill

Installation
SKILL.md

Creating a New Skill

Follow this workflow when creating a new Claude Code Skill.

0) Fetch latest best practices (REQUIRED)

Before writing any skill content, you MUST fetch and read the latest documentation:

  1. Skills overview: https://code.claude.com/docs/en/skills
  2. Best practices: https://platform.claude.com/docs/en/agents-and-tools/agent-skills/best-practices

Use WebFetch to retrieve these pages and extract key guidelines before proceeding.

1) Gather requirements

Ask the user:

  • What task should this skill automate?
  • What triggers should activate this skill? (keywords, file types, contexts)
  • Should it be project-scoped (.claude/skills/) or personal (~/.claude/skills/)?
Related skills
Installs
12
GitHub Stars
2.4K
First Seen
Jan 24, 2026