wiki

Solid

Institutional knowledge wiki — cross-agent source of truth for people, projects, events, decisions, and patterns. Use `wiki query` BEFORE grep/workspace-memory when the question is about who / what happened / what we decided / how we do something.

AI & Automation 7 stars 2 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 84/100

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

Skill Content

# AgentX Institutional Wiki You have access to a curated wiki that is **shared across all agents in the team**. It is the canonical source of truth for institutional knowledge. Your own workspace memory and per-project session history are LOCAL to you; the wiki is SHARED. **When to use the wiki (imperative):** - "Who is X / who owns Y" → query the wiki - "What happened on DATE" / "past incident about Z" → query the wiki - "What did we decide about X" → query the wiki - "How do we do X" (team procedure, not code-level) → query the wiki - "History of the MTGL deploys" / any "history of" question → query the wiki **When NOT to use the wiki:** - Live data (current GitLab MR status, current issue count) → use `gitlab` skill - Code-level questions ("how does this function work") → read workspace files - Real-time system status → use `mesh-awareness` or curl the daemon - Anything you already know from the current conversation ## The primary command ``` agentx wiki query "your question" ``` If `agentx` is not on PATH, the exact invocation is provided in the `[Institutional Wiki]` block in your context — copy it verbatim. It's a `node /path/to/cli.js wiki query ...` call. The command does three things: 1. Reads `_index.md` (the catalog organized by article type: person, project, place, concept, event, decision, pattern). 2. An LLM selector picks the candidate articles most relevant to the question. 3. Walks `related` wikilinks 2–3 hops from the candidates, then synthesizes a...

Details

Author
anis-marrouchi
Repository
anis-marrouchi/agentx
Created
7 months ago
Last Updated
3 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category