onboard

A setup command that creates or updates project configuration, required folders, and ignore-file entries for GDL.

In plain words
What is it for?
Use it when starting the setup or changing an existing project or global configuration.
Why use it?
It removes the manual work of preparing a project for the add-on.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/greppable/greppable-cc-plugin/onboard
Clone the repo
git clone --depth 1 https://github.com/greppable/greppable-cc-plugin
Per session 22 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00022 $0.01338
Opus 5 $0.00011 $0.00669
Sonnet 5 $0.00004 $0.00268
Haiku 4.5 $0.00002 $0.00134

Measured 2d ago against content hash 1006a3f000ed, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

onboard scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

commands/onboard.md · 93 lines

How it starts

The opening of the file, as written. The whole thing — 93 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/greppable:onboard — Setup or Update GDL Configuration

First Run Flow

If no .claude/greppable.local.md exists (project or global):

  1. Display welcome banner — Output the banner directly as conversation text (do NOT use Bash — the output panel clips tall content). Display this exactly as a code block:
$ grep -rn "greppable" /dev/universe

 ██████╗ ██████╗ ███████╗██████╗ ██████╗  █████╗ ██████╗ ██╗     ███████╗
██╔════╝ ██╔══██╗██╔════╝██╔══██╗██╔══██╗██╔══██╗██╔══██╗██║     ██╔════╝
██║  ███╗██████╔╝█████╗  ██████╔╝██████╔╝███████║██████╔╝██║     █████╗
██║   ██║██╔══██╗██╔══╝  ██╔═══╝ ██╔═══╝ ██╔══██║██╔══██╗██║     ██╔══╝
╚██████╔╝██║  ██║███████╗██║     ██║     ██║  ██║██████╔╝███████╗███████╗
 ╚═════╝ ╚═╝  ╚═╝╚══════╝╚═╝     ╚═╝     ╚═╝  ╚═╝╚═════╝ ╚══════╝╚══════╝
                                                                        .ai

 1 match · the grep-native language for agentic systems

Then say: Welcome! Let's set up greppable for this project.

  1. Check for existing config — read ~/.claude/greppable.local.md (global) and .claude/greppable.local.md (project). If either exists, enter Update Mode (below).

  2. Ask: project or global scope?

    • Project (default): config in .claude/greppable.local.md, affects only this repo
    • Global: config in ~/.claude/greppable.local.md, affects all repos without project config
  3. Ask: which layers to enable? Default: v1 set (GDLC, GDLM, GDLD, GDL).

    • Always enabled: GDLC (code maps), GDLM (memory), GDLD (diagrams), GDL (data/rules)
    • Conditional (auto-detected): GDLS (schemas — if Prisma/SQL detected), GDLA (API contracts — if OpenAPI/GraphQL detected)
    • Available but not default: GDLU (unstructured docs — manual use only)
  4. If GDLM layer is enabled, ask: enable automatic memory extraction?

    • Yes (default): When a new session starts, the previous session's transcript is automatically processed into .gdlm memory records via the Agent SDK. Requires node on PATH.
    • No: Session transcripts are not processed. Memory files can still be created manually.

Read the full file on GitHub · 93 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 93 lines · 22 tokens per session scan A 1006a3f000ed

Subscribe to this mod's changes

onboard is a command published in the GitHub repository greppable/greppable-cc-plugin (3 stars, last pushed 4mo ago), licensed MIT. It adds 22 tokens to every session and 1,338 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.