Skill Claude CodeCodex
Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. MUST be invoked before writing any PHP unit tests.
Skill Claude CodeCodex
Add or modify WooCommerce backend PHP code following project conventions. Use when creating new classes, methods, hooks, or modifying existing backend code. MUST be invoked before writing any PHP unit tests.
Skill Claude CodeCodex
Review WooCommerce code changes for coding standards compliance. Use when reviewing code locally, performing automated PR reviews, or checking code quality.
Skill Claude CodeCodex
Guidelines for UI text and copy in WooCommerce. Use when writing user-facing text, labels, buttons, or messages.
Skill Claude CodeCodex
Run tests, linting, and quality checks for WooCommerce development. Use when running tests, fixing code style, or following the development workflow.
Skill Claude CodeCodex
Setup and develop the WooCommerce block email editor. Use when working on email templates, transactional emails, or the email editor feature.
Skill Claude CodeCodex
Commit uncommitted changes with well-crafted messages following WooCommerce repo conventions. Use when the user says "commit", "commit changes", "commit this", "git commit", or "save my work".
Skill Claude CodeCodex
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 "submit PR".
Skill Claude CodeCodex
Set up, start, stop, restart, verify, and troubleshoot the WooCommerce Core local development environment with wp-env and asset build watchers. Use when Codex is asked to run WooCommerce locally, prepare wp-env, watch WooCommerce builds, choose between full and targeted build/watch commands, diagnose localhost:8888…
Skill Claude CodeCodex
Guidelines for creating and modifying markdown files in WooCommerce. Use when writing documentation, README files, or any markdown content.
Skill Claude CodeCodex
Identify performance issues in WooCommerce PHP code. Use when writing or reviewing code that loads collections of post-based objects (products, orders), renders product lists with images, reads multiple options in a loop or method, or writes SQL queries involving joins, aggregates, meta lookups, or range queries.
Skill Claude CodeCodex
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 schemas blocks and external integrations consume. Covers authentication, REST URL design, schema/response alignment, variation handling, idempotency, and common…
Hook Claude Code
Runs before the agent uses a tool for Write and Edit tool calls, running an inline shell check. From woocommerce/woocommerce.
Settings file Claude Code
Default Claude Code settings for the WooCommerce repository.
Cursor rule Cursor
This rule discourages the use of regular expressions in favor of more readable and maintainable alternatives.
Cursor rule Cursor
This rule provides guidance for best code quality practices and preventing bugs in WooCommerce.
Cursor rule Cursor
This rule provides guidance for generating a pull request (PR) description in this repository.
Cursor rule Cursor
Rules for various git actions that happen with this project.
Cursor rule Cursor
This rule provides guidance for building the WooCommerce plugin and watching for changes in the repository.
Cursor rule Cursor
Rules for running WooCommerce PHPUnit tests.
Agent
Use this agent when you need expert guidance on WooCommerce Core development, including writing or reviewing code that extends, integrates with, or modifies WooCommerce; implementing custom payment gateways, shipping methods, or product types; working with WooCommerce hooks, filters, and APIs; debugging…
Instructions file CodexOpenCode
AGENTS.md instructions for woocommerce/woocommerce, covering woocommerce monorepo - ai agents documentation, project overview, navigation guide, which documentation to use? and available skills.
Instructions file
Claude Code instructions for woocommerce/woocommerce, a project described as: A customizable, open-source ecommerce platform built on WordPress. Build any commerce solution you can imagine.
woocommerce/woocommerce-paypal-payments
Agent Claude Code
Runs the project's tests and linters (PHP unit, JS unit, integration, PHP unit TDD, PHPCS, PHPStan) and distills the output to a crisp pass/fail summary. Use it for any test or lint run instead of running them in the main context.
woocommerce/woocommerce-paypal-payments
Agent Claude Code
Canonicalizes user-facing UI copy (buttons, headings, messages, tooltips, notices) to the plugin's guidelines - sentence case, brand capitalization, concision. Read-only. Dispatch whenever writing or changing a user-facing string.