Instant Scaffolding
Run one command to generate a complete skill structure with SKILL.md, references, scripts, and tests — all following best practices.
Building Claude Code skills involves boilerplate, conventions, and validation rules that are easy to get wrong. skill-forge automates the boring parts so you can focus on what your skill actually does.
Instant Scaffolding
Run one command to generate a complete skill structure with SKILL.md, references, scripts, and tests — all following best practices.
Built-in Validation
Catch errors before publishing. skill-forge validates your SKILL.md frontmatter, file structure, and reference integrity automatically.
One-Command Publish
Publish to the skill registry with skill-forge publish. Handles versioning, README generation, and GitHub release creation.
Template Library
Start from battle-tested templates for common patterns: CLI tools, browser automation, code review, and more.
# Install globallynpm install -g skill-forge
# Create a new skillskill-forge create my-awesome-skill
# Validate before publishingskill-forge validate
# Publish to registryskill-forge publish