From Emulo
Activates the Emulo working profile to guide execution, debugging, verification, planning, and shipping tasks. Useful when the user's work profile should shape responses.
How this skill is triggered — by the user, by Claude, or both
Slash command
/emulo:workThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Locate `emulo.py` two directories above this skill; fall back to `./emulo.py` only for a direct repo checkout.
emulo.py two directories above this skill; fall back to ./emulo.py only for a direct repo checkout.EMULO_PY, then run python "$EMULO_PY" plugin profile-path --domain work.npx claudepluginhub ohad6k/emulo --plugin emuloEstablishes skill selection and local task-doc workflow: checks applicable skills, reads SKILL.md from disk, announces usage, and anchors substantial work in plans/active/ with plan.md, context.md, tasks.md. Use at conversation start or before non-trivial tasks.
Use when starting any conversation - establishes how to locate and invoke skills, mandating Skill tool usage before ANY response including clarifying questions
Executes a plan or concrete work prompt end-to-end, implementing from a plan document, spec path, or build request. Use for clear implementation tasks; use ce-debug for open-ended bugs.