7 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 be5ff2d899 Add Claude Code support to skillpack build and install scripts
- Add 'claude' target for project-level installation (.claude/skills/)
- Add 'claude-global' target for user-level installation (~/.claude/skills/)
- Add --global flag as shorthand for --targets=claude-global
- Add --skills flag for selective skill installation
- Add --list flag to show available skills
- Add --dry-run flag to preview installation
- Update README with Claude Code installation instructions
2026-01-27 20:13:04 -08:00
James LePage 31f771aa54 Add AI skill maintenance workflow and updater 2025-12-23 00:38:26 -05:00
James LePage 676bf9e890 Add skillpack build/install and WP 6.9 compatibility contract 2025-12-23 00:33:40 -05:00
James LePage df7e1f5aeb Add upstream sync scaffolding and authoring guide 2025-12-22 16:23:48 -05:00