From agent-knowledge
Accesses definitive source code of project dependencies via vector search and direct file reads for API signatures, error debugging, internals, configs, and tests.
npx claudepluginhub chris-xperimntl/agent-knowledgeThis skill uses the workspace's default tool permissions.
BK provides access to **definitive library sources** for your project dependencies.
Guides when to query BK for library implementations, APIs, errors, configs, and internals versus grepping or reading current project code. Use for external dependency questions.
Retrieves code context summaries, API docs, and examples from GitHub repos, npm/pip libraries, code searches, and clones using isolated agents.
Share bugs, ideas, or general feedback.
BK provides access to definitive library sources for your project dependencies.
Any question about libraries, dependencies, or indexed reference material should query BK.
BK is:
Library implementation:
API signatures and options:
Error handling:
Version-specific behavior:
Configuration:
Testing:
Performance:
Security:
Integration:
Find concepts and patterns across indexed content:
search("vue reactivity system")
/agent-knowledge:search "pydantic custom validators"
Precise lookups in cloned library source:
Grep: pattern="defineReactive" path=".agent-knowledge/repos/vue/"
Read: .agent-knowledge/repos/pydantic/pydantic/validators.py
Both are valid! Use vector search for discovery, Grep/Read for specific functions.
User: "How does Vue's computed properties work internally?"
Claude:
list_stores MCP tool → vue store existssearch("vue computed properties") → finds computed.ts.agent-knowledge/repos/vue/packages/reactivity/src/computed.ts[library] question → Query BK
[your code] question → Grep/Read directly
[concept] question → Training data
[news/updates] question → Web search
BK is cheap and fast. Query it liberally for library questions.