跳到主要内容
知仓学习社ZHICANG

skill-router

Use when the user explicitly asks to diagnose or improve Codex skill/plugin routing, determine which skill or plugin should handle a request, refres…

不碰外部(只输出文字)无严重或高危命中hashgraph-online/awesome-codex-plugins

它会碰到什么

扫了多少2 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Skill Router

Use this skill as a diagnostic and routing-assistance layer. It does not replace Codex native skill discovery, Superpowers process skills, or subagent orchestration. It helps decide which capabilities are relevant, why they are relevant, and when not to use them.

Boundaries

  • Do not execute the user's domain task unless the user asks you to continue after routing.
  • Do not assume external connectors are authenticated or can see data.
  • Do not treat registry cards as the source of truth. Use them as hints with provenance.
  • Do not perform dynamic scanning unless the user asks to refresh or check the registry.
  • Prefer local files, local repositories, browser verification, and build/test commands unless the user explicitly names an external app or the source of truth clearly lives there.

When To Use

Use this skill when the user asks things like:

  • "Which skill should handle this?"
  • "Why did this skill not trigger?"
  • "Refresh the skill registry."
  • "Review this skill description for trigger quality."
  • "List likely skills/plugins for this task."
  • "Help me improve skill/plugin hit rate."

When Not To Use

Do not use this skill for simple tasks with an obvious primary skill:

  • Editing a local PDF: use the PDF skill.
  • Creating a slide deck: use the presentation skill.
  • Debugging a failing test: use systematic debugging first.
  • Implementing a frontend app: use frontend app building/testing skills.

If the task is complex or ambiguous, perform a brief routing check and then continue with the selected primary skill.

Diagnostic Workflow

  1. Classify the user request:
  • task type: explain, create, edit, debug, analyze, test, review, deploy
  • source: local, web, GitHub, Gmail, Drive, Notion, Slack, Figma, Linear
  • artifact: code, document, spreadsheet, presentation, PDF, image, webpage, report
  • process need: planning, debugging, TDD, verification, review, orchestration
  1. Read the registry if available.
  2. Identify recommended skill/plugin candidates.
  3. Apply local-first and connector-explicit rules.
  4. Return concise output:
  • Recommended skill
  • Helper skills
  • Why
  • Do not use
  • Needs confirmation
  1. If debug mode is requested, include skipped candidates and scoring details.

Output Format

Recommended skill:
- ...

Helper skills:
- ...

Why:
- ...

Do not use:
- ...

Needs confirmation:
- ...

Registry Maintenance

Use scripts/build_registry.py only when the user explicitly asks to refresh the registry or when the registry is stale, missing, or inconsistent.

Use scripts/route_request.py --check-registry to inspect registry health.

See references/capability-card-schema.md for card fields and provenance requirements.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。