forgecode
AI coding agent that writes, reviews, and ships code from your terminal
All Skills in This Repository (16)
Pure Emerald Level Indicatorstest-skill
Validate skill directories by detecting SKILL.md and extracting frontmatter metadata.
minimal-skill
Resolves simple Forge tasks using built-in capabilities only.
github-pr-description
Generate pull request descriptions from git diffs and commit history.
execute-plan
Execute structured task plans with status tracking and progress updates.
create-skill
Create reusable Skill Unit blueprints with SKILL.md frontmatter and optional resources.
post-forge-feature
Generate a publish-ready ForgeCode social post from a feature video.
create-plan
Generate structured implementation plans with validation scripts.
create-github-issue
Generate GitHub issues from user intent using official repository templates and gh CLI.
github-pr-comments
Fetch and apply GitHub PR review comments with code context.
debug-cli
Build and test the Forge CLI in debug mode to reproduce bugs.
resolve-conflicts
Create a structured Git merge conflict resolution plan with backups and user approval.
create-command
Create Forge command files with YAML frontmatter and Markdown bodies.
Frequently Asked Questions
FAQPage SchemaHow to install ForgeCode?βΌ
Run `npx skills add tailcallhq/forgecode --all -g -y` in your terminal to install all skills in this suite globally.
What does ForgeCode do?βΌ
ForgeCode is an AI coding agent that runs in your terminal to explain code, implement features, debug errors, and review changes using providers like OpenAI and Anthropic.
Can ForgeCode create pull requests automatically?βΌ
Yes. It analyzes your git diff and commit history, then generates a complete PR description and creates the pull request using the GitHub CLI.
How does ForgeCode resolve merge conflicts?βΌ
It assesses every conflicted file, builds a resolution plan for your approval, merges imports and tests, regenerates lock files, and validates the result with your test suite.
Do I need coding experience to use ForgeCode?βΌ
Basic terminal familiarity helps, but you interact with the agent in plain English and it handles the underlying code changes and shell commands for you.
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