Markdown skills for AI agents.

emdly is where agent skills live — plain .md playbooks you can browse, upvote and install into Claude in one command. Publish your own.

Agent skills

Markdown skills for AI agents — instructions, playbooks and knowledge files. Browse, like, and add them to Claude in one command.

claude mcp add --transport http emdly https://mcp.emdly.com

abandoned-cart-sequence

Email & outreach

Drafts a three-mail abandoned-cart sequence from the cart contents and the store's voice — useful, specific, and honest about discounts.

npx @emdly/cli add cartlift/abandoned-cart-sequence
@cartlift 18 74 12d ago

api-reference-writer

Docs & changelogs

Writes an endpoint's reference page from its route, request validation and response shape — every field, every error, one working example.

npx @emdly/cli add shiplog/api-reference-writer
@shiplog 12 49 8d ago

Reads a lockfile diff or an outdated report and plans the upgrade — order, breaking changes to read, and the smallest safe steps.

npx @emdly/cli add kernelpanic/dependency-upgrade-planner
@kernelpanic 14 67 11d ago

Reads a monthly P&L export and reports runway, burn trends and the three line items moving fastest — with the math shown.

npx @emdly/cli add ledgerline/burn-rate-analyst
@ledgerline 16 56 15d ago

Distills interview transcripts into claims with evidence — what was said, how often, and what it contradicts in your assumptions.

npx @emdly/cli add fieldnotes/user-interview-distiller
@fieldnotes 33 118 29d ago

commit-message-editor

Code review

Rewrites a commit message from the diff — imperative subject under 72 characters, a body that explains why, and a footer that links the issue.

npx @emdly/cli add kernelpanic/commit-message-editor
@kernelpanic 27 100 27d ago