wp-project-triage
π―SkillScannedfrom wordpress/agent-skills
WordPress project triage skill from the official WordPress Agent Skills, teaching AI coding assistants correct WordPress development patterns, avoiding outdated pre-Gutenberg patterns, and following block theme best practices
Same repository
wordpress/agent-skills(13 items)
Installation
npx skills add https://github.com/wordpress/agent-skills --skill wp-project-triageNeed more details? View full documentation on GitHub β
More from this repository10
Teaches AI coding assistants best practices for WordPress plugin development, focusing on secure architecture, proper hook usage, settings API implementation, and security considerations.
Teaches AI assistants how to correctly design, implement, and secure WordPress REST API routes, endpoints, authentication, and response handling.
Teaches AI assistants how to correctly develop Gutenberg blocks, covering block.json configuration, attribute handling, rendering techniques, and proper block deprecation strategies.
Optimizes WordPress performance by providing guidance on profiling, caching strategies, database query optimization, and implementing Server-Timing headers for performance monitoring.
Teaches AI coding assistants best practices for creating modern WordPress block themes, including `theme.json` configuration, template design, pattern creation, and style variations.
Teaches AI how to use WP-CLI for WordPress automation, multisite management, database operations, and command-line workflows.
Classifies WordPress repositories and intelligently routes them to the most appropriate development workflow or skill based on project structure and detected characteristics.
Configures and guides PHPStan static analysis for WordPress projects, providing custom configuration, baseline settings, and WordPress-specific type checking.
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+.
Teaches AI how to implement WordPress's Interactivity API using `data-wp-*` directives for creating dynamic, interactive frontend experiences without full page reloads.