From Strata
Performs grep-style line-numbered text search across the vault. Use when you need exact literal-string hits with line numbers, as a fallback to semantic recall.
How this skill is triggered — by the user, by Claude, or both
Slash command
/strata:findThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A no-frills full-text walk over the current repo's vault namespace. For
A no-frills full-text walk over the current repo's vault namespace. For
Ranked or semantic queries, use the recall MCP tool first — it fuses FTS5
and semantic search and is much faster on large vaults. Reach for /strata:find
once recall has run and you need exact literal-string hits with line numbers.
"${CLAUDE_PLUGIN_ROOT}/bin/strata" find <term1> [<term2> ...] [--scope decisions|lessons|domain|pr-context|all]
All terms must appear in a file (AND, not OR). Use the recall MCP tool for
phrase and ranked queries.
### `decisions/2026-05-20-use-postgres.md` — Use Postgres for the X store (3 hits)
L7: Postgres chosen over SQLite for …
L14: …
Results are grouped by file, ranked by hit count.
npx claudepluginhub gideondk/strata --plugin strataProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.