Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add EngDawood/emdash-claude-plugin --skill wordpress-theme-to-emdashgit clone --depth 1 https://github.com/EngDawood/emdash-claude-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/engdawood/emdash-claude-plugin/wordpress-theme-to-emdash)<a href="https://agentmods.dev/skills/engdawood/emdash-claude-plugin/wordpress-theme-to-emdash"><img src="https://agentmods.dev/badge/skills/engdawood/emdash-claude-plugin/wordpress-theme-to-emdash.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00072 | $0.00855 |
| Opus 5 | $0.00036 | $0.00428 |
| Sonnet 5 | $0.00014 | $0.00171 |
| Haiku 4.5 | $0.00007 | $0.00085 |
Grade A, and why
wordpress-theme-to-emdash scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
29 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- phases/1-discovery.md 5.3 KB
- phases/2-design.md 2.7 KB
- phases/3-templates.md 3.4 KB
- phases/4-dynamic.md 3.3 KB
- phases/5-seed.md 4.6 KB
- phases/6-verify.md 2.7 KB
- references/astro-essentials.md 26 KB
- references/concept-mapping.md 15 KB
- references/design-extraction.md 7.2 KB
- references/emdash-api.md 11 KB
- references/template-patterns.md 17 KB
- scaffold/astro.config.mjs 576 B runs code
- scaffold/CHECKLIST.md 4.1 KB
- scaffold/package.json 562 B
- scaffold/public/favicon.svg 257 B
- scaffold/README.md 2.8 KB
- scaffold/src/components/PostCard.astro 1.1 KB
- scaffold/src/env.d.ts 85 B runs code
- scaffold/src/layouts/Base.astro 1.6 KB
- scaffold/src/live.config.ts 500 B runs code
- scaffold/src/pages/404.astro 349 B
- scaffold/src/pages/categories/[slug].astro 1.3 KB
- scaffold/src/pages/index.astro 1.2 KB
- scaffold/src/pages/pages/[slug].astro 681 B
- scaffold/src/pages/posts/[slug].astro 2.2 KB
- scaffold/src/pages/posts/index.astro 1.0 KB
- scaffold/src/pages/tags/[slug].astro 1.2 KB
- scaffold/src/styles/global.css 4.0 KB
- scaffold/tsconfig.json 173 B
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 85 lines · 72 tokens per session scan A daa7edf43e23
wordpress-theme-to-emdash is a skill published in the GitHub repository EngDawood/emdash-claude-plugin (3 stars, last pushed 2mo ago), with no licence file. It adds 72 tokens to every session and 855 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
creating-plugins
Create EmDash CMS plugins with hooks, storage, settings, admin UI, API routes, and Portable Text block types. Use this skill when asked to build, scaffold, or implement an EmDash plugin, or when creating plugin features like custom block types, admin pages, or content hooks.
writing-emdash-docs
Write, revise, and review EmDash documentation for technical accuracy, useful structure, house style, and natural prose. Use when working on user documentation, guides, API reference pages, migration or upgrade guides, READMEs, contributor documentation, technical specifications, or release notes in the EmDash…
repro-admin
Reproduce an EmDash admin UI bug. Attach a container, start the demo dev server, drive the admin with agent-browser using the dev-bypass session, and capture the reproduction as screenshots plus a replayable transcript.
repro-api
Reproduce an EmDash bug below the browser layer -- REST handlers, CLI, MCP, migrations, schema registry, or build tooling. No browser. Prefer a failing vitest test in the affected package, run in an attached container.
review
Review one pull request for real bugs, regressions, and convention violations. Enumerate candidate issues across the whole diff, verify each against the code, then return structured line-anchored findings and a verdict. Read-only on GitHub; the orchestrator posts the review.
wordpress-plugin-to-emdash
Port a WordPress plugin to EmDash CMS. Use this skill when asked to migrate, convert, or port a WordPress plugin, theme functionality, or custom post type to EmDash. Provides concept mapping and implementation patterns.