Skill Creator
OfficialFreeMeta-skill for creating effective Claude skills from conception to distribution. Learn the complete skill development li
Free · Opens the source repo
What Skill Creator does
Meta-skill for creating effective Claude skills from conception to distribution. Learn the complete skill development lifecycle: understanding usage patterns through concrete examples, planning reusable resources (scripts for deterministic code, references for documentation, assets for output files), initializing projects with proper structure, and implementing with progressive disclosure design (metadata → SKILL.md → bundled resources). Master the art of writing for AI consumption using imperative form and objective language. Utilize included init_skill.py for project scaffolding, package_skill.py for validation and ZIP creation, and follow iterative improvement workflows based on real-world testing. Understand when to extract code into scripts, when to provide reference documentation, and when to bundle assets. Essential for building maintainable, well-documented skills that extend Claude's capabilities effectively.
How to install Skill Creator
1. Install with the skills CLI
npx skills add --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Similar skills
Template Skill
Basic template for creating new Claude skills with proper structure and metadata. Includes pre-configured YAML frontmatt
Heap Snapshot Analysis
Investigate V8 heap snapshots for memory issues.
VS Code Performance Workflow
Automate performance investigations in VS Code.
Playwright Component Testing
Test React and Vue components in isolation with Playwright.
Turborepo
Optimized build system for JavaScript/TypeScript monorepos.
ClickHouse Logs Queries
Efficiently manage Supabase logs with ClickHouse SQL.
