antinomyhqantinomyhqOfficial·17 Agent Skills Included

forge

AI coding agent that plans, writes, and reviews code in your terminal

Runs an AI coding agent directly in your terminal to explain code, implement features, fix bugs, and resolve git conflicts. Generates implementation plans, pull request descriptions, GitHub issues, and release notes automatically from your codebase. Eliminates manual context copying and repetitive git chores so developers complete multi-step coding tasks faster.
npx skills add antinomyhq/forge --all -g -y
Available:

Gives the AI agent strict working rules for this codebase, covering error handling, test structure, verification commands, documentation style, and git commit conventions.

All Skills in This Repository (17)

Pure Emerald Level Indicators
📦 In Repo
antinomyhqantinomyhq

github-pr-description

Generates pull request descriptions from git diffs and creates PRs via GitHub CLI.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

post-forge-feature

Generate Twitter/X posts promoting ForgeCode features following a defined style guide.

Official
Basic
📦 In Repo
antinomyhqantinomyhq

create-github-issue

Creates GitHub issues via gh CLI following repository issue templates and labels.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

github-pr-comments

Fetches unresolved GitHub PR review comments with diff context and applies each requested change.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

write-release-notes

Generate release notes from GitHub release tags and linked pull request details.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

resolve-fixme

Finds all FIXME comments in a codebase and implements the work they describe.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

test-reasoning

Validates reasoning parameter serialization into provider-specific JSON for OpenRouter, Anthropic, GitHub Copilot, and Codex.

Official
Intermediate
📦 In Repo
antinomyhqantinomyhq

test-skill

Validate embedded resource discovery and access within a Skill Unit.

Official
Basic
📦 In Repo
antinomyhqantinomyhq

minimal-skill

Provide a minimal self-contained Skill Unit with no external resources.

Official
Basic
📦 In Repo
antinomyhqantinomyhq

execute-plan

Execute structured task plans with automatic status tracking.

Official
Basic
📦 In Repo
antinomyhqantinomyhq

create-skill

Create or update skills with YAML frontmatter and Markdown bodies.

Official
Basic
📦 In Repo
antinomyhqantinomyhq

create-plan

Generate structured Markdown implementation plans with validation steps.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How 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