mcpbeat

Work

ohad6k/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.

198 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
215
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ohad6k/emulo --skill work

The instruction itself

1 sections, as written by the author

Emulo work

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

How to use it

Copy the folder

Take ohad6k/work from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.