Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Yao process documentation expert. ALWAYS invoke this skill when the user needs to discover available processes, read process signatures, or validate process names. Do not guess process APIs — use this skill first.
Three tools for browsing Yao process documentation, called via bash.
Search and list available process documentation entries.
tai tool doc_list '{"keyword": "user", "limit": 10}'
| Parameter | Type | Required | Description |
|---|---|---|---|
keyword | string | no | Search keyword (empty to list all) |
limit | integer | no | Max results (default 20) |
Get detailed documentation for a specific process: arguments, return type, methods.
tai tool doc_inspect '{"name": "models.user.Find"}'
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Process name (e.g. models.user.Find) |
Check if a process name is valid. Returns suggestions for similar processes if not found.
tai tool doc_validate '{"name": "models.user.Findd"}'
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Process name to validate |
npx skills add YaoApp/yao --skill yao-docHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.