name: wiki description: "Local-first project wiki skill. Ingest raw sources into atris/wiki, query the wiki, lint it, and keep the memory sharp. Triggers on: wiki this, ingest this, query the wiki, lint the wiki." version: 1.0.0 tags: - wiki - memory - local-first - knowledge
/wiki
Use this when the user wants to turn source material into durable project memory.
Canonical path
The wiki lives in atris/wiki/.
Use:
atris/wiki/wiki.mdfor protocolatris/wiki/index.mdfor the catalogatris/wiki/log.mdfor append-only activityatris/wiki/STATUS.mdfor plain-English health
Modes
- Local is the default. Work in the current repo and update
atris/wiki/. - Cloud is opt-in. Use
--cloudonly when the user wants the business workspace path.
Ingest
When asked to ingest:
- Read the full source before writing.
- Ask a clarifying question if the source is ambiguous or the scope is too wide.
- Create or update people, system, concept, and brief pages under
atris/wiki/. - Update
index.md,log.md, andSTATUS.mdin the same pass. - Merge new facts into existing pages. Do not wipe prior context.
Query
When asked a wiki question:
- Read
atris/wiki/index.mdfirst. - Open only the relevant pages.
- Answer with page-path references.
- If the answer should compound, offer to save a brief page.
Lint
When asked to lint:
- Check broken references, orphans, contradictions, and obvious gaps.
- Rewrite
STATUS.mdfor a non-technical reader. - Append a LINT entry to
log.md. - Suggest the next concrete ingest sources.
Rules
- Keep the wiki useful, not bloated.
- Say what is uncertain.
- Prefer direct language over soft summaries.
atris/wiki/is the source of truth for local memory.