agentforge

Route user requests to the correct agentforge phase skill.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-kingxiao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentforge
Source: https://github.com/Kingxiao/agentforge/tree/main/agentforge/zh
Command: npx skills add https://github.com/Kingxiao/agentforge --skill agentforge-kingxiao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route users to the appropriate agentforge phase skill based on user intent.

Core Features & Use Cases

  • Phase routing across the agentforge-* series to guide users from spec to diagnosis and optimization.
  • Multilingual trigger handling and safe handoff to specialized skills.
  • Context preservation across transitions for a seamless user experience.

Quick Start

Route to the correct phase skill by saying build an Agent or diagnose an existing Agent.

Frequently Asked Questions about agentforge

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

FAQPage Schema
How do I route AI agent requests to the correct workflow phase?

AI agent requests are routed to the correct workflow phase by evaluating user intent against a phase-based decision tree. This ensures safe, context-preserving handoffs to specialized skills for building, diagnosing, or optimizing.

What is the best way to orchestrate multilingual triggers for AI agents?

Orchestrating multilingual triggers for AI agents involves using a routing decision tree that recognizes diverse language inputs. This safely directs the user intent to the appropriate phase skill without losing context.

How do I start building or diagnosing an AI agent?

Start building or diagnosing an AI agent by stating your intent, such as asking to build an agent or diagnose an existing one. The router evaluates this intent and hands off to the matching phase skill.

Can I preserve context when handing off tasks between different agent skills?

Context is preserved when handing off tasks between different agent skills through the router's transition logic. It safely manages the handoff between specialized phase skills to ensure a seamless user experience.

Does agent orchestration routing work for optimizing existing agents?

Agent orchestration routing works for optimizing existing agents by identifying the optimization intent in user requests. It routes the request to the specific phase skill designed for agent optimization.

When should I use a phase-based routing decision tree for AI agents?

A phase-based routing decision tree for AI agents should be used when users need guided transitions across building, diagnosing, or optimizing phases. It ensures safe handoffs to specialized skills based on evaluated intent.