Back to list
GodSpeedAI

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

  1. Analyze Intent: Determine if the request is about Business Logic, Interfaces, Testing, DevOps, Specs, Tools, or Templates.
  2. 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
  3. Refine Mapping: If the request is specific, identify granular instruction files (e.g., security.instructions.md).

Routing Table

IntentPrimary ContextKeywords
Domain Logiclibs/AGENT.mduse case, entity, domain, business rule
UI/APIapps/AGENT.mdcontroller, view, react, cli, endpoint
Testingtests/AGENT.mdtest, mock, tdd, e2e, unit
Deploymentops/AGENT.mddocker, k8s, terraform, logfire, monitoring
Specificationsdocs/AGENT.mdprd, sds, adr, spec, requirement
Toolingtools/AGENT.mdscript, 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