Skills
Packaged AI-agent skills built on xgrep — inspect, rule creation, triage, and secure coding, for Claude Code or Codex.
Skills
A set of AI-agent skills built on xgrep is published in the
mondoohq/skills marketplace. Each is a
self-contained plugin with a README.md, a SKILL.md, command definitions, and
reference material, installable in Claude Code, Codex, Gemini CLI, or Cursor.
| Skill | What it does |
|---|---|
| xgrep-inspect | Navigate and understand source code using xgrep's AST-powered code intelligence. |
| xgrep-rule-creator | Create custom xgrep rules with a test-first methodology, or port rules to new languages. |
| xgrep-triage | Investigate and classify scan findings using code-graph analysis. |
| xgrep-remediate | Fix a confirmed finding safely using xgrep's verify/apply harness. |
| xgrep-fix | Fix a whole set of findings — or the true positives a triage report confirmed — in one pass via the verify/apply harness. |
| secure-coding | Proactively avoid generating vulnerable code. |
Installing the skills
Claude Code
Register the marketplace once, then install the skills you want:
/plugin marketplace add mondoohq/skills
/plugin install xgrep-triage@mondoohq/skills
/plugin install xgrep-rule-creator@mondoohq/skillsOnce installed, invoke a skill directly (/xgrep-triage, /xgrep-rule, …) or let it
activate automatically on a relevant task.
Codex, Gemini CLI, Cursor
The same skills install into Codex, Gemini CLI, and Cursor. See the mondoohq/skills README for the per-agent instructions.
For the underlying CLI these skills drive, see Code intelligence and the AI agent guide.