Commit e118acc2329 for woocommerce
commit e118acc23292c7e90153ddbe22dfbd9c198eb4a0
Author: Brian Coords <bacoords@gmail.com>
Date: Tue Jun 2 11:09:13 2026 -0400
Add agent skills resources to AI docs (#65470)
diff --git a/docs/getting-started/ai.md b/docs/getting-started/ai.md
index f109f8a6331..7916c203936 100644
--- a/docs/getting-started/ai.md
+++ b/docs/getting-started/ai.md
@@ -41,7 +41,7 @@ On every page of the Developer Docs, you'll see a Clipboard icon in the upper-ri
### Agent Skills for Contributors
-The WooCommerce monorepo includes agent skills that provide AI assistants with procedural guidance for common development tasks. These skills are located in the `.ai/skills/` directory at the root of the repository.
+The WooCommerce monorepo includes [agent skills](https://agentskills.io/home) that provide AI assistants with procedural guidance for common development tasks. These skills are located in the `.ai/skills/` directory at the root of the repository.
Each skill contains a `SKILL.md` file with step-by-step instructions for tasks like:
@@ -53,6 +53,12 @@ Each skill contains a `SKILL.md` file with step-by-step instructions for tasks l
Skills are designed to be tool-agnostic and can be used with various AI coding assistants. To explore available skills, browse the [`.ai/skills/` directory](https://github.com/woocommerce/woocommerce/tree/trunk/.ai/skills) in the repository.
+### Agent Skills for Extending
+
+If you are building on top of WordPress and WooCommerce, the [WordPress/agent-skills](https://github.com/WordPress/agent-skills) and [woocommerce/agent-skills](https://github.com/woocommerce/agent-skills) repositories provide reusable guidance for AI coding assistants.
+
+The WordPress skills cover foundational WordPress development patterns, while the WooCommerce skills build on those foundations with guidance for WooCommerce extension development. Review both repositories for installation instructions.
+
### Cursor Rules files for contributors
The `.cursor/rules/` directory contains configuration files that provide AI assistants with specific guidance for working with the WooCommerce codebase. These files help ensure consistent development practices and workflows.