Claude-powered Q&A agent that answers questions about an indexed codebase using vector retrieval from ChromaDB. Supports /spec and /gaps commands.
57
65%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./workspace/skills/oracle/SKILL.mdThe Oracle is the user-facing intelligence layer. It answers questions about the codebase by retrieving relevant context from ChromaDB and passing it to Claude. It always retrieves before answering — never from memory alone.
/spec [filepath] — generate structured specification summaries/gaps — identify unindexed files, thin coverage, stalenessretriever.py — search_codebase tool implementationagent.py — Oracle agent loop with command routingspec.py — SpecGenerator classgaps.py — GapDetector classa30d1b4
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.