From 4beb5e718b6aed7e563794d044b58907d7df6dd1 Mon Sep 17 00:00:00 2001 From: Samuel Estok Date: Tue, 25 Aug 2026 12:53:00 -0700 Subject: [PATCH] update readme for me current versions and instructions --- README.md | 38 ++++---------------------------------- 1 file changed, 4 insertions(+), 34 deletions(-) diff --git a/README.md b/README.md index f7e55fe..26ac70a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ npx skills add gravityforms/gravityskills --skill gravity-forms-abilities ### GitHub Releases -Download skill zips directly from [Releases](https://github.com/gravityforms/gravityskills/releases) and extract into your project's `.agents/skills/` directory. +Download skill zips directly from [Releases](https://github.com/gravityforms/gravityskills/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](https://support.claude.com/en/articles/12512180-use-skills-in-claude). ## Available Skills @@ -30,7 +32,7 @@ Download skill zips directly from [Releases](https://github.com/gravityforms/gra 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 2.9+ and MCP endpoint enabled (GF Settings → MCP). +**Requires:** WordPress site with Gravity Forms 3.1+ and MCP endpoint enabled (GF Settings → MCP). ```bash npx skills add gravityforms/gravityskills --skill gravity-forms-abilities @@ -40,38 +42,6 @@ npx skills add gravityforms/gravityskills --skill gravity-forms-abilities Once installed, skills are automatically available to your AI coding agent. The agent reads the skill's `SKILL.md` when working on relevant tasks. -**Examples:** - -``` -Help me build a Gravity Forms integration -``` - -``` -Review my form field implementation -``` - -## Skill Structure - -Each skill contains: - -- `SKILL.md` — Instructions for the agent (required) -- `references/` — Supporting documentation (optional) -- `scripts/` — Helper scripts for automation (optional) - -## Contributing - -Skills must follow the [Agent Skills spec](https://agentskills.io/): - -- **Name**: lowercase, hyphens only, 1–64 characters -- **Directory name** must match the `name` field in `SKILL.md` frontmatter -- **Frontmatter**: `name` and `description` fields required - -Run validation before submitting: - -```bash -./scripts/validate-skills.sh -``` - ## License GPL-2.0+