AgentSkillsCN

repo-routing

利用此功能,可在本仓库中快速发现应打开哪项技能或 SSOT 文档(技能发现入口;取代 ROUTING.md 式的导航)。关键词:发现文档、导航、哪项技能、在哪里、路由。

SKILL.md
--- frontmatter
name: repo-routing
description: "Use to discover which skill or SSOT doc to open in this repository (skill discovery entrypoint; replaces ROUTING.md-style navigation). Keywords: discover docs, navigate, which skill, where is, routing."

Repo Navigation (Skill Discovery Entrypoint)

When to use

  • You are unsure which skill/doc applies to a task
  • You need a fast "where do I look" entrypoint without loading many docs

How to use (minimal path)

  1. Pick the most relevant skill by intent:
    • planning → execution-plan-guidelines, execution-plan-authoring
    • backend → skills under backend/
    • frontend → skills under frontend/
    • route testing → route-testing-patterns, auth-route-tester
    • observability → error-tracking-patterns
    • skills/tooling → skill-development-patterns, skills-overview
  2. If the task is about repo-wide conventions, use one of:
    • architecture → repo-architecture-overview, runtime-model, modular-system
    • documentation → documentation-overview, paths-and-naming
    • scaffolding → new-module, new-skill, new-hook, new-ability-high, new-ability-low
    • workflows → workflows-overview, refactor-planner, auto-error-resolver
  3. Open only the supporting doc(s) you need for the current step.

Skill Categories

Architecture

  • repo-architecture-overview - High-level architecture
  • runtime-model - Agent Runtime model
  • modular-system - Module system
  • architecture-glossary - Terms and definitions

Documentation

  • documentation-overview - Conventions overview
  • paths-and-naming - Path conventions
  • document-types-and-roles - Document types

Scaffolding

  • new-module, new-module-flow - Create modules
  • new-skill, new-skill-flow - Create skills
  • new-hook, new-hook-flow - Create hooks
  • new-ability-high, new-ability-low - Create abilities

Workflows

  • workflows-overview - Workflow catalog
  • refactor-planner, code-refactor-master - Refactoring
  • auto-error-resolver - Error fixing