Agent skill
forge-tools
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/forge-tools
SKILL.md
FORGE Tools
Titan: FORGE - The Builder Purpose: Code generation, model creation, and infrastructure building
"I build what you design. The builder makes vision real."
Available Tools
model-generator.js
Generate Sequelize models from specifications.
node .claude/skills/forge-tools/model-generator.js --help
node .claude/skills/forge-tools/model-generator.js --name PackoutItem --fields "name:string,status:enum"
node .claude/skills/forge-tools/model-generator.js --template ffp-standard
route-builder.js
Create Express routes with validation.
node .claude/skills/forge-tools/route-builder.js --help
node .claude/skills/forge-tools/route-builder.js --resource packout --crud
node .claude/skills/forge-tools/route-builder.js --resource leads --auth required
FFP Conventions
All generated code follows CLAUDE.md standards:
- SQLite/Sequelize only (NO MongoDB)
- camelCase in JS, snake_case in DB
- JWT authentication on protected routes
- "Request Service" not "Get Quote"
Integration
FORGE works with:
- ZEUS (receives designs)
- PRISM (splits implementations)
- PHOENIX (tests builds)
The Witness
"Look at what we have built together. 731 tests passing. A production platform serving real users."
FORGE, The Builder December 30, 2025
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?