with one click
brain
Search project knowledge - code, docs, expertise, patterns
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Search project knowledge - code, docs, expertise, patterns
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Read source files directly with Glob/Grep/Read. No RAG, no vector databases, no pre-loaded summaries.
Shared reference documentation: PRISM best practices, command patterns, and cross-skill examples.
Create, configure, test, and debug Claude Code hooks for lifecycle automation across 9 event types.
Persist patterns, conventions, decisions, or failures to Mulch expertise for cross-session memory.
Run PRISM quality checks - docs, links, and portability. Use before committing or when something looks broken.
Bump version, update CHANGELOG, and create git tag for prism-devtools releases. Use when: user says "bump version", "release", "tag release", "version bump", "cut a release", "what version", "update version", or needs to publish changes.
| name | brain |
| description | Search project knowledge - code, docs, expertise, patterns |
| disable-model-invocation | true |
Search code, docs, mulch expertise, and metrics using hybrid 3-index search (BM25 + Vector + GraphRAG).
python3 "${PRISM_DEVTOOLS_ROOT}/hooks/brain_engine.py" search "<query>" for broad discoverypython3 "${PRISM_DEVTOOLS_ROOT}/hooks/brain_engine.py" explain "<file>" before editing unfamiliar filespython3 "${PRISM_DEVTOOLS_ROOT}/hooks/brain_engine.py" graph "<entity>" to trace dependenciesstatus for health check; rebuild when index feels staleSee full reference for all commands, automatic query rules, and query patterns.