Forge Code
Official@antinomyhq
Offers structured scaffolding and lifecycle management for repository-based command definitions, implementation planning, and version control synchronization.
Agent Skills by Forge Code
Showing 17 vetted skills indexed across 1 GitHub repositories.
github-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.
create-pr-description
Generate pull request descriptions from branch diffs and create PRs via GitHub CLI.
debug-cli
Diagnose and fix Forge CLI issues using a repeatable cargo build debugging workflow.
resolve-conflicts
Resolve Git merge conflicts through a plan-first approval workflow.
create-command
Scaffold Forge command files with YAML frontmatter in .forge/commands.
create-agent
Create Forge agent files with YAML frontmatter in .forge/agents.
Frequently Asked Questions About Forge Code
FAQPage SchemaWhat specific tasks can I perform using Forge Code?▼
You can generate structured Markdown implementation plans, scaffold command and agent files with YAML frontmatter, resolve Git merge conflicts, and create pull request descriptions directly from branch diffs.
Which personas benefit most from these capabilities?▼
Software engineers and technical leads managing repository-based configurations benefit from these capabilities. The system is designed for developers who require standardized scaffolding for command definitions and structured planning to maintain consistency across complex project environments.
What are the prerequisites for implementing these skills?▼
Implementation requires a local environment configured with the Forge ecosystem. You must have write access to the target repository and ensure the .forge directory structure is initialized to support the YAML frontmatter and Markdown-based planning files.