← ClaudeAtlas

colombia-conflictlisted

Knowledge engine over the Colombian Truth Commission (CEV) final report "Hay Futuro Si Hay Verdad" (2022) — the findings, statistics, armed-actor responsibilities, differential harms, coined lexicon, and the 67-recommendation roadmap for non-repetition (no repetición). Uses a kg/LLM-wiki retrieval architecture (substrate-canonical knowledge pages + a dense catalog projection for tier-1 routing + body-grep tier-2 + the agent as query engine) plus data-backed tools, including an `align` check that scores a proposed policy/action against the report's recommendation roadmap. USE WHEN reasoning about the Colombian armed conflict, peace process, transitional justice, victims, reconciliation, paramilitarism, the FARC-EP/ELN, narcotrafficking and drug policy, land/agrarian questions, the enemigo interno, falsos positivos, the Unión Patriótica genocide, social-leader killings, differential harms (ethnic peoples, women and LGBTIQ+, children, exiles, campesinado), territorial/human security, memory, or non-repetition; w
broomva/skills · ★ 3 · AI & Automation · score 69
Install: claude install-skill broomva/skills
# colombia-conflict — CEV final-report knowledge engine A permanent, queryable knowledge layer distilled from the Colombian Truth Commission's final report **Hay Futuro Si Hay Verdad** (2022 — 11 tomos / 24 books / ~8,900 pp / ~3.67M words). It carries the report's substantive **learnings and insights**, and gives agents tools to **act on the problematics the report describes** — above all, the goal of **no repetición** (non-repetition). ## Architecture (kg / LLM-wiki) Mirrors the workspace's `kg` LLM-as-index pattern: - **Substrate (canonical)** — `references/`: the 12 per-volume digests + `synthesis.md` (master consolidation) + `lexicon.md`. These are the knowledge pages; the agent reasons over them. - **Full-text grounding** — `references/fulltext/*.txt.gz`: the complete extracted text of all 24 volumes (~3.67M words, gzipped ~7.7 MB). `cc.py source` greps this for **verbatim** source passages — the digests summarize, the full text lets you quote the report exactly. - **Source binaries (on demand)** — `sources/MANIFEST.json` lists the 11 downloadable units (10 digital PDFs + the Colombia-adentro ZIP, each with sha256). `scripts/fetch_sources.sh` pulls + verifies the 385 MB of PDFs when actually needed; they are deliberately **not** committed. - **Projection (routing)** — `references/knowledge-index.md`: a dense, one-line- per-item catalog auto-generated from `data/` + digest headers. Tier-1 retrieval scores against this. - **Structured data** — `dat