add-domain
Add a new knowledge domain to your existing system. Derives domain-specific configuration through conversation, generates domain folders, templates, and…
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
$ npx -y skills add agenticnotetaking/arscontexta --skill ask --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/askContext preview
The summary Claude sees to decide when to auto-load this skill.
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
name: ask description: 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...". version: "1.0" generated_from: "arscontexta-v1.6" context: fork model: opus allowed-tools: Read, Grep, Glob, mcp__qmd__search, mcp__qmd__vector_search, mcp__qmd__deep_search, mcp__qmd__get, mcp__qmd__multi_get argument-hint: "[question about knowledge systems or methodology]"
**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 plugin's knowledge base has three distinct parts, each serving a different function. Effective answers often draw from multiple tiers.
**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:**
**Search strategy:** Use `mcp__qmd__deep_search` (highest quality, LLM-reranked) for conceptual questions. Use `mcp__qmd__vector_search` for semantic exploration. Use `mcp__qmd__search` for known terminology. All searches use the `methodology` collection.
**Location:** `${CLAUDE_PLUGIN_ROOT}/methodology/` — filter by `kind: guidance` **Content:** 9 operational documents covering procedures, workflows, and implementation rationale. **Use for:** Questions about how to do things, operational best practices, workflow mechanics.
**Documents include:**
**Search strategy:** `mcp__qmd__search` with keywords from the question using the `methodology` collection. To narrow to guidance docs, add `kind:guidance` to your grep filter on results.
**Location:** `${CLAUDE_PLUGIN_ROOT}/methodology/` — filter by `kind: example` **Content:** 12 domain-specific compositions showing what generated vaults look like in practice. **Use for:** Questions about how to apply methodology to specific domains, inspiration for novel domain mapping.
**Examples include domains like:**
**Search strategy:** Use `mcp__qmd__vector_search` across the `methodology` collection for semantic domain matching. To list all examples: `rg '^kind: example' ${CLAUDE_PLUGIN_ROOT}/methodology/`.
**Location:** `${CLAUDE_PLUGIN_ROOT}/reference/` **Content:** Structured reference documents supporting derivation and system architecture. **Use for:** Deep dives into specific architectural topics, cross-referencing dimension positions, understanding interaction constraints.
**Core Architecture:**
**Configuration & Derivation:**
**Behavioral & Quality:**
**Lifecycle & Operations:**
A second brain for your agent. A Claude Code plugin that generates complete knowledge systems from conversation. You describe how you think and work.
Add a new knowledge domain to your existing system. Derives domain-specific configuration through conversation, generates domain folders, templates, and…
Research-backed evolution advice for your knowledge system. Analyzes health reports, friction patterns, and derivation history to propose specific changes with…
Run condition-based vault health diagnostics. 8 categories — schema compliance, orphan detection, link health, description quality, three-space boundaries,…
Contextual guidance and command discovery. Three modes — narrative (first-time), contextual (mid-task), compact (quick reference). Shows available commands,…
Get research-backed architecture advice for your knowledge system. Describe your use case, constraints, and goals — get specific recommendations grounded in…
Re-derive your knowledge system from first principles when structural drift accumulates. Analyzes dimension incoherence, vocabulary mismatch, boundary…