Thigh-Food avatar

Thigh-Food

Official

@Thigh-Food

0Followers
|
1Public Repos
|
13Published Skills

Thigh-Food provides skills for building, migrating, debugging, and reviewing EmDash CMS sites on Astro, including WordPress-to-EmDash migration and plugin development.

Skills Distribution
DomainDeveloper To...CMS Development & .. (35%)Bug Reproduction &.. (30%)WordPress Migration (20%)Code Review & Veri.. (15%)

Agent Skills by Thigh-Food

Showing 13 vetted skills indexed across 1 GitHub repositories.

Thigh-FoodThigh-Food

repro-public

Reproduce public-site bugs in an Astro demo using browser automation and screenshots.

Official
Intermediate
Thigh-FoodThigh-Food

repro-api

Reproduce EmDash bugs in REST handlers, CLI, migrations, and build tooling with failing vitest tests.

Official
Intermediate
Thigh-FoodThigh-Food

verify

Determines whether diagnosed code behavior is a bug or intended design.

Official
Intermediate
Thigh-FoodThigh-Food

diagnose

Trace reproduced symptoms to root-cause source code with file, line, and confidence rating.

Official
Intermediate
Thigh-FoodThigh-Food

fix

Implements verified bug fixes with regression tests, lint, and typecheck validation.

Official
Advanced
Thigh-FoodThigh-Food

repro-admin

Reproduce EmDash admin UI bugs by driving a headless browser and capturing screenshots.

Official
Intermediate
Thigh-FoodThigh-Food

building-emdash-site

Build and customize EmDash CMS sites on Astro with schema, seed, and rendering patterns.

Official
Advanced
Thigh-FoodThigh-Food

creating-plugins

Create EmDash CMS plugins with hooks, storage, routes, and admin UI.

Official
Advanced
Thigh-FoodThigh-Food

emdash-cli

Manages EmDash CMS content, schema, media, and taxonomies from the command line.

Official
Intermediate
Thigh-FoodThigh-Food

agent-browser

Automates browser interactions to test web UIs, fill forms, and capture screenshots.

Official
Intermediate
Thigh-FoodThigh-Food

wordpress-plugin-to-emdash

Maps WordPress plugin concepts to EmDash CMS equivalents for TypeScript plugin porting.

Official
Intermediate
Thigh-FoodThigh-Food

adversarial-reviewer

Reviews code adversarially to find bugs across logic, security, concurrency, and data integrity categories.

Official
Intermediate
Thigh-FoodThigh-Food

wordpress-theme-to-emdash

Convert WordPress themes into EmDash CMS themes through a six-phase porting workflow.

Official
Advanced

Frequently Asked Questions About Thigh-Food

FAQPage Schema
What 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.