Agent skill
expert-routing
Install this agent skill to your Project
npx add-skill https://github.com/Harryoung/efka/tree/main/skills/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.
document-conversion
satisfaction-feedback
large-file-toc
excel-parser
Smart Excel/CSV file parsing with intelligent routing based on file complexity analysis. Analyzes file structure (merged cells, row count, table layout) using lightweight metadata scanning, then recommends optimal processing strategy - either high-speed Pandas mode for standard tables or semantic HTML mode for complex reports. Use when processing Excel/CSV files with unknown or varying structure where optimization between speed and accuracy is needed.
batch-notification
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
Didn't find tool you were looking for?