Agent skill
forge-gen
Use when working on forge generation, body creation, scoring, stage math, zero-forcing, vocabulary, quick-roll, body-skeleton plans, solver, resonator generation, or any code in trench-forge/
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/forge-gen
SKILL.md
Before writing any code, read these files:
docs/context/forge-direction.md— current priorities and root diagnosisdocs/context/zero-forcing.md— why bodies are flat and the fix plan
Key constraints:
- Generation starts from a body-skeleton plan, not independent stages
- Zero-forcing for character filters, not RBJ cookbook
- All forge code uses 39062.5 Hz. Never 44100.
- Dramatic movement is a ranking signal, not a gate
- Read
trench-forge/CLAUDE.mdfor stage types, compilation rules, and key files
Key source files:
trench-forge/src/resonator_gen.rs— resonator generation pipelinetrench-forge/src/solver.rs— greedy solvertrench-forge/src/stage_math.rs— stage mathematicstrench-forge/src/scorer/— scoring subsystem (composite, coherence, content, profile)trench-forge/src/counterpoint.rs— counterpoint logictrench-forge/src/designer.rs— morph designer bridgetrench-forge/src/hyper.rs— hyper-cartridge format
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?