# Wiki Qa

> >

- **Type:** Skill
- **Install:** `agentstack add skill-loremaster-ai-loremaster-wiki-qa`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [loremaster-ai](https://agentstack.voostack.com/s/loremaster-ai)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [loremaster-ai](https://github.com/loremaster-ai)
- **Source:** https://github.com/loremaster-ai/loremaster/tree/main/skills/wiki-qa

## Install

```sh
agentstack add skill-loremaster-ai-loremaster-wiki-qa
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Wiki Q&A — graphify graph-based retrieval

Answer the team's wiki/planning questions **without guessing, grounded in the actual
documents**. The key is to **not read everything**: use the graphify graph first to
narrow down "where to read" — token-efficient, and scales as the wiki grows.

## Principles (invariant)
- **No answer without evidence.** Quote only what actually exists in raw/wiki. No
  guessing, no invention — if it isn't there, answer "not there yet / undecided".
- **Cite sources.** State which files the answer came from
  (e.g. `(sources: wiki/concepts/billing-model.md, raw/PRD.md)`).
- This channel = this project's lore vault only. Never pull in concepts from other
  projects.
- `related`/`[[ ]]` are graphify-derived views — never edit them directly (read only).

## Retrieval procedure
Working directory is the project lore vault root (where `graphify-out/`, `wiki/`,
`raw/` are visible).

1. **Narrow the concepts — query graphify first:**
   - Free-form query: `graphify query "" --graph graphify-out/graph.json`
     → returns the start node plus a BFS-connected subgraph of **related nodes,
     edges, and source file paths**. Query with the question's **key concept term
     as it is worded in the wiki** (e.g. "billing model", "payment scope").
   - Detail on one concept: `graphify explain ""` → that node's neighbors
     and relations (depends_on/references etc.).
   - Relation/ripple between two concepts: `graphify path "" ""` → shortest path.
   - **If nothing matches** (label mismatch, synonym, typo): look up the related
     concept name in `wiki/index.md` (the concept catalog, one-line summaries) and
     re-query with that name, or fall back to `search_files` (grep). **Never force
     a guessed answer.**
2. **Read the evidence (only what was narrowed):** `read_file` only the
   `wiki/concepts/.md` files that query/explain pointed to. If decision
   history or original wording is needed, also the relevant parts of `raw/PRD.md`
   and `raw/decisions/*.md`. **Do not read whole files the graph did not point to.**
3. **Answer:** answer concisely from what you read and attach the **sources**. Add
   one line of **graph-connected concepts** (e.g. `Related: payment scope, free-plan
   policy`) — surfacing connections even when unasked is graphify's value.

## Fallbacks / limits
- **If graph.json is missing** (not yet built): answer via `wiki/index.md` + direct
  `read_file`, and if the wiki looks like it needs refinement, point to refine-wiki.
- `graphify query` matches on **node names**, so it is weak on synonyms and spelling
  → on a miss, fall back to index.md/`search_files`; if still nothing, honestly
  answer "no evidence in the wiki".
- If the question is a **change request rather than a lookup** (planning edit,
  decision, backlog): do not answer it — hand off to the relevant skill
  (resolve-conflicts/backlog-update etc.) and its approval gate. Q&A is
  **read-only**.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [loremaster-ai](https://github.com/loremaster-ai)
- **Source:** [loremaster-ai/loremaster](https://github.com/loremaster-ai/loremaster)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-loremaster-ai-loremaster-wiki-qa
- Seller: https://agentstack.voostack.com/s/loremaster-ai
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
