SkillForge

STUDIOBUNDLE COMPOSER

Forge a skill stack for your agent

Pick skills, get compatibility checks, a combined score, a zero-dependency install script and an MCP bundle your agent can fetch itself.

Pick up to 8 skills — click to toggle.

Bundle report

Combined

96

Safety

100

Capabilities (7)

diff reviewbug huntingsecurity smellspatch suggestionsunit test generationedge case designmutation review
Install script
# SkillForge bundle — paste into any shell, zero dependencies
# Installs every skill as SKILL.md under ./skills/<id>/
mkdir -p skills/pr-reviewer skills/test-forger
# PR Reviewer (2.3.0) — Senior-dev code review in 60 seconds
curl -fsSL "https://skillforge-aniruddha-adaks-projects.vercel.app/api/skills/pr-reviewer/skill.md" -o skills/pr-reviewer/SKILL.md
# Test Forger (1.6.1) — Tests that actually catch regressions
curl -fsSL "https://skillforge-aniruddha-adaks-projects.vercel.app/api/skills/test-forger/skill.md" -o skills/test-forger/SKILL.md