14 Commits

Author SHA1 Message Date
Fellyph Cintra 8182820cab Add Antigravity target to skillpack build and install scripts (#13)
This pull request adds opt-in Antigravity support to the skillpack build
and install scripts.

Documentation updates for skill file locations:

* Adds `.agents/skills/` as the project-level directory for Antigravity
skill files.
* Adds `antigravity-global` for installing skills to
`~/.gemini/antigravity/skills/`.
* Keeps Antigravity out of the default build and install target lists so
existing defaults remain unchanged.

🤖 Partially developed with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-08 09:43:09 +02:00
Mohamed Noumaan Ahamed 20324d25ad chore: Update target WordPress version to 7.0 and minimum PHP to 7.4.0 (#70)
## What does this PR do? 
Updates the default compatibility targets across all Agent Skills,
documentation, and the evaluation harness to assume WordPress 7.0 and
PHP 7.4.0 as the baseline.

## Why is this change necessary? 
WordPress 7.0 ("Armstrong") has officially retired support for PHP 7.3
and below, making PHP 7.4.0 the hard minimum. To ensure the agents
generate safe, actively maintained, and compatible code, the skills'
compatibility contracts have been bumped from WP 6.9+ (PHP 7.2.24+) to
WP 7.0+ (PHP 7.4.0+).

Addresses https://github.com/WordPress/agent-skills/issues/68

---------

Co-authored-by: Jeffrey Paul <jeffpaul@hotmail.com>
2026-07-08 06:38:15 +02:00
Thierry Pigot cdc950d588 Adds Cursor support (#4)
Integrates Cursor as a target for building and installing skillpacks.

This allows for easy distribution and installation of skills for the Cursor editor, in addition to Codex and VS Code.

Updates scripts to include Cursor in build and installation options, with support for global installation.

Co-authored-by: thierrypigot <contact@wearewp.pro>
2026-02-04 20:45:42 -08:00
James LePage 0034d2f3af Address PR feedback on AI authorship disclosure
- Italicize "as one does not exist" for emphasis on eval caveat
- Remove redundant Notes column from per-skill table
- Link each skill name to its SKILL.md for easier auditing
2026-02-04 23:42:14 -05:00
James LePage 6a630137d9 Add AI authorship disclosure per WordPress AI Guidelines
Adds disclosure to README and creates docs/ai-authorship.md with
detailed breakdown of how skills were created, reviewed, and tested.

Fixes #6
2026-02-03 09:30:27 -08:00
James LePage 0253fb3d21 Add wp-rest-api skill 2026-01-27 20:00:47 -08:00
Justin Vogt 5944930eaf Add wp-phpstan skill and related documentation for PHPStan integration 2026-01-08 01:27:13 +01:00
James LePage 676bf9e890 Add skillpack build/install and WP 6.9 compatibility contract 2025-12-23 00:33:40 -05:00
James LePage 21f45a9385 Add WordPress performance skill 2025-12-22 18:28:00 -05:00
James LePage 40415668c3 Add WP-CLI and ops skill 2025-12-22 17:28:20 -05:00
James LePage 35ef0851f3 Add core block, theme, and plugin development skills 2025-12-22 17:14:44 -05:00
James LePage ca5c227933 Add Interactivity and Abilities API skills 2025-12-22 16:37:54 -05:00
James LePage df7e1f5aeb Add upstream sync scaffolding and authoring guide 2025-12-22 16:23:48 -05:00
James LePage 6512d73f3b Add WordPress router + project triage skills 2025-12-22 16:16:35 -05:00