spectra-ask
SolidQuery openspec/documents and answer questions
Install
Quality Score: 87/100
Skill Content
Details
- Author
- PsychQuant
- Repository
- PsychQuant/che-ical-mcp
- Created
- 4 months ago
- Last Updated
- today
- Language
- Swift
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
spectra-discuss
Have a focused discussion about a topic and reach a conclusion
spectra-apply
Implement or resume tasks from a Spectra change
ask
Use when the user wants to ask a question and get an LLM-synthesized answer grounded in indexed documents, do RAG over previously crawled or embedded content, get cited answers from the knowledge base, or find information that was previously indexed. Triggers on "ask axon", "what does the documentation say about", "according to what I've indexed", "RAG query", "use axon to answer", or any question where the user wants grounded answers from indexed content rather than hallucination.
search
General vault retrieval — answers both "what" and "why" questions across MEMORY.md, memory/, session logs, project trackers, and vault notes. Uses qmd (lex+vec+hyde) with grep fallback.
query
Use when the user wants to do a semantic vector search over indexed content, find relevant chunks matching a query, search the Qdrant knowledge base, or get raw search results without LLM synthesis. Triggers on "search axon", "query the knowledge base", "find chunks about", "vector search for", "semantic search", "what's indexed about", "find relevant passages". Different from `ask` (which synthesizes an answer) — query returns raw matching chunks with scores.