Forge Agent banner
emtcmca emtcmca

Forge Agent

Development community

Description

--- description: "Author a complete, reusable agent system prompt from a short description — role, objective, method, guardrails, output contract, and baked-in push-back." usage: "/promptsmith:forge-agent <description of the agent you want> [--lens name,name] [--deep] — e.g. /promptsmith:forge-agent a reviewer that critiques HOA letters for tone and compliance" category: "dev" --- Turn a short description into a complete, reusable agent system prompt. Output is plain text you can drop into a su

Installation

Installs to ~/.claude/skills/emtcmca-promptsmith-forge-agent/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emtcmca-promptsmith-forge-agent && curl -fsSL https://raw.githubusercontent.com/emtcmca/promptsmith/HEAD/commands/forge-agent.md -o ~/.claude/skills/emtcmca-promptsmith-forge-agent/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository