How this skill is triggered — by the user, by Claude, or both
Slash command
/yato:orchestrator-initThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are initializing a new tmux orchestrator project.
You are initializing a new tmux orchestrator project.
cd ${CLAUDE_PLUGIN_ROOT} && uv run python lib/orchestrator.py init <session> -p <path>
cd ${CLAUDE_PLUGIN_ROOT} && uv run python lib/orchestrator.py start
After initialization, the user should brief the PM:
uv run --project ${CLAUDE_PLUGIN_ROOT} python ${CLAUDE_PLUGIN_ROOT}/lib/tmux_utils.py send <session>:1 "Your project requirements here"
npx claudepluginhub marcospmail/claude-code-plugins --plugin yatoProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.