agent-wiki-startlisted
Install: claude install-skill armed-substantialness820/agent-wiki
# /agent-wiki-start
Begin a session. Observe, analyze, suggest, ask.
## 1. Observe (silent)
- Detect: am I inside agent-wiki (Mode 1) or in another repo (Mode 2)?
- Run `wikictl status`
- Read `wiki/index.md`
- Scan `wiki/projects/`, `wiki/sources/`, `wiki/decisions/`, `wiki/concepts/`
- Find the project or concept page matching current work
- Read `wiki/log.md` — what happened recently?
- Check `raw/untracked/` — any new sources waiting?
- Check recent git activity if in a code repo
## 2. Analyze (silent)
Look for tensions between what the wiki says and what's actually happening:
- Wiki says priority is X, but repo activity suggests Y
- A decision was recorded, but code goes a different direction
- Next steps in wiki are stale or already done
- New sources in raw/untracked/ not yet ingested
- No wiki page exists for this repo/project
- Pages that link to nothing (orphans)
- Recent work not reflected in the wiki
## 3. Suggest
Based on what you found, make concrete suggestions:
**Ingestion:** "There are 3 files in raw/untracked/. Want me to ingest them? I'd update the project page and create source summaries."
**Linking:** "The project page mentions 'auth migration' but there's no decision page for it. Should I create one?"
**Staleness:** "The wiki hasn't been updated in 2 weeks. The repo has 14 new commits. Want me to refresh the project page?"
**Contradictions:** "The wiki says you chose Stripe, but I see PayPal imports in the code. Which is current?"
**Missing