update-graft-inventory
✓Update the graft (feature flag) inventory when flags are added or removed. Use when adding new grafts via migrations, after CI flags inventory mismatches, or periodically to ensure docs match production D1.
Installation
SKILL.md
| .github/graft-inventory.json | Source of truth for graft counts and metadata | | packages/engine/migrations/.sql | Migration files that define grafts | | packages/engine/src/lib/feature-flags/grafts.ts | Type definitions (KnownGraftId) | | docs/guides/adding-grafts-and-flags.md | Developer guide |
If they don't match, migrations may need to be applied:
When CI fails, run this skill to fix the mismatch.
Update the graft (feature flag) inventory when flags are added or removed. Use when adding new grafts via migrations, after CI flags inventory mismatches, or periodically to ensure docs match production D1. Source: autumnsgrove/groveengine.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/autumnsgrove/groveengine --skill update-graft-inventory- Source
- autumnsgrove/groveengine
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is update-graft-inventory?
Update the graft (feature flag) inventory when flags are added or removed. Use when adding new grafts via migrations, after CI flags inventory mismatches, or periodically to ensure docs match production D1. Source: autumnsgrove/groveengine.
How do I install update-graft-inventory?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/autumnsgrove/groveengine --skill update-graft-inventory Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/autumnsgrove/groveengine
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-05