forge
AI coding agent that plans, writes, and reviews code in your terminal
All Skills in This Repository (17)
Pure Emerald Level Indicatorsgithub-pr-description
Generates pull request descriptions from git diffs and creates PRs via GitHub CLI.
post-forge-feature
Generate Twitter/X posts promoting ForgeCode features following a defined style guide.
create-github-issue
Creates GitHub issues via gh CLI following repository issue templates and labels.
github-pr-comments
Fetches unresolved GitHub PR review comments with diff context and applies each requested change.
write-release-notes
Generate release notes from GitHub release tags and linked pull request details.
resolve-fixme
Finds all FIXME comments in a codebase and implements the work they describe.
test-reasoning
Validates reasoning parameter serialization into provider-specific JSON for OpenRouter, Anthropic, GitHub Copilot, and Codex.
test-skill
Validate embedded resource discovery and access within a Skill Unit.
minimal-skill
Provide a minimal self-contained Skill Unit with no external resources.
execute-plan
Execute structured task plans with automatic status tracking.
create-skill
Create or update skills with YAML frontmatter and Markdown bodies.
create-plan
Generate structured Markdown implementation plans with validation steps.
Frequently Asked Questions
FAQPage SchemaHow to install Forge?▼
Run `npx skills add antinomyhq/forge --all -g -y` in your terminal to install all skills in this suite globally.
What does Forge do?▼
Forge is an AI coding agent that works in your terminal to explain code, implement features, debug errors, and handle git operations like commits and conflict resolution.
Can Forge create pull requests and issues automatically?▼
Yes. It analyzes your git diff and commit history to generate full PR descriptions and structured GitHub issues using the GitHub CLI.
How does Forge resolve merge conflicts?▼
It assesses every conflicted file, builds a resolution plan for your approval, then merges imports, tests, and configs while regenerating lock files automatically.
Which AI providers does Forge support?▼
Forge works with multiple providers including OpenAI, Anthropic, OpenRouter, and GitHub Copilot, configured through a simple interactive login.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core