From aletheia-os
Validate and checkpoint AletheiaOS project truth. Use when the user asks to checkpoint, finish a substantial task, record session notes, validate model attribution, or prepare a coherent git commit for .aletheia facts and implementation changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aletheia-os:aletheia-checkpointThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use these primitives. Do not add orchestration to runtime scripts for completion judgment:
Use these primitives. Do not add orchestration to runtime scripts for completion judgment:
status.py --json to inspect active state, validation, record counts, runtime gate, recent changes, generated-output boundaries, and next actions.preflight.py --json to inspect hook-free context, validation, git state, checkpoint candidates, generated-output boundaries, and recommended action ids.truth_record.py list/show/update/create to ensure affected truth records exist and are current.validate.py to verify scaffold and truth semantics.checkpoint.py --dry-run to preview candidates.checkpoint.py to create the attributed commit when the user has not deferred commits.The skill is a prompt recipe for deciding whether a checkpoint is appropriate.
Before claiming completion for non-trivial work:
Confirm model gate attribution exists for durable writes.
Confirm affected .aletheia/ facts, decisions, evidence, risks, or contracts were updated.
Run repository validation when the user asks for verification or checkpointing.
For tree, skeleton, or durable architecture changes, choose the required
traceability trailer from .aletheia/governance/GIT_POLICY.md and
.aletheia/governance/TREE_GOVERNANCE.md.
Before claiming a node is stable, run the current stable-node prerequisite:
python3 .aletheia/bin/checkpoint.py --dry-run
Once the Git history audit runtime is installed, this post-checkpoint audit is also required before claiming stable:
python3 .aletheia/bin/history_audit.py --json
Create a checkpoint only when validation state is known and the user has not deferred commits.
Preserve agent attribution and AletheiaOS traceability trailers in checkpoint commits.
Never hide unresolved risks.
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.