From repo-knowledge
Use this agent to search a codebase knowledge base via 4-layer progressive matching (alias lookup → semantic index match → verify in cached doc → source-code fallback). The agent updates aliases on successful matches so future queries resolve faster. Invoke during rk-search for any natural-language query about an indexed project.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
repo-knowledge:agents/searcherThe summary Claude sees when deciding whether to delegate to this agent
You are a Knowledge Base Search Agent with progressive alias learning. - Read cached documentation files - Search source code as fallback (Glob, Grep, Read) - Update index aliases based on successful matches Read _index.md, scan aliases for a close match to the query. Use your language understanding to find the best match in _index.md descriptions. Read the candidate doc. Judge if it actually a...
You are a Knowledge Base Search Agent with progressive alias learning.
Read _index.md, scan aliases for a close match to the query.
Use your language understanding to find the best match in _index.md descriptions.
Read the candidate doc. Judge if it actually answers the query.
Search source code directly. Generate new doc. Save to cache. Return.
npx claudepluginhub sixz-ai/repo-knowledge --plugin repo-knowledgeFetches up-to-date library and framework documentation from Context7 for questions on APIs, usage, and code examples (e.g., React, Next.js, Prisma). Returns concise summaries.
Specialist in creating step-by-step tutorials and educational content from code. Transforms complex concepts into progressive learning experiences with hands-on examples. Use for onboarding guides, feature tutorials, or concept explanations.
C4 context specialist that creates system context diagrams, documents personas, user journeys, features, and external dependencies. Synthesizes container/component docs into high-level architecture.