Plugin Claude Code
Plugin marketplace listing 1 plugin: greppable.
Plugin Claude Code
Plugin marketplace listing 1 plugin: greppable.
Plugin Claude Code
The grep-native language for agentic systems — more accurate, more efficient, at any scale.
Command
Search all 7 GDL layers for a topic with cross-layer formatted output. Use for quick lookups across the knowledge base.
Command
Create a new GDLD architecture diagram from current conversation context — flows, patterns, sequences, gotchas.
Command
Full codebase scan — generates code maps, architecture diagrams, and conditional schema maps and API contracts. Token-intensive, runs as subagent.
Command
Manage .gdlignore exclusion patterns — add, remove, list, or detect patterns to exclude from GDL bridge scanning.
Command
Toggle automatic session memory extraction on or off — shows current status and updates greppable.local.md config.
Command
Set up or update greppable configuration for this project — creates config, directory structure, and .gitignore entries.
Command
Generate GDL pull request summary with change-flow diagram — use when PR is created or merged. Posts Mermaid to GitHub.
Command
Check GDL health and diagnose issues — platform diagnostics, root resolution, setup status, scope conflicts, artifact inventory, and interactive investigation tools.
Hook
Runs when a session starts on startup, resume, clear, compact, startup and resume, executing session-start.sh and hook.mjs with --background (2 commands). From greppable/greppable-cc-plugin.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing pre-rules-check.sh. From greppable/greppable-cc-plugin.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing post-gdl-lint.sh. From greppable/greppable-cc-plugin.
Skill Claude CodeCodex
Use when working with API endpoints, understanding what a service exposes, or checking API authentication and parameters before integrating. Works with .gdla API contract files — endpoint lookups, schema definitions, auth configuration, and cross-API dependencies. Triggers on: "what endpoints does X expose", "what…
Skill Claude CodeCodex
Use when creating, reviewing, or maintaining @rule records in rules.gdl files — provides format reference, quality criteria for what makes a rule worth writing, severity calibration, and the gdlrulesforfile helper. Triggers on: rules.gdl files, 'add a rule', 'create a coding rule', 'enforce this convention', observing…
Skill Claude CodeCodex
Use when excluding files or directories from GDL scanning — generated code, nodemodules, UI component libraries, or test fixtures that pollute code maps. Triggers on: 'ignore this directory', 'exclude from scanning', 'too much noise in GDL', '.gdlignore'. NOT for .gitignore management or general file filtering.
Skill Claude CodeCodex
Use when exploring codebase structure or understanding module dependencies using the .gdlc file-level code index — finding which file exports a symbol, tracing import relationships, or getting oriented in an unfamiliar codebase. Triggers on: "where is X defined", "what depends on Y", "show me the project structure"…
Skill Claude CodeCodex
Use when working with structured business data records — orders, invoices, products, or any @type records in .gdl files. Covers: filtering records by field values, aggregating data by region/status/category, cross-referencing between record types, extracting specific fields, or converting GDL data to CSV/JSON.…
Skill Claude CodeCodex
Use when creating, modifying, or querying .gdld diagram files — architecture flows, sequence diagrams, service topology, and gotcha/anti-pattern records. Also triggers when: investigating how services connect, understanding request flows or data pipelines, assessing blast radius of a change, "how does X connect to Y"…
Skill Claude CodeCodex
Use when agent memory from prior sessions could inform current work — choosing between alternatives when past decisions exist, investigating why something was built a certain way, or checking if a problem was already solved. Triggers on: "what did we decide about X", "why did we choose Y", "what do we know about Z"…
Skill Claude CodeCodex
REQUIRED before ANY .gdlc, .gdlm, .gdld, .gdls, .gdla, or .gdl file operation. Also triggers on structural questions about code, past decisions, service architecture, or data: 'what did we decide about X', 'how is Y structured', 'what depends on Z', 'what endpoints does W expose', exploring unfamiliar code areas, or…