tailcallhqtailcallhqOfficialΒ·16 Agent Skills Included

forgecode

AI coding agent that writes, reviews, and ships code from your terminal

Runs an AI coding agent directly in your terminal to explain code, implement features, fix bugs, and review changes. Automates pull request descriptions, GitHub issues, merge conflict resolution, release notes, and FIXME cleanup without manual copy-pasting. Supports interactive sessions, one-shot commands, and a ZSH plugin so developers complete multi-step coding workflows faster.
npx skills add tailcallhq/forgecode --all -g -y
Available:

Gives AI agents working in this codebase strict rules for error handling, test structure, documentation, service architecture, and git commit conventions.

All Skills in This Repository (16)

Pure Emerald Level Indicators
πŸ“¦ In Repo
tailcallhqtailcallhq

test-skill

Validate skill directories by detecting SKILL.md and extracting frontmatter metadata.

Official
Basic
πŸ“¦ In Repo
tailcallhqtailcallhq

minimal-skill

Resolves simple Forge tasks using built-in capabilities only.

Official
Basic
πŸ“¦ In Repo
tailcallhqtailcallhq

github-pr-description

Generate pull request descriptions from git diffs and commit history.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

execute-plan

Execute structured task plans with status tracking and progress updates.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

create-skill

Create reusable Skill Unit blueprints with SKILL.md frontmatter and optional resources.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

post-forge-feature

Generate a publish-ready ForgeCode social post from a feature video.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

create-plan

Generate structured implementation plans with validation scripts.

Official
Advanced
πŸ“¦ In Repo
tailcallhqtailcallhq

create-github-issue

Generate GitHub issues from user intent using official repository templates and gh CLI.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

github-pr-comments

Fetch and apply GitHub PR review comments with code context.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

debug-cli

Build and test the Forge CLI in debug mode to reproduce bugs.

Official
Intermediate
πŸ“¦ In Repo
tailcallhqtailcallhq

resolve-conflicts

Create a structured Git merge conflict resolution plan with backups and user approval.

Official
Advanced
πŸ“¦ In Repo
tailcallhqtailcallhq

create-command

Create Forge command files with YAML frontmatter and Markdown bodies.

Official
Intermediate

Frequently Asked Questions

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