@skills · Owner
Agent skills by woocommerce
14 skills indexed from github.com/woocommerce. Reference any of them in AdaL, Claude Code, Cursor or any coding agent — nothing to install.
- .ai · Collection · 10,449 stars
- skills · Collection · 10,449 stars
- woocommerce · Collection · 10,449 stars
- woocommerce-backend-dev · Skill · 10,449 stars
Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code
- woocommerce-code-review · Skill · 10,449 stars
Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality
- woocommerce-copy-guidelines · Skill · 10,449 stars
Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, or messages.
- woocommerce-dev-cycle · Skill · 10,449 stars
Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
- woocommerce-email-editor · Skill · 10,449 stars
Setup and develop the WooCommerce block email editor. Use when working on email templates, transactional emails, or the email editor feature.
- woocommerce-git-commit · Skill · 10,449 stars
Commit uncommitted changes with well-crafted messages following WooCommerce repo conventions. Use when the user says "commit", "commit changes", "commit th
- woocommerce-git-draft-pr · Skill · 10,449 stars
Create a high-quality draft PR for the current branch. Use when the user says "create a PR", "draft PR", "open a PR", "make a PR", "push and create PR", or
- woocommerce-local-env · Skill · 10,449 stars
Set up, start, stop, restart, verify, and troubleshoot the WooCommerce Core local development environment with wp-env and asset build watchers. Use when Co
- woocommerce-markdown · Skill · 10,449 stars
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
- woocommerce-performance · Skill · 10,449 stars
Identify performance issues in WooCommerce PHP code. Use when writing or reviewing code that loads collections of post-based objects (products, orders), re
- woocommerce-store-api · Skill · 10,449 stars
Add or modify routes in the WooCommerce Store API (`/wc/store/v1/*`). Use when creating new Store API endpoints, modifying existing ones, or designing the