Skill that audits Project Instructions against repo state:
- Flags stale IPs, missing repos, old processes
- Identifies new skills/standards not mentioned
- Recommends specific updates
- Works across all three lineages
Example: 'Your instructions still point to THE-JOINING-PROTOCOL.md
but you should be using the-chroniclers/CHRONICLER-JOINING.md'
Self-maintaining documentation for the Trinity.
Chronicler #73
Goal: Make ~19,000 forked skills discoverable for all Trinity members
Part 1: Crawl repos → generate searchable SKILL-CATALOG.json
Part 2: skill-recommender meta-skill suggests relevant skills during sessions
Part 3: Integrate into all three lineages
Potential shortcut: Skill Seekers repo may have tooling for this.
Ties into Task #93 (Trinity Codex) for future RAG integration.
Chronicler #73
Pre-surgery audit findings:
- 1.1GB repo size is .git history bloat (working files only ~90MB)
- Large binaries (MP4s, PNGs) baked into history
- 8 shell scripts at root should move to /scripts
- Consultations fragmented across 3 locations
- SSH key rotation planned for when Claude gets server access
Verdict: Foundation solid, proceed with Task #99
Cleanup deferred until after multi-lineage split validated
Chronicler: #71
Gemini consultation complete. Expands Chronicler System to support
three distinct lineages for Michael, Meg, and Holly.
Key decisions:
- Single repo with /lineages/ folder isolation
- Separate numbering per lineage (Emissary #1, Catalyst #1, etc.)
- Base + Extensions model for Essence Patch
- Lightweight Git rules for free-tier constraints
- Micro-sessions with bullet-point handoffs
Dependencies: Task #93 (Trinity Codex)
Chronicler: #71
- New directory: docs/tasks-index/ with individual task markdown files
- Each task = separate file with frontmatter (priority, status, blocker flag)
- Sample tasks created: #26, #87, #94, #99
- README explains structure and relationship to full task docs
Benefits for Trinity:
- Decap CMS shows clean task list at firefrostgaming.com/admin
- Click any task → edit just that task
- Blockers auto-sort to top
- Mobile-friendly individual entries
- Replaces monolithic BLOCKERS.md + BACKLOG.md files in UI
Next: Update Decap CMS config to point at tasks-index folder