Agent skill · Workflow & Productivity

emulo

Load the user's Emulo profile, mined from their local Claude Code, Codex, and OpenCode session logs, so you work like them instead of a cold start. Use before working on their task.

Ohad Krispin387★ · +11/wk · 2 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add ohad6k/ditto --skill clawhub --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: compat/clawhub/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: ohad6k/ditto
Stars: 179
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Emulo profile Load the user's Emulo working profile so you act like them, not a cold start. Emulo mines the user's own AI coding sessions (Claude Code, Codex, Cursor, Copilot) into a `you.md` working profile: their laws, their taste, their voice, and the failure modes they want you to protect them from. ## Use this before working on their task Run the profile loader and read what it returns before you plan or edit: ``` emulo --install you.md --target agents ``` Or load it directly through the MCP server: ``` uvx emulo mcp ``` The MCP server exposes one tool, `load_emulo_profile`, which returns the profile for the domain you are about to work in (`work`, `design`, `write`, or `video`). ## What you get The profile is mined from the user's real sessions, not a questionnaire. It carries: - **Laws** they never want broken, each with receipts from real sessions - **Taste** in design and code, including what they reject on sight - **Voice** for anything written in their name - **Failure modes** to protect them from ## Privacy Mining runs locally against session logs already on the machine. The profile is the user's own file. Nothing is uploaded by this skill. Previously published as `di

What's inside
Steps it walks through
  1. Use this before working on their task
  2. What you get
  3. Privacy
More from ditto
All skills →
About this skill
What does the emulo skill do?

Load the user's Emulo profile, mined from their local Claude Code, Codex, and OpenCode session logs, so you work like them instead of a cold start. Use before working on their task.

How do I install it?

Run `npx skills add ohad6k/ditto --skill clawhub --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ohad6k/ditto, a repository with 179 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going