Agent skill
doctor
Diagnose plugin issues and get fix instructions
Install this agent skill to your Project
npx add-skill https://github.com/blueraai/bluera-knowledge/tree/main/skills/doctor
SKILL.md
Bluera Knowledge Doctor
Run comprehensive diagnostics to identify and fix plugin issues.
Instructions
Run the doctor script to check all prerequisites:
bash "${CLAUDE_PLUGIN_ROOT:-.}/scripts/doctor.sh"
The script checks:
- Build tools (make/gcc) - Required for native modules
- Node.js - Required for MCP server
- Plugin dependencies (node_modules) - Required for MCP server
- MCP wrapper - Required for MCP server startup
- Python 3 - Optional, for embeddings
- Playwright - Optional, for web crawling
For any [FAIL] items, follow the FIX instructions provided.
After fixing issues, restart Claude Code for changes to take effect.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
when-to-query
When to use BK vs Grep/Read for current project
sync
Sync stores from definitions config (bootstrap on fresh clone)
ui
Launch the admin web UI to browse stores, search, and manage knowledge
stores
List all indexed library stores
index
Re-index a knowledge store
test-plugin
Run comprehensive plugin validation test suite
Didn't find tool you were looking for?