greppable/greppable-cc-plugin

3 stars · Last commit 2026-04-13

The grep-native language for agentic systems — Claude Code plugin

README preview

<p align="center">
  <img src="assets/logo.svg" alt="greppable" width="680">
</p>

<p align="center">
  <strong>v0.9.6</strong> — research preview
</p>

Greppable is a data language designed for how agents actually work — using native bash tools like `grep`. Seven grep-native file formats give your AI agents structured knowledge about your codebase, schemas, APIs, architecture, and decisions. The filesystem is the coordination layer, git is the audit trail, and `grep` is the query engine.

## Benchmarks

Tested on [n8n](https://github.com/n8n-io/n8n) v2.8.3, a production monorepo with enough complexity to exercise all three GDL formats. 16 GDL files (19,025 lines) installed alongside existing source code. 40 questions across 4 tiers, judged by Claude Sonnet 4.5.

| Metric | With GDL | Source Only | Delta |
|--------|----------|-------------|-------|
| **Overall Accuracy** | **87.4%** | 76.9% | **+10.5pp** |
| Avg Turns | 8.1 | 14.2 | 43% fewer |
| Avg Cost/Question | $0.064 | $0.105 | 39% cheaper |
| Avg Duration | 32.5s | 46.6s | 30% faster |

View full repository on GitHub →