← Back to list

context-routing
by GodSpeedAI
VibesPro: Infrastructure for AI-native development. The first Generative Development Environment (GDE) where your team's decisions become reusable patterns—express requirements naturally, get production-ready systems automatically.
⭐ 0🍴 1📅 Dec 27, 2025
SKILL.md
name: context-routing description: Intelligently routes requests to the correct context instructions and documentation files. Use this skill to determine which AGENT.md, guide, or technical instruction file is most relevant for a user's request. license: Complete terms in LICENSE.txt
Context Routing
This skill routes user requests to the most appropriate context instructions (AGENT.md files) and documentation.
Core Logic
- Analyze Intent: Determine if the request is about Business Logic, Interfaces, Testing, DevOps, Specs, Tools, or Templates.
- Select Context: Map the intent to the corresponding primary context file:
- Business Logic ->
libs/AGENT.md - Interfaces/Apps ->
apps/AGENT.md - Testing/QA ->
tests/AGENT.md - DevOps/Infra ->
ops/AGENT.md - Specs/Docs ->
docs/AGENT.md - Tools/Scripts ->
tools/AGENT.md - Templating ->
templates/AGENT.md
- Business Logic ->
- Refine Mapping: If the request is specific, identify granular instruction files (e.g.,
security.instructions.md).
Routing Table
| Intent | Primary Context | Keywords |
|---|---|---|
| Domain Logic | libs/AGENT.md | use case, entity, domain, business rule |
| UI/API | apps/AGENT.md | controller, view, react, cli, endpoint |
| Testing | tests/AGENT.md | test, mock, tdd, e2e, unit |
| Deployment | ops/AGENT.md | docker, k8s, terraform, logfire, monitoring |
| Specifications | docs/AGENT.md | prd, sds, adr, spec, requirement |
| Tooling | tools/AGENT.md | script, automation, validation, generator |
Usage
When a user asks "How do I add a new API endpoint?", route to:
apps/AGENT.md(Primary)hexagonal-architecture.instructions.md(Secondary)
When a user asks "Where do I put this business rule?", route to:
libs/AGENT.md(Primary)
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon