domain-router

Analyze user prompts to route and inject relevant domain knowledge.

51|39|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/chacha95/claude-code-harness --skill domain-router
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: domain-router
Source: https://github.com/chacha95/claude-code-harness/tree/main/.claude/skills/domain-router
Command: npx skills add https://github.com/chacha95/claude-code-harness --skill domain-router

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

도메인 지식 자동 라우팅 및 주입으로, 사용자의 요청에 따라 관련 도메인 스킬을 자동으로 활성화하고 컨텍스트를 강화합니다.

Core Features & Use Cases

  • 자동 활성화: 키워드 및 의도 패턴으로 도메인 스킬을 자동 매칭하고 지식을 주입합니다.
  • 도메인 확장성: 새 도메인을 등록하고 엔티티, 규칙, 워크플로우를 연결하여 확장합니다.
  • 통합 작업 흐름: 다른 스킬과 연결해 도메인 규칙 기반의 코드나 문서를 생성합니다.

Quick Start

Activate a domain by prompting: "학원 수강등록 API를 만들어줘" and observe automatic domain routing and knowledge injection.

Frequently Asked Questions about domain-router

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically load domain knowledge and rules into context based on a user prompt?

Domain knowledge is automatically loaded by analyzing user prompts to identify domain matches through keyword and intent pattern scanning, then injecting relevant domain rules, entities, and patterns into the context to produce domain-aware outputs.

What is automatic domain routing and how does it work for prompt analysis?

Automatic domain routing works by scanning prompt keywords and intent patterns to match and activate relevant domain skills, injecting domain-specific knowledge into the context to trigger appropriate workflows without manual intervention.

Can I manually override automatic domain skill activation when injecting context?

Yes, you can manually override automatic activation. The system supports manual override alongside automatic domain matching, allowing you to force specific domain rules and workflows into the context when needed.

How do I integrate domain routing with other skills to generate compliant code or documents?

You can integrate domain routing with other skills by connecting registered domain rules and workflows, enabling the generation of compliant, domain-aware code or documents based on the injected context and triggered workflows.

How do I register a new domain and connect entities, rules, and workflows for skill matching?

You can extend domain coverage by registering a new domain and connecting its specific entities, rules, and workflows, allowing the router to match user prompts against the newly added domain patterns for knowledge injection.

Does domain routing require specific dependencies to analyze prompts and activate skills?

No specific dependencies are required. The domain router operates independently to analyze prompts, match domain skills, and inject knowledge, relying solely on its internal keyword and intent pattern scanning mechanisms.