AI coding assistants are only as good as their instructions. But sharing those instructions across tools has been a fragmented mess — until now.
WHAT IS SKILLFORGE?
Skillforge is a lightweight, zero-dependency skill manager for AI coding assistants. It works with any tool that uses the SKILL.md format — Claude Code, Hermes, Cursor, Windsurf, and more.
A "skill" is a reusable procedural knowledge pack. Instead of repeating "here's how to deploy this project" every time, you install a skill once and the assistant loads it on demand.
QUICK START
curl -fsSL https://skillforge.boottify.com/install.sh | bash
Once installed:
# Browse skills
skillforge search "deployment"
# Install one
skillforge install deploy-pipeline
# Create your own
skillforge create my-workflow
# Publish to registry
skillforge publish my-workflow
WHAT MAKES IT DIFFERENT
Unlike ad-hoc scripts or tool-specific extensions, Skillforge is portable. A skill written for Claude Code works in Hermes. A skill tested in Cursor loads in Windsurf. The SKILL.md format is the common denominator.
THE REGISTRY
Skills are published to a public registry at skillforge.boottify.com. Categories include deployment, code review, database migrations, design systems, and debugging workflows.
Built with ☕ in Lithuania. Open source under MIT. GitHub →



