name: cc-add-skill allowed-tools: Read, Write, Glob, Bash(ls:), Bash(mkdir:) argument-hint: name description... description: Create a global Claude Code skill in ~/.claude/skills model: sonnet
Arguments
$ARGUMENTS = {name} {description...}
Parse the arguments:
- Name: Skill name (first token) - will become the directory name
- Description: What the skill provides (everything else)
Target Directory
~/.claude/skills/{name}/SKILL.md
Workflow
- Parse - Extract name and description from arguments
-
Analyze - Determine:
- Core conventions and patterns to include
- Key practices and anti-patterns
- Testing approach if applicable
-
Draft - Create the skill file with:
- Frontmatter:
name,description - Concise, actionable conventions
- Code examples where helpful
- Frontmatter:
- Confirm - Show the proposed file path and content
- STOP - Wait for user approval (use AskUserQuestion)
- Create - Only after approval, create the skill directory and SKILL.md
Skill Format
---
name: { name }
description: { Brief description ending with period }
---
## Conventions
- **Key Area**: Guidance
- ...
## Patterns
{Code examples if applicable}
## Anti-patterns
- Avoid X because Y
Examples
Input: /cc-add-skill python Python idioms and best practices
Output: ~/.claude/skills/python/SKILL.md
Input: /cc-add-skill react React component patterns and hooks
Output: ~/.claude/skills/react/SKILL.md
Content Guidelines
Analyze the {description} to understand the intended purpose, then write the skill file content:
- In English, optimized for AI comprehension
- Use clear, imperative language
- Focus on actionable instructions rather than verbose explanations
Begin
Parse $ARGUMENTS and create the appropriate skill file. Ask for user approval before writing.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
41
GitHub Forks
4
Created
Mar 2026
Last Updated
3个月前
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!