Loading...
Loading...
Creates well-structured Agent Skills following best practices. Use when building new skills for Claude Code, designing skill directory structures, writing SKILL.md files, or improving existing skills with progressive disclosure patterns.
npx skill4agent add mazrean/agent-skills creating-agent-skillsmy-skill/
├── SKILL.md # Required: metadata + instructions
├── scripts/ # Optional: executable code
├── references/ # Optional: detailed docs
└── assets/ # Optional: templates, resources---
name: skill-name # lowercase, hyphens only, max 64 chars
description: What it does and when to use it. # max 1024 chars
---
# Skill Title
Brief intro and "Use this skill when..." statement.
## Quick Start
[Most common use case with example]
## Core Features
[Main capabilities organized by task]
## Support Files
[Links to reference files for detailed info]processing-pdfsanalyzing-datapdf-processor--description: Extracts text and tables from PDF files, fills forms, merges documents. Use when working with PDF files or when user mentions PDFs, forms, or document extraction.description: Helps with PDFs. # Too vague## Detailed Topics
**Form filling**: See [FORMS.md](references/FORMS.md)
**API reference**: See [REFERENCE.md](references/REFERENCE.md)
**Examples**: See [EXAMPLES.md](references/EXAMPLES.md)