ask

Solid

Query the bundled research knowledge graph for methodology guidance. Routes questions through a 3-tier knowledge base — WHY (research claims), HOW (guidance docs), WHAT IT LOOKS LIKE (domain examples) — plus structured reference documents. Returns research-backed answers grounded in specific claims with practical application to the user's system. Triggers on "/ask", "/ask [question]", "why does my system...", "how should I...".

Data & Documents 3,381 stars 218 forks Updated 3 months ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
50
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## EXECUTE NOW **Question: $ARGUMENTS** If no question provided, ask the user what they want to know. **Execute these steps:** 1. **Classify the question** — determine which knowledge base tier(s) to consult (see Query Classification below) 2. **Search the knowledge base** — route to appropriate tiers based on classification 3. **Read relevant claims and docs** — load 3-7 most relevant sources fully (use `mcp__qmd__multi_get` when reading multiple IDs) 4. **Check user context** — read `ops/derivation.md` if the question involves their specific system 5. **Synthesize an answer** — weave claims into a coherent, opinionated argument 6. **Cite sources** — reference specific claims and documents so the user can explore further **START NOW.** Reference below explains routing and synthesis methodology. --- ## The Three-Tier Knowledge Base The plugin's knowledge base has three distinct parts, each serving a different function. Effective answers often draw from multiple tiers. ### Tier 1: Research Graph (WHY) **Location:** `${CLAUDE_PLUGIN_ROOT}/methodology/` — filter by `kind: research` **Content:** 213 interconnected research claims grounded in cognitive science, knowledge system theory, and agent cognition research. **Use for:** Questions about principles, trade-offs, why things work, theoretical foundations. **What it contains:** - Claims about how knowledge systems work (human and agent) - Cognitive science foundations (working memory, attention, retrieval) - Methodolo...

Details

Author
agenticnotetaking
Repository
agenticnotetaking/arscontexta
Created
3 months ago
Last Updated
3 months ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

research

Conduct multi-agent research on any topic. Use when the user asks to 'research', 'investigate', 'deep dive', 'comprehensive analysis', 'what do we know about', or when a question requires synthesizing information from multiple sources. Scales from simple inline answers to 10 parallel research agents based on query complexity.

2 Updated today
wpfleger96
Data & Documents Listed

wiki_ask

Chat with the knowledge base. Answers user questions by dynamically employing RAG context extraction, graph database queries, and targeted keyword searches to provide cited, hallucination-free answers.

2 Updated yesterday
Misaka16384
Data & Documents Solid

graph

Interactive knowledge graph analysis. Routes natural language questions to graph scripts, interprets results in domain vocabulary, and suggests concrete actions. Triggers on "/graph", "/graph health", "/graph triangles", "find synthesis opportunities", "graph analysis".

3,381 Updated 3 months ago
agenticnotetaking
AI & Automation Listed

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.

2 Updated today
jmagar
Data & Documents Listed

deep-research

Conduct comprehensive, multi-source research on any topic using the 7-phase Deep Research protocol with Graph of Thoughts. Use when user needs thorough research with verified claims, citations, and source triangulation. Triggers on "deep research [topic]", "research [topic] thoroughly", "I need comprehensive research on...", or "investigate [topic]".

20 Updated 5 months ago
standardhuman