forge
Research-backed team planning, role design, and skill creation
All Skills in This Repository (4)
Pure Emerald Level Indicatorslibrarian
Audit agent, skill, and template libraries for duplicates and stale items.
mission-planner
Decompose strategic goals into team roles and communication topologies.
agent-creator
Create structured AI agent definitions with seven standardized components.
skills/skill-creator
Generate SKILL.md files with vocabulary routing, anti-patterns, and behavioral instructions.
Frequently Asked Questions
FAQPage SchemaHow to install Forge?▼
Run `npx skills add jdforsythe/forge --all -g -y` in your terminal to install all four skills globally.
What does Forge actually do?▼
It takes a goal like 'build a SaaS product' and produces a structured plan: whether one worker or a small team is needed, which roles to use, and what each role must deliver.
When should I use a team instead of one agent?▼
Only when the work needs genuinely different expertise across separable subtasks. Research shows adding more workers hurts results on tasks one capable worker already handles, so Forge always tries the single-worker option first.
Does Forge work with Claude Code?▼
Yes. It installs as a plugin and its skills follow the open SKILL.md standard, so they run in Claude Code and other compatible coding environments.
Can I create my own custom roles and skills?▼
Yes. The agent-creator and skill-creator skills build new role definitions and reusable skills from your plain-English description, following research-backed quality rules.