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 execution expert. ALWAYS invoke this skill when the user needs to call a Yao process, query data models, run scripts, or check process permissions. Do not call processes without checking this skill first.
Two tools for Yao process execution, called via bash.
Execute a Yao Process by its fully qualified name.
tai tool process_call '{"name": "models.user.Find", "args": [1, {}]}'
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | Process name (e.g. models.user.Find) |
args | array | no | Positional arguments |
Check which processes are permitted, or verify a specific process.
# List all allowed rules
tai tool process_allowed '{}'
# Check a specific process
tai tool process_allowed '{"name": "models.user.Find"}'
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | no | Process name to check. Omit to list all rules. |
npx skills add YaoApp/yao --skill yao-processHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
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.