Archive the completed change: task gate, delta sync into main specs, revalidate
Scanned 8/31/2026
Install to Claude Code
npx -y skills add clomia/claude-automata --skill archive --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Archive?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/clomia-archive)More formats (shields.io, HTML) on the badges page.
---
name: archive
description: "Archive the completed change: task gate, delta sync into main specs, revalidate"
argument-hint: "[change-id]"
effort: high
---
Archiving syncs the deltas into the main specs and freezes the change directory under
`openspec/changes/archive/`.
# 절차
1. Check the active changes and their task counts:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/tx-hook" openspec list --json
```
If no change is active, say so and stop. **A change with no tasks (no-tasks) or
unfinished tasks fails the archive.** The CLI does not block this; the gate is
enforced here. Fill missing tasks through `tx:plan`, unfinished ones through
`tx:apply`.
2. Archive:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/tx-hook" openspec archive <change-id> --yes
```
3. Revalidate the synced state. A failure is a defect in the spec state archive
produced: fix it and revalidate. A finding against a still-active change belongs
to that change, not to this archive:
```bash
"${CLAUDE_PLUGIN_ROOT}/bin/tx-hook" openspec validate --all --strict --no-interactive --json
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.