Ta Tran
Community@tatran0195
Ta Tran maintains skills for building, extending, and migrating EmDash CMS sites on Astro, plus browser testing and adversarial code review.
Agent Skills by Ta Tran
Showing 7 vetted skills indexed across 1 GitHub repositories.
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
Manage EmDash CMS content, schema, media, and taxonomies from the command line.
agent-browser
Automates browser interactions to test web UIs, verify visual changes, 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 error handling categories.
wordpress-theme-to-emdash
Convert WordPress themes into EmDash CMS themes through a six-phase migration workflow.
Frequently Asked Questions About Ta Tran
FAQPage SchemaWhat tasks can I accomplish using Ta Tran's skills?▼
You can build and customize EmDash CMS sites on Astro, create EmDash plugins with hooks and admin UI, manage content via the EmDash CLI, port WordPress plugins and themes to EmDash, run browser-based testing with screenshots, and perform adversarial code reviews.
Who are these skills designed for?▼
These skills target web developers and CMS engineers working with EmDash and Astro, teams migrating existing WordPress sites or plugins to EmDash, and engineers who need rigorous bug-hunting code reviews or browser-based UI verification.
What prerequisites are needed to use the EmDash site-building skill?▼
The building-emdash-site skill assumes basic Astro knowledge and supplies all EmDash-specific patterns itself. The CLI skill requires a running EmDash instance to interact with for content creation, collection management, media uploads, and type generation.
How do the WordPress migration skills work?▼
The wordpress-plugin-to-emdash skill provides concept mapping and implementation patterns for porting plugins, theme functionality, and custom post types. The wordpress-theme-to-emdash skill handles design extraction, template conversion, and EmDash features like menus, taxonomies, and widgets.
What does the adversarial-reviewer skill do differently from a normal code review?▼
It assumes bugs exist and hunts for them, treating every line as guilty until proven innocent. Use it to audit correctness, stress-test pull requests, or answer 'what's wrong with this' with no benefit of the doubt given to the code.