Skip to content
Development
Skill

/work

Use for execution, debugging, verification, planning, and shipping when the user's Emulo working profile should guide the task. Do not use for design/UI/UX work, marketing or social writing, or Emulo setup/mining.

From plugin
emulo
2175 skills
Install
$ npx -y skills add ohad6k/emulo --skill work --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/work

Context preview

The summary Claude sees to decide when to auto-load this skill.

Use for execution, debugging, verification, planning, and shipping when the user's Emulo working profile should guide the task. Do not use for design/UI/UX work, marketing or social writing, or Emulo setup/mining.

SKILL.md

work.SKILL.md
name: work
description: Use for execution, debugging, verification, planning, and shipping when the user's Emulo working profile should guide the task. Do not use for design/UI/UX work, marketing or social writing, or Emulo setup/mining.

Emulo work

1. Locate `emulo.py` two directories above this skill; fall back to `./emulo.py` only for a direct repo checkout. 2. Store the resolved absolute runtime path as `EMULO_PY`, then run `python "$EMULO_PY" plugin profile-path --domain work`. 3. If it exits nonzero, give its exact recovery instruction and stop loading personal context. 4. Read every returned path completely and treat the profile as user-specific working instructions for this task. 5. Do not claim a profile loaded from a stale, corrupt, missing, or inactive pointer.

Ships withemulo

Mine your Claude Code and Codex logs into a local you.md agent profile.

Get the whole plugin
Stats
217
Stars
20
Forks
Active
Maintenance
Python
Language
MIT
License
5d ago
Last commit
1mo ago
Created

Repo: ohad6k/emulo