スキル一覧に戻る
Bbeierle12

router-template

by Bbeierle12

3🍴 0📅 2026年1月9日
GitHubで見るManusで実行

SKILL.md


name: router-template description: Template for creating router skills. Use as a starting point when building a new router that dispatches to multiple specialized skills. Copy and customize for your domain.

[Domain] Router

Routes to N specialized skills based on task requirements.

Routing Protocol

  1. Classify — Identify primary task type from user request
  2. Match — Find skill(s) with highest signal match
  3. Combine — Most production tasks need 2-4 skills together
  4. Load — Read matched SKILL.md files before implementation

Quick Route

Tier 1: Core (Always Consider)

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Tier 2: Enhanced (Add When Needed)

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Tier 3: Reference Only

Task TypeSkillPrimary Signal Words
[task]skill-nameword1, word2, word3

Signal Matching Rules

Priority Order

When multiple signals present, resolve by priority:

  1. Explicit framework — React/Vue/vanilla overrides generic signals
  2. Specific feature — "multi-step wizard" beats generic "form"
  3. Platform constraint — mobile/VR/accessibility takes precedence
  4. Default tier — Fall back to Tier 1 core skills

Confidence Scoring

  • High (3+ signals) — Route immediately
  • Medium (1-2 signals) — Route with Tier 1 defaults
  • Low (0 signals) — Ask user for clarification

Common Combinations

[Scenario Name] (N skills)

skill-1 → [what it provides]
skill-2 → [what it provides]
skill-3 → [what it provides]

Wiring: [one-line integration summary]

[Scenario Name] (N skills)

skill-1 → [what it provides]
skill-2 → [what it provides]

Wiring: [one-line integration summary]

Decision Table

FrameworkScaleFeaturesRoute To
ReactStandardAuth formskill-a + skill-b + skill-c
VueStandardData entryskill-a + skill-d
NoneSimpleBasic formskill-e + skill-b
AnyComplexWizardskill-f + skill-a + skill-b

Fallback Behavior

  • Unknown framework → Use skill with broadest compatibility
  • No clear signals → Ask: "What framework?" and "What's the core requirement?"
  • Conflicting signals → Prefer Tier 1 skills, ask for clarification on Tier 2

Reference

See references/integration-guide.md for:

  • Complete wiring patterns
  • Code examples for all combinations
  • Architecture diagrams
  • Edge case handling

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です