Search Strategy banner
bradduy bradduy

Search Strategy

Development community

Description

--- name: search-strategy description: Skill governing how to search the knowledge base based on the configured project size and search backend type: rigid --- # Search Strategy Skill The search approach depends on the project size configured in `.data/wiki.config.md`. **Always read `.data/wiki.config.md` before searching** to determine the active backend. ## Search tiers ### Tier 1: Grep (small projects, <100 pages) **Backend value:** `grep` **When:** Default for new projects and small kno

Installation

Installs to ~/.claude/skills/bradduy-wiki-knowledge-compiler-search-strategy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bradduy-wiki-knowledge-compiler-search-strategy && curl -fsSL https://raw.githubusercontent.com/bradduy/wiki-knowledge-compiler/HEAD/skills/search-strategy.md -o ~/.claude/skills/bradduy-wiki-knowledge-compiler-search-strategy/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository