⚒ Open Source — Boottify Tools
Skillforge
Forge skills. Ship faster.
$ curl -fsSL https://skillforge.boottify.com/install.sh | bash
$ skillforge search "deployment"
→ deploy-pipeline — Build, test, deploy workflow
→ k8s-deploy — Kubernetes deployment with Helm
$ skillforge install deploy-pipeline
→ Installed 'deploy-pipeline' at ~/.skillforge/skills/
$ skillforge create my-workflow
→ Created skill template at ./my-workflow/SKILL.md
Why Skillforge
// PORTABLE_SKILLS
Cross-Tool
Same SKILL.md works in Claude Code, Hermes, Cursor, and Windsurf. Write once, use everywhere.
Public Registry
Browse and install community skills. Deployment pipelines, code review, database migrations, more.
Versioned
Skills are versioned with semantic versioning. Update all installed skills with one command.
Zero Dependencies
Single Python script. No npm, no pip packages, no Docker. Runs on any system with Python 3.10+.
Validation Built-In
Validate SKILL.md format before publishing. Catch missing frontmatter, bad YAML, incomplete steps.
Portable Format
YAML frontmatter + Markdown body. Human-readable, git-friendly, AI-editable. The universal skill format.