Agent skill
expert-routing
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/expert-routing
SKILL.md
Domain Expert Routing
Automatically route questions to domain experts when the knowledge base cannot answer user questions.
Applicable Scenarios
- User question has no answer in knowledge base
- Question belongs to a specific domain requiring professional response
- Only available in IM mode (WeCom/Feishu/DingTalk)
Quick Workflow
- Identify domain → Determine the domain based on question semantics
- Query expert → Get expert information from domain_experts.xlsx
- Notify expert → Send message to expert with user question
- Notify user → Inform user that expert has been contacted
Domain Identification Examples
| Question Keywords | Domain |
|---|---|
| Salary/wage/adjustment | Compensation & Benefits |
| Leave/attendance/clock-in | Attendance Management |
| Onboarding/new employee/training | Recruitment & Training |
| Contract/labor/resignation | Employee Relations |
Detailed Workflow
For complete expert routing workflow, see WORKFLOW.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?