From aletheia-os
Initialize an AletheiaOS project truth layer. Use when the user asks to add AletheiaOS to a repository or generate the repo-native .aletheia facts, constraints, evidence, and attribution control plane.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aletheia-os:aletheia-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use the plugin scaffold to initialize `.aletheia/` as the target repository's project truth layer.
Use the plugin scaffold to initialize .aletheia/ as the target repository's project truth layer.
Use these primitives. Do not add orchestration to runtime scripts for bootstrap judgment:
scripts/init_aletheia.py to copy the scaffold into the target repository.model_gate.py --record to record bootstrap attribution.source_inventory.py to classify existing source material.guided_bootstrap.py --inspect --json to inspect bootstrap report readiness without writing files.guided_bootstrap.py to prepare the first truth inventory report.bootstrap_finalize.py --inspect --json to inspect finalize readiness before hooks, session notes, bootstrap removal, or checkpointing.truth_record.py create/update or direct truth-file edits to write confirmed project truth.orient.py, status.py --json, validate.py, checkpoint.py --dry-run, and checkpoint.py to verify and checkpoint the initialized truth layer.The skill is a prompt recipe for first-run truth synthesis, not a single bootstrap tool.
Rules:
.aletheia/..claude/settings.json and point to .aletheia/bin/..aletheia/START_HERE.md before local implementation.npx claudepluginhub zynthium/aletheia-os --plugin aletheia-osProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.