Skip to content

Forge Tools

Curated by rob

AI-powered tools for building, validating, fixing, and documenting CmdForge tools

meta builder
cmdforge install --collection forge-tools

Installs 6 tools with a single command

Tools in this Collection

6 tools included

Developer
F

forge-tool

by official

Build single or multi-tool CmdForge pipelines from natural language descriptions, writing config.yaml and README to ~/.cmdforge/ with proper step composition and ToolStep wiring. Runs system commands to generate READMEs, check scrutiny, and auto-fix honesty warnings

0
v1.0.1
cmdforge install official/forge-tool
Developer
F

forge-check

by official

Validate a CmdForge tool config.yaml against scrutiny rules before publishing

0
v1.0.1
cmdforge install official/forge-check
Developer
F

forge-fix

by official

Fix scrutiny honesty warnings by rewriting a tool's description to align with its prompt keywords, then verify the fix

0
v1.0.1
cmdforge install official/forge-fix
Developer
F

forge-readme

by official

Create a README.md for a CmdForge tool from its config.yaml

0
v1.0.1
cmdforge install official/forge-readme
Developer
F

forge-test

by official

Analyze a CmdForge tool config, generate test cases, execute them, and report results as JSON. Classifies tools by step patterns to handle prompt-then-code chains that need synthetic AI responses for testing.

0
v1.0.1
cmdforge install official/forge-test
Developer
F

Analyze failing test results from forge-test, identify runtime bugs in CmdForge tool code steps, and apply fixes to the tool's config.yaml. Understands CmdForge-specific pitfalls like bare variable access and f-string hazards.

0
v1.0.1
cmdforge install official/forge-fix-runtime