forge

Route Forge sessions to plan, build, or sync sub-skills based on GitHub state.

1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/allan-mobley-jr/forge --skill forge-allan-mobley-jr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge
Source: https://github.com/allan-mobley-jr/forge/tree/main/skills/forge
Command: npx skills add https://github.com/allan-mobley-jr/forge --skill forge-allan-mobley-jr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates Forge sessions by routing to the correct sub-skills based on GitHub state.

Core Features & Use Cases

  • Auto-invocation at session start to route to plan/build/sync
  • Validates Forge project markers and manages the build loop until completion
  • Handles authentication and API budget checks, error handling, and state recovery

Quick Start

Open a Forge-managed repository and run the /forge command to start the automated build loop.

Frequently Asked Questions about forge

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue management for build loops?

You can automate GitHub issue management by orchestrating build loops that route to plan, build, or sync phases based on your open issues. This enforces deterministic control flow and handles API budget checks automatically.

What is a deterministic orchestration session for GitHub development?

A deterministic orchestration session routes tasks to sub-skills based on GitHub state, ensuring consistent execution. It validates project markers, manages the build loop, and writes status to a temporary directory to track progress.

How do I recover an automation build loop after a rate limit or crash?

To recover an automation build loop after a crash or rate limit, the orchestration session gracefully resumes by verifying authentication, checking API budgets, and reading previous status from temporary state files.

Can I use GitHub state to trigger planning when no issues exist?

Yes, you can use GitHub state to trigger planning when no issues exist. The orchestration logic automatically routes to the plan phase if issues are absent, or to the build phase when issues are open and ready.

Do I need GitHub authentication to orchestrate build sessions?

Yes, you need GitHub authentication to orchestrate build sessions. The orchestration performs authentication verifications and API budget checks at the start of the session to ensure secure and uninterrupted automation.