| Skill | Added | Review |
|---|---|---|
adversarial-reviewer skills/adversarial-reviewer/SKILL.md Stress-test a code change for concrete correctness defects, unsafe assumptions, and failure modes. Use when the user explicitly asks for an adversarial review, a deep bug hunt, or to tear a change apart. Do not use for ordinary review, style feedback, or general improvement suggestions. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
agent-browser skills/agent-browser/SKILL.md Use the agent-browser CLI to exercise web interfaces, inspect rendered accessibility state, verify interactions, and capture screenshots. Use for browser-based UI testing and evidence collection. Do not use as a substitute for deterministic Playwright coverage when an automated regression test is the requested deliverable. | 71 71 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
building-emdash-site skills/building-emdash-site/SKILL.md Build the site-facing parts of an EmDash CMS project on Astro, including schema and seeds, content queries, Portable Text rendering, menus, taxonomies, widgets, and deployment configuration. Use for EmDash site and theme work; use creating-plugins instead when the task is plugin authoring alone. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
building-emdash-site templates/blog/.agents/skills/building-emdash-site/SKILL.md Build the site-facing parts of an EmDash CMS project on Astro, including schema and seeds, content queries, Portable Text rendering, menus, taxonomies, widgets, and deployment configuration. Use for EmDash site and theme work; use creating-plugins instead when the task is plugin authoring alone. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
building-emdash-site templates/blank/.agents/skills/building-emdash-site/SKILL.md Build the site-facing parts of an EmDash CMS project on Astro, including schema and seeds, content queries, Portable Text rendering, menus, taxonomies, widgets, and deployment configuration. Use for EmDash site and theme work; use creating-plugins instead when the task is plugin authoring alone. | — — — Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
building-emdash-site templates/blog-cloudflare/.agents/skills/building-emdash-site/SKILL.md Build the site-facing parts of an EmDash CMS project on Astro, including schema and seeds, content queries, Portable Text rendering, menus, taxonomies, widgets, and deployment configuration. Use for EmDash site and theme work; use creating-plugins instead when the task is plugin authoring alone. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
creating-plugins skills/creating-plugins/SKILL.md Create EmDash CMS plugins with sandboxed hooks, routes, storage, content and media APIs, MCP tools, and declarative admin UI, or native React and Astro extensions. Use when scaffolding or implementing an EmDash plugin. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
creating-plugins templates/blog-cloudflare/.agents/skills/creating-plugins/SKILL.md Create EmDash CMS plugins with sandboxed hooks, routes, storage, content and media APIs, MCP tools, and declarative admin UI, or native React and Astro extensions. Use when scaffolding or implementing an EmDash plugin. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
creating-plugins templates/blank/.agents/skills/creating-plugins/SKILL.md Create EmDash CMS plugins with sandboxed hooks, routes, storage, content and media APIs, MCP tools, and declarative admin UI, or native React and Astro extensions. Use when scaffolding or implementing an EmDash plugin. | — — — Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
diagnose infra/emdash-bot/.flue/skills/diagnose/SKILL.md Trace from a reproduced symptom to the source code that causes it. Pin the specific file and approximate line, rate confidence in the cause and clarity of the fix independently, and always propose a concrete fix. | 69 69 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 9ca2de5 | |
emdash-cli skills/emdash-cli/SKILL.md Use the EmDash CLI to inspect and manage an EmDash instance from the command line, including content, schema, media, taxonomies, menus, search, authentication, seeds, migrations, and generated types. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
emdash-cli templates/blank/.agents/skills/emdash-cli/SKILL.md Use the EmDash CLI to inspect and manage an EmDash instance from the command line, including content, schema, media, taxonomies, menus, search, authentication, seeds, migrations, and generated types. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
emdash-cli templates/blog-cloudflare/.agents/skills/emdash-cli/SKILL.md Use the EmDash CLI to inspect and manage an EmDash instance from the command line, including content, schema, media, taxonomies, menus, search, authentication, seeds, migrations, and generated types. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
fix infra/emdash-bot/.flue/skills/fix/SKILL.md Implement diagnose's proposed fix when verify says bug, the cause is pinned, and a maintainer triggered a fix. Follow EmDash conventions, run focused checks, publish the candidate, and report the results accurately. | — | |
implement infra/emdash-bot/.flue/skills/implement/SKILL.md Implement a maintainer-directed EmDash enhancement or change without forcing it through bug-reproduction fields. Run focused checks, publish the candidate, and report the results accurately. | — | |
investigate infra/emdash-bot/.flue/skills/investigate/SKILL.md Investigate a single EmDash issue end to end -- classify, choose a repro path, reproduce, diagnose, verify, and (only on an explicit maintainer fix directive) fix and confirm. Every verdict carries its evidence. | — | |
repro-admin infra/emdash-bot/.flue/skills/repro-admin/SKILL.md 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. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
repro-api infra/emdash-bot/.flue/skills/repro-api/SKILL.md 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. | 68 68 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
repro-public infra/emdash-bot/.flue/skills/repro-public/SKILL.md Reproduce a bug in the public-facing rendered site (not the admin). Attach a container, start the demo dev server, drive public routes with agent-browser, and capture the reproduction as screenshots plus a replayable transcript. | 69 69 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 | |
review infra/flue-review/.flue/skills/review/SKILL.md 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. | 66 66 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: 9ca2de5 |