emdash
Build and manage modern CMS sites with AI agent skills
All Skills in This Repository (23)
Pure Emerald Level Indicatorsreview
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.
Frequently Asked Questions
FAQPage SchemaHow to install EmDash?โผ
Run `npx skills add emdash-cms/emdash --all -g -y` in your terminal to install all agent skills in this suite globally.
What is EmDash CMS?โผ
EmDash is a full-stack TypeScript CMS built on Astro and Cloudflare with an admin panel, plugin system, and media library. It works like a modern, secure alternative to WordPress.
Can AI agents build an EmDash site for me?โผ
Yes. The included skills teach your agent to design schemas, write seed files, query content, and render pages, so it can build a complete site from plain-English instructions.
Can I migrate from WordPress to EmDash?โผ
Yes. Dedicated skills port WordPress themes and plugins to EmDash, mapping concepts like shortcodes, widgets, and menus to their EmDash equivalents.
Does EmDash work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and the templates ship MCP configuration, so they work in Claude Code, Cursor, VS Code, and similar tools.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core