AgentSkillsCN

infrastructure-router

负责基础设施、MCP 与工具类任务。系统会根据 mcp、server、deploy、orchestrate、pipeline、tools、docker、ci/cd、hook、config、setup 等指令自动触发。

SKILL.md
--- frontmatter
name: infrastructure-router
description: Routes infrastructure, MCP, and tooling tasks. Triggers on mcp, server, deploy, orchestrate, pipeline, tools, docker, ci/cd, hook, config, setup.

Infrastructure Router

Routes infrastructure, MCP development, and tooling tasks.

Subcategories

MCP Development

yaml
triggers: [mcp, model-context-protocol, server, tool-registration]
skills:
  - mcp-builder: MCP server development guide
  - component: Claude Code components

Tooling / CLI

yaml
triggers: [cli, tool, script, automation, batch]
skills:
  - terminal: Terminal UI design
  - ccs: Claude Code Spawner delegation
  - ccs-delegation: Auto-delegation patterns

Hooks / Configuration

yaml
triggers: [hook, config, setup, settings, plugin]
skills:
  - hookify: Hook creation from behaviors
  - component: Component generation

Orchestration

yaml
triggers: [orchestrate, pipeline, workflow, multi-agent, coordinate]
skills:
  - agent: Agentic reasoning framework
  - mcp-skillset-workflows: Multi-skill orchestration

Routing Decision Tree

code
infrastructure request
    │
    ├── MCP development?
    │   ├── Server creation? → mcp-builder
    │   └── Component? → component
    │
    ├── CLI/Tooling?
    │   ├── Terminal UI? → terminal
    │   └── Delegation? → ccs
    │
    ├── Hooks/Config?
    │   ├── Hook creation? → hookify
    │   └── Settings? → component
    │
    └── Orchestration?
        ├── Multi-agent? → agent
        └── Workflows → mcp-skillset-workflows

Managed Skills

SkillPurposeTrigger
mcp-builderMCP server guide"MCP", "server"
componentCC components"command", "agent"
terminalTUI design"terminal", "CLI"
ccsClaude spawner"delegate", "spawn"
hookifyHook creation"hook", "prevent"
agentAgentic framework"orchestrate", "agent"