๐ŸŽฏ

wp-playground

๐ŸŽฏSkill

from wordpress/agent-skills

VibeIndex|
What it does
|

Agent skills that teach AI coding assistants WordPress development patterns, covering Gutenberg blocks, block themes, plugin security, and modern WordPress best practices.

๐Ÿ“ฆ

Same repository

wordpress/agent-skills(15 items)

wp-playground

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add wordpress/agent-skills --skill wp-playground
skills.sh Installโš  Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add wordpress/agent-skills --skill wp-playground
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/wp-playground/SKILL.md

SKILL.md

853Installs
-
AddedFeb 4, 2026

More from this repository10

๐ŸŽฏ
wp-plugin-development๐ŸŽฏSkill

Teaches AI coding assistants best practices for WordPress plugin development, focusing on secure architecture, proper hook usage, settings API implementation, and security considerations.

๐ŸŽฏ
wp-rest-api๐ŸŽฏSkill

Teaches AI assistants how to correctly design, implement, and secure WordPress REST API routes, endpoints, authentication, and response handling.

๐ŸŽฏ
wp-block-themes๐ŸŽฏSkill

Teaches AI coding assistants best practices for creating modern WordPress block themes, including `theme.json` configuration, template design, pattern creation, and style variations.

๐ŸŽฏ
wp-performance๐ŸŽฏSkill

Optimizes WordPress performance by providing guidance on profiling, caching strategies, database query optimization, and implementing Server-Timing headers for performance monitoring.

๐ŸŽฏ
wp-block-development๐ŸŽฏSkill

Teaches AI assistants how to correctly develop Gutenberg blocks, covering block.json configuration, attribute handling, rendering techniques, and proper block deprecation strategies.

๐ŸŽฏ
wordpress-router๐ŸŽฏSkill

Classifies WordPress repositories and intelligently routes them to the most appropriate development workflow or skill based on project structure and detected characteristics.

๐ŸŽฏ
wp-project-triage๐ŸŽฏSkill

Agent skills that teach AI coding assistants WordPress development patterns, covering Gutenberg blocks, block themes, plugin security, and modern WordPress best practices.

๐ŸŽฏ
wp-wpcli-and-ops๐ŸŽฏSkill

Teaches AI how to use WP-CLI for WordPress automation, multisite management, database operations, and command-line workflows.

๐ŸŽฏ
wp-phpstan๐ŸŽฏSkill

Configures and guides PHPStan static analysis for WordPress projects, providing custom configuration, baseline settings, and WordPress-specific type checking.

๐ŸŽฏ
wp-abilities-api๐ŸŽฏSkill

Skill for working with the WordPress Abilities API (wp_register_ability, REST endpoints, @wordpress/abilities), covering ability registration, categories, meta, REST exposure, and permissions checks for WordPress 6.9+.