wp-skills
v1.0.4
Published
WordPress Agent Skills installer and packager
Readme
WordPress Theme Team Skills
This skill pack is optimized for WordPress theme teams (classic and block themes): clear architecture, explicit guardrails, and verification-first workflows.
Quick Install
Install all skills into the current project:
npx wp-skills install --dest=. --targets=codex,vscode,claude,cursor,antigravityList available skills:
npx wp-skills listInstall a single skill:
npx wp-skills install --dest=. --targets=codex,vscode,claude,cursor,antigravity --skills=classic-theme-devInstalled locations:
.codex/skills/.github/skills/.claude/skills/.cursor/skills/.agent/skill/
Team Usage Flow
- Start with
wordpress-routerorwp-project-triageto classify repository context. - Select the domain skill (theme, frontend, ops, review/migration).
- Provide explicit inputs: URL/page type, file scope, and compatibility constraints.
- Require explicit verification before merge or release.
Prompt examples:
Use wordpress-router and wp-project-triage, then choose the right skill for this repository.Use classic-theme-dev to map URL -> template -> hook and implement the fix.Use wp-dev-workflow for a WordPress-focused code review with security and performance findings.
Skill Catalog
Routing and triage
Theme development
Frontend
Tooling, ops, and quality
Recommended Team Bundles
classic-theme-dev+frontend-wp+wp-dev-workflowblock-theme-dev+wp-block-development+wp-interactivity-apiwp-wpcli-and-ops+wp-performance+wp-phpstan
Dynamic Skill Modes
theme-base(default): work inwp-content/themes/**, skip plugins.plugin-explicit(opt-in): include plugin scope only when explicitly requested.
Use plugin-explicit mode with triage:
npx wp-skills mode plugin-explicitUse default theme-base mode:
npx wp-skills mode theme-baseRecommended plugin mode skills (external set):
fullstack.wordpress.plugin-scaffoldfullstack.wordpress.security-auditfullstack.wordpress.performance-auditwp-dev-workflow(for review and migration discipline)
Default guardrail remains:
wp-content/plugins/andwp-content/mu-plugins/are treated as third-party and skipped unless plugin-explicit mode is requested.
Maintain and Validate
# Validate the skill set
node eval/harness/run.mjs
# List available skills from local repository
node shared/scripts/skillpack-install.mjs --listRelated docs:
