← ClaudeAtlas

knowledge-system-bootstraplisted

Bootstrap a compile-first project knowledge system with repo-local wiki, raw manifests, provenance tracking, auto-update checks, and platform configs for Claude Code / Codex / Cursor / Windsurf. Use when a user wants durable project context, wiki-first rules, or to replicate this model into another repo.
genuscortinariusmors282/LLM-wiki · ★ 0 · AI & Automation · score 72
Install: claude install-skill genuscortinariusmors282/LLM-wiki
# Knowledge System Bootstrap Use this when the user wants a project to stop relying on chat memory and start behaving like a sane system. ## What this skill does Scaffolds a complete wiki-first knowledge system (30 files): - `docs/wiki/` — 8 wiki pages with YAML frontmatter (title, source, created, tags, status, optional provenance fields) - `manifests/raw_sources.csv` — raw file index (never raw files themselves) - `scripts/` — 11 validation and utility scripts: - `wiki_check.py` — structure + broken links + frontmatter enforcement - `ingest_raw.py` — scan a local raw root, dedupe, update manifest, and build a low-cost intake report with table-level diff summaries - `raw_manifest_check.py` — manifest integrity - `untracked_raw_check.py` — finds orphan PDFs/Excel/images not in manifest - `provenance_check.py` — content hash freshness (source_hash in frontmatter) with strict unresolved-source failures - `stale_report.py` — report wiki pages that are stale, missing hashes, unresolved, or blocked by manifest status - `delta_compile.py` — generate manual draft stubs for stale/new raw instead of auto-overwriting wiki content - `version_check.py` — auto-checks GitHub for new LLM-wiki releases - `upgrade.sh` — one-command upgrade (scripts only, never touches wiki content) - `init_raw_root.py` — create local raw directory structure - `export_memory_repo.py` — export wiki to separate memory repo - Platform configs: `AGENTS.md`, `CLAUDE.md`, `.cursorrules`, `.