Loading...
Loading...
Create new Claude Code skills with proper structure, YAML frontmatter, and best practices. Use when creating reusable knowledge modules, adding specialized guidance, or building domain-specific expertise.
npx skill4agent add d-o-hub/rust-self-learning-memory skill-creatorSKILL.md------
name: skill-name
description: Brief description of what this skill does and when to use it
---
# Skill Title
## Instructions
Step-by-step guidance for Claude...| Field | Required | Description |
|---|---|---|
| Yes | Lowercase letters, numbers, hyphens only (max 64 chars). Must match directory name. |
| Yes | What the skill does and when to use it (max 1024 chars). Claude uses this to match requests. |
| No | Tools Claude can use without permission |
| No | Specific model to use |
| No | Set to |
skill-name/
├── SKILL.md # Required - overview and navigation
├── reference.md # Detailed docs - loaded when needed
├── examples.md # Usage examples - loaded when needed
└── scripts/
└── helper.sh # Utility script - executed, not loaded