EmDash
Official@emdash-cms
Offers specialized diagnostic, migration, and development capabilities for managing headless content architectures and custom plugin ecosystems.
Agent Skills by EmDash
Showing 23 vetted skills indexed across 1 GitHub repositories.
verify
Determines whether diagnosed code behavior is a bug or intended design.
investigate
Investigate EmDash GitHub issues through classify, reproduce, diagnose, verify, and fix stages.
diagnose
Trace reproduced symptoms to root-cause source code and propose concrete fixes.
fix
Implements diagnosed bug fixes, runs focused verification, and publishes candidate branches.
implement
Implements maintainer-directed EmDash enhancements with focused tests, verification, and candidate publication.
building-emdash-site
Build and customize EmDash CMS sites on Astro with schema, queries, and seed files.
creating-plugins
Create EmDash CMS plugins with hooks, storage, routes, and admin UI.
emdash-cli
Manages EmDash CMS content, schema, media, and taxonomies via command-line operations.
writing-emdash-docs
Write and review EmDash documentation for accuracy, structure, and natural prose.
review
Review pull requests for bugs, regressions, and convention violations with line-anchored findings.
repro-public
Reproduce public-site rendering bugs via bgproc demo and agent-browser.
repro-api
Reproduce EmDash bugs below the browser layer with failing vitest tests.
verify
Cross-reference code, comments, docs, and tests to classify symptoms as bug or intended behavior.
diagnose
Trace bug symptoms to the responsible file and approximate line.
fix
Apply diagnosed bug fixes and stage changes after passing tests, lint, and typecheck.
repro-admin
Reproduce an EmDash admin UI bug with screenshots and a replayable transcript.
building-emdash-site
Scaffold and customize EmDash-powered Astro sites with deployment configurations.
creating-plugins
Scaffold EmDash plugins with hooks, storage, admin UI, API routes, and Portable Text blocks.
emdash-cli
Automate EmDash CMS management via CLI commands for local and remote workflows.
agent-browser
Automate browser interactions to verify UI changes and capture screenshots.
wordpress-plugin-to-emdash
Migrate WordPress plugins to EmDash with TypeScript skeletons and concept mapping.
adversarial-reviewer
Identify and prove bugs in code using adversarial review techniques.
wordpress-theme-to-emdash
Port WordPress themes to EmDash CMS through a structured workflow.
Frequently Asked Questions About EmDash
FAQPage SchemaWhat specific tasks can developers perform using EmDash?▼
Developers can perform end-to-end bug lifecycle management, including reproduction, diagnosis, and patching. Additionally, the platform enables scaffolding for custom plugins, migration of legacy WordPress assets to TypeScript-based structures, and deployment configuration for Astro-powered sites.
Which personas benefit most from these technical capabilities?▼
These capabilities are designed for full-stack engineers and CMS maintainers tasked with migrating legacy web content to headless architectures. It is particularly suited for developers requiring rigorous regression testing, adversarial code review, and structured plugin development within the EmDash ecosystem.
What are the primary prerequisites for implementing EmDash?▼
Implementation requires a foundational understanding of TypeScript and the Astro framework. Users must have a local environment configured for Vitest to execute regression tests and possess existing WordPress source files if performing theme or plugin migrations.