Thigh-Food
Official@Thigh-Food
Thigh-Food provides skills for building, migrating, debugging, and reviewing EmDash CMS sites on Astro, including WordPress-to-EmDash migration and plugin development.
Agent Skills by Thigh-Food
Showing 13 vetted skills indexed across 1 GitHub repositories.
repro-public
Reproduce public-site bugs in an Astro demo using browser automation and screenshots.
repro-api
Reproduce EmDash bugs in REST handlers, CLI, migrations, and build tooling with failing vitest tests.
verify
Determines whether diagnosed code behavior is a bug or intended design.
diagnose
Trace reproduced symptoms to root-cause source code with file, line, and confidence rating.
fix
Implements verified bug fixes with regression tests, lint, and typecheck validation.
repro-admin
Reproduce EmDash admin UI bugs by driving a headless browser and capturing screenshots.
building-emdash-site
Build and customize EmDash CMS sites on Astro with schema, seed, and rendering patterns.
creating-plugins
Create EmDash CMS plugins with hooks, storage, routes, and admin UI.
emdash-cli
Manages EmDash CMS content, schema, media, and taxonomies from the command line.
agent-browser
Automates browser interactions to test web UIs, fill forms, and capture screenshots.
wordpress-plugin-to-emdash
Maps WordPress plugin concepts to EmDash CMS equivalents for TypeScript plugin porting.
adversarial-reviewer
Reviews code adversarially to find bugs across logic, security, concurrency, and data integrity categories.
wordpress-theme-to-emdash
Convert WordPress themes into EmDash CMS themes through a six-phase porting workflow.
Frequently Asked Questions About Thigh-Food
FAQPage SchemaWhat tasks can I accomplish with Thigh-Food's EmDash skills?▼
You can build EmDash CMS sites on Astro, create plugins with hooks and admin UI, manage content via the EmDash CLI, port WordPress themes and plugins, reproduce and diagnose bugs, write verified fixes, and run adversarial code reviews.
Who are these EmDash skills designed for?▼
They target developers building or maintaining EmDash CMS sites on Astro, engineers migrating WordPress themes or plugins to EmDash, and maintainers who need structured bug reproduction, diagnosis, fixing, and adversarial code review.
How does the bug-fixing pipeline work across these skills?▼
Reproduce the bug with repro-public, repro-admin, or repro-api; verify it is a genuine bug; diagnose the source file and line with a confidence rating; then fix it following EmDash conventions, confirming the failing vitest test passes plus lint and typecheck.
What prerequisites do I need to use these skills?▼
Basic Astro knowledge is assumed for site building. Bug reproduction uses bgproc to boot demos and agent-browser for UI driving, while API-level bugs prefer a failing vitest test in the affected package. Admin reproduction uses the dev-bypass session.
Can I migrate an existing WordPress site to EmDash CMS?▼
Yes. The wordpress-theme-to-emdash skill handles design extraction, template conversion, menus, taxonomies, and widgets, while wordpress-plugin-to-emdash provides concept mapping and implementation patterns for porting plugins and custom post types.