AI agent skills for managing a WordPress personal site — install, theme setup, page building, media, SEO, security, and health checks. Built for Full Site Editing (FSE) + GSAP animations.
Upload, optimize, and register images or video to the WordPress media library. Use when adding photos to the site, uploading a new profile picture, resolving IMAGE: placeholders left after wp-new-page, or when the user says "add this photo", "upload my picture", or "use this image on the site". Also handles bulk placeholder resolution after a page is created.
Create or update a named WordPress block pattern — a reusable, animated, responsive page section that becomes part of the site's design vocabulary. Use when building a new section type (hero, gallery, timeline, contact, etc.), updating an existing pattern, or when the user describes a visual section they want on their site. Produces production-grade markup using the site's design tokens and GSAP data-anim attributes.
Update the site's global design tokens — colors, typography, spacing — in theme.json. Use when the user wants to change the site's color scheme, switch fonts, adjust sizing, or restyle the entire site. A single run propagates the change everywhere. Examples of triggers: "make it darker", "change the accent to rose", "use a bigger body font", "switch to a serif headline font".
Run a health check on the WordPress site — performance, broken links, security basics, plugin updates, and accessibility. Use before a site launch, after major changes, when something seems broken, or when the user asks to "check the site", "audit the site", or "make sure everything is working". Reports issues with severity levels and recommended fixes.
Set up WordPress for a personal site — either connect to an existing installation or install a fresh one. Use at the very start of any site project, when the user says "I don't have WordPress yet", "install WordPress for me", "set up the site", or "where do I start". Detects the OS (Windows, macOS, Linux) and environment, chooses the best install method, configures credentials, and sets the WP_SITE_URL/WP_USER/WP_APP_PASSWORD environment variables so all other wp-* skills can run.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
AI agent skills for managing a WordPress personal site — from zero to live with a single command.
Built for Full Site Editing (FSE) + GSAP animations, cross-OS (Windows/macOS/Linux).
npx skills add https://github.com/AntonySilverhand/wp-agent-skills
Or in Claude Code:
/plugin marketplace add AntonySilverhand/wp-agent-skills
Works with Claude Code, Cursor, Windsurf, Codex, Gemini CLI, OpenCode, and 40+ agents.
| Skill | Purpose |
|---|---|
wp-install | Detect OS, install WordPress (local SQLite or remote), configure credentials |
wp-setup-theme | Scaffold a custom FSE theme with GSAP animations.js and theme.json tokens |
wp-create-pattern | Create or update a named block pattern |
wp-define-style | Set global colors, fonts, spacing in theme.json |
wp-new-page | Assemble a new page from existing block patterns |
wp-update-section | Surgically edit a pattern across all pages |
wp-add-media | Upload, WebP-optimize, and register media |
wp-seo-pass | Full SEO pass — meta, Open Graph, schema, alt text |
wp-health-check | Parallel check: updates, performance, links, security, a11y |
wp-security | Wordfence setup, author enumeration block, REST API hardening, file protection |
These skills compose with the Anthropic frontend-design skill and GreenSock GSAP skills. Install them alongside:
npx skills add https://github.com/anthropics/skills
npx skills add https://github.com/greensock/gsap-skills
Then follow this sequence:
/theme-factory → pick a palette + font pair
/frontend-design → commit to a bold aesthetic direction
/wp-define-style → encode into theme.json
/wp-setup-theme → scaffold FSE theme with GSAP
/wp-new-page → assemble pages from patterns
/wp-security → harden before going live
/wp-health-check → final QA pass
The theme's animations.js reads data-anim attributes — no GSAP code needed in patterns:
| Attribute | Effect |
|---|---|
data-anim="fade-up" | Fade in from below on scroll |
data-anim="reveal-left" | Slide in from left |
data-anim="parallax" | Parallax scroll depth |
data-anim="text-split" | Character-by-character reveal |
data-anim="counter" | Animated number counter |
wp-install)MIT
npx claudepluginhub antonysilverhand/wp-agent-skills --plugin wp-agent-skillsCreate WordPress block themes from simple descriptions and deploy them to a local WordPress Studio site, or, generate professional themes through an interactive workflow: describe your site, choose from design options, and preview on a real WordPress installation.
Expert WordPress diagnostics and site builder: structured investigations with intake questioning, site reconnaissance, parallel execution, findings verification, WordPress site generation as Local WP importable zips, and interactive modification sessions.
WordPress skills and commands for Claude Code
Craft production-grade WordPress sites and applications. Everything from themes and plugins to commerce and deployment.
WordPress plugin development with hooks, security, REST API, custom post types. Use for plugin creation, $wpdb queries, Settings API, or encountering SQL injection, XSS, CSRF, nonce errors.
Manage WordPress sites: content creation, blog posts, media, Elementor page editing, and WP-CLI workflows.