A collection of skills for AI coding agents working with Gravity products. Skills are packaged instructions, references, and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
Install all skills with the Vercel Skills CLI:
npx skills add gravityforms/gravityskillsInstall a specific skill:
npx skills add gravityforms/gravityskills --skill gravity-forms-abilitiesDownload skill zips directly from Releases and extract into your project's .agents/skills/ directory (or other applicable directory, eg .claude/skills).
In the case of the Claude desktop app, follow their instructions.
Workflow guidance for AI agents using Gravity Forms abilities via the WordPress Abilities API (MCP). Covers form CRUD, entry management, submissions, feeds, notifications, conditional logic, and system queries. Provides critical sequencing rules, field configuration knowledge, and pitfall avoidance that tool schemas alone cannot express.
Requires: WordPress site with Gravity Forms 3.1+ and MCP endpoint enabled (GF Settings → MCP).
npx skills add gravityforms/gravityskills --skill gravity-forms-abilitiesOnce installed, skills are automatically available to your AI coding agent. The agent reads the skill's SKILL.md when working on relevant tasks.
GPL-2.0+