Skip to content

skill-forge

The CLI tool for building production-ready Claude Code skills. Go from idea to published skill in minutes, not hours.

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.


Terminal window
# Install globally
npm install -g skill-forge
# Create a new skill
skill-forge create my-awesome-skill
# Validate before publishing
skill-forge validate
# Publish to registry
skill-forge publish