AI Agents

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.

SkillWhat it does
xgrep-inspectNavigate and understand source code using xgrep's AST-powered code intelligence.
xgrep-rule-creatorCreate custom xgrep rules with a test-first methodology, or port rules to new languages.
xgrep-triageInvestigate and classify scan findings using code-graph analysis.
xgrep-remediateFix a confirmed finding safely using xgrep's verify/apply harness.
xgrep-fixFix a whole set of findings — or the true positives a triage report confirmed — in one pass via the verify/apply harness.
secure-codingProactively 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/skills

Once 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.

On this page