Convert a set of static Claude Design HTML/CSS/JS files into a standards-driven WordPress block theme on a local Studio site, using theme.json, block styles, patterns, and build-less custom blocks, refined to match in the browser via Claude in Chrome.
Read-only analyzer for a single static HTML design file. Dispatched in parallel (one per file) by the html-to-block-theme skill during the blueprint phase. Reads the HTML and its linked CSS/JS, maps each section to WordPress blocks per the escalation ladder, detects design tokens, and classifies the file as a core…
Builds one design file's WordPress output and refines it against the original. Dispatched serially (one at a time) by the html-to-block-theme skill after the foundation (theme.json, parts, block styles, custom blocks) exists. Emits block markup section by section, writes it to a template/part or to WordPress page…
This skill should be used when the user asks to "build a block theme from this HTML", "turn these designs into a WordPress theme", "convert this Claude Design output to a block theme", "make a WordPress theme from these HTML files", "make this design into a real WordPress site", or otherwise requests turning static…
Annotate the web page you're viewing in Chrome and file each note as a GitHub issue. An overlay installed as a Tampermonkey userscript lets you name a repository, click elements and leave notes; hit Create GitHub issues — Claude screenshots each annotated element and opens one issue per note, with the screenshot…
This skill should be used when the user asks to "annotate the page", "annotate this page", "file issues from the page", "open the annotation overlay", "let me point at elements on the page", "report bugs by pointing at them", "QA this page and raise tickets", or invokes /page-annotator:annotate. Arms an annotation…
Run the Poseidon plan and implement agents locally in your Claude Code session on the model you choose, instead of via GitHub Actions. Fetches the live upstream instructions from a8cteam51/poseidon-actions each run (always up to date) and swaps the OpsOasis MCP gateway for your local team51 MCP.
Run the Poseidon implementation agent on a GitHub issue locally, in the current session, on the session model. Fetches the LIVE upstream implement instructions from a8cteam51/poseidon-actions each run (always up to date), reads the approved "### Poseidon plan" comment, implements on a fix/issue-N branch (Git Flow…
Run the Poseidon planning agent on a GitHub issue locally, in the current session, on the session model. Fetches the LIVE upstream plan instructions from a8cteam51/poseidon-actions each run (always up to date), reads the issue, gathers site context via the local team51 MCP, and posts an architecture-level "###…
Address unresolved PR review comments. Pass the GitHub PR URL as the argument (e.g. /pr-addr-feedback https://github.com/org/repo/pull/123). Uses gh CLI for auth — works with private repos.
Scaffolds a local WordPress site whose wp-content is a cloned repo, named by an explicit project name. Use when the user wants to set up a local WP site from an a8c repo for Studio.
Converts an existing local WordPress Studio site's wp-content directory into a fresh clone of a GitHub repo while preserving the site's local runtime data (uploads, SQLite database, db.php drop-in, sqlite-database-integration mu-plugin, and all installed plugins and themes). Use when the user asks to "set up git on an…
Scaffolds a brand-new local WordPress Studio site from a GitHub repo by downloading WordPress, using the cloned repo AS wp-content, and creating a Studio site via the studio CLI. Use when the user asks to "set up a new Studio site", "scaffold a Studio site from ", "spin up a local WordPress for ", "create a Studio…
Set up a local WordPress Studio site that mirrors a hosted Pressable or WordPress.com site — creates .local from the source site's domain, clones the given GitHub repo as wp-content, pulls that site's plugins and (optionally) its database with the team51 CLI, and optionally wires up BE Media from Production so missing…
Convert WPBakery (Visual Composer) pages on a local WordPress Studio site to Gutenberg block markup in place. Includes a single-page skill and a batch slash command that dispatches one subagent per page.
Batch-convert multiple WPBakery pages to Gutenberg on a local WordPress Studio site. Discovers candidates, asks the user to scope the run, dispatches one subagent per page, and writes a single report.
This skill should be used when the user asks to "convert this page", "migrate this page to blocks", "convert WPBakery on ", "rewrite this page as Gutenberg", or otherwise requests an in-place WPBakery→Gutenberg conversion of a single post or page on a local WordPress Studio site. Triggers when a page URL is supplied…