An agent skill that teaches AI agents to use GritQL for structural code search and modification.
npx skills add rlemaigre/gritql-skillPrerequisite: The GritQL CLI must be installed on the machine where the agent runs.
npm install -g @getgrit/cli # or curl -fsSL https://docs.grit.io/install | bash
skills/
└── using-gritql/
├── SKILL.md # Core skill definition loaded by the agent
└── references/ # Detailed language docs and 150+ real-world examples
├── language/ # Syntax, patterns, conditions, modifiers, functions
├── guides/ # Authoring and testing patterns
├── tutorials/ # GritQL tutorial
└── examples/ # Real-world .grit pattern files
MIT