distributor
SolidRoute user tasks to the most appropriate skill via description matching plus risk scoring; detect skill gaps and trigger Builder. Always-active; the entry point of every task. Use when the user submits any task — even if they don't explicitly ask for routing.
Install
Quality Score: 78/100
Skill Content
Details
- Author
- AVA-2568
- Repository
- AVA-2568/MY_SKILL
- Created
- 2 days ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
builder
Create a new skill on demand when Distributor detects a skill gap, or when the user wants to add a new capability to the library. Three internal sub-modules — confirm (clarify user intent) → plan (design skill structure) → generate (write SKILL.md + bundled resources). Loaded on demand by Distributor; manually invocable via `/builder`.
thinking-first
思考纪律——每次任务前自省:是否真正理解了任务意图?事实性断言能否追溯到源?不确定的地方是否诚���声明?交付前是否逐条对照需求验证?是否只做了被要求的事?Distributor 路由前强制调用,确保模型"先想清楚再行动"。对所有涉及信息判断、数据分析、代码生成、报告撰写的任务默认生效。
skill-router
Skill routing agent. When a user request might map to an existing skill, searches the registry to find the best match. TRIGGERS: user intent is unclear, no direct match found among memorized high-frequency skills, or skill search needed. NOT for: executing skills, modifying files, making decisions — only for finding the right skill name.