Instructions file CodexOpenCode
AGENTS.md instructions for mgratzer/forge, covering forge, commands, documentation, core principles and commits.
Instructions file CodexOpenCode
AGENTS.md instructions for mgratzer/forge, covering forge, commands, documentation, core principles and commits.
Instructions file
Claude Code instructions for mgratzer/forge, a project described as: A collection of agent skills for structured, GitHub-centric development.
Skill Claude CodeCodex
Analyze and address unresolved feedback on a GitHub pull request. Use when the user has received PR review comments and wants to systematically address each piece of feedback, or when the user mentions PR feedback, review comments, or addressing reviewer concerns.
Skill Claude CodeCodex
Collaboratively plan and create well-structured Issues through interactive discussion (GitHub, markdown plan/ folder, or other providers). Use when the user wants to create an Issue, report a bug, or scope out work that is already understood — use forge-shape first when the idea is still vague.
Skill Claude CodeCodex
Implement a feature or fix from an Issue, plan file, or free-text description, following project standards. Use when the user wants to start working on an Issue, implement a feature, or fix a bug — stops after opening the PR (use forge-ship to also run review).
Skill Claude CodeCodex
Self-review current changes — a PR, branch diff, or uncommitted work. Use when the user wants a code review of their changes, a self-review before committing or pushing, or a final check before requesting peer review.
Skill Claude CodeCodex
Set up or update a project's context infrastructure for agentic engineering — AGENTS.md as lean hot memory, docs/ as earned warm memory, with signal-to-noise scoring for existing guidance. Use when starting a new project, retrofitting an existing codebase, or auditing current guidance quality.
Skill Claude CodeCodex
Shape a vague idea into a clear plan through codebase investigation and convergent one-at-a-time questioning. Use when the user has a rough idea or problem that needs specifying before issue creation.
Skill Claude CodeCodex
End-to-end implementation and self-review in a single invocation — implements from an Issue, plan file, or free-text description, then runs a lean fresh-context review. Use when the user wants to implement and review without manual handoff between skills.
Instructions file CodexOpenCode
Instructions for mgratzer/bloomery, covering bloomery skill, project structure, documentation, how it works and key design decisions.
Instructions file
Instructions for mgratzer/bloomery, a project described as: An agent skill that teaches engineers how to build a coding agent from scratch using raw HTTP calls to an LLM API.
Skill Claude CodeCodex
Interactive tutorial that guides engineers through building their own coding agent (agentic loop) from scratch using raw HTTP calls to an LLM API. Supports Gemini, OpenAI (and compatible endpoints), and Anthropic. Supports TypeScript, Python, Go, and Ruby. Detects progress automatically. Use when someone says "build…