mgratzermgratzerCommunityยท6 Agent Skills Included

forge

Structured development workflow from idea to reviewed code

Guides software work from a rough idea through shaping, issue creation, implementation, self-review, and PR feedback resolution. Eliminates vague requirements, inconsistent commits, and skipped reviews by enforcing one repeatable workflow with conventional naming. Delegates research and code review to fresh-context sub-agents so every change ships tested, documented, and review-ready.
npx skills add mgratzer/forge --all -g -y
Available:

Tells the agent that these skills are prompt templates, and sets the core operating rules: explore the codebase before asking questions, plan before coding, use conventional commits, and delegate research to sub-agents.

All Skills in This Repository (6)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Forge?โ–ผ

Run `npx skills add mgratzer/forge --all -g -y` in your terminal to install all seven workflow skills globally.

What does Forge do?โ–ผ

Forge provides seven connected skills that take work from a vague idea to a reviewed pull request: setup, shaping, issue creation, implementation, self-review, PR feedback handling, and a combined ship command.

How does Forge turn a rough idea into code?โ–ผ

The forge-shape skill investigates your codebase and asks one focused question at a time until the plan is clear, then forge-create-issue turns it into structured issues and forge-implement builds them.

Does Forge work with Claude Code and other agents?โ–ผ

Yes. All skills follow the open Agent Skills standard, so they run in Claude Code, Cursor, Codex, and any other compatible agent.

Can Forge run without constant supervision?โ–ผ

Yes. Issues are classified as AFK or human-in-the-loop at creation, and forge-implement and forge-ship support an --unattended mode that skips approval prompts.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’