Skip to content

rlemaigre/gritql-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GritQL Skill

An agent skill that teaches AI agents to use GritQL for structural code search and modification.

Installation

npx skills add rlemaigre/gritql-skill

Prerequisite: 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

Structure

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

License

MIT

About

A skill to teach AIs to use GritQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages