# Self Archive

> Archive the current bb thread and release its runtime. Use when the user explicitly asks to "self-archive", "archive yourself", or "archive this thread".

- Skill: `davidondrej/self-archive` (Agent Skill)
- Install (CLI): `npx skillmds@latest add davidondrej/self-archive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/davidondrej/self-archive/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: David Ondrej (https://skillmd.com/u/davidondrej)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/davidondrej/self-archive

---


# Self-archive

Only act on an explicit request to archive this thread. Never use `bb thread delete`.

1. Send a brief closing summary before running commands.
2. Archive this thread and its children. If this fails, report the error and do not stop the runtime.
   ```bash
   bb thread archive --self --json
   ```
3. After archiving succeeds, stop the runtime. Run nothing afterward.
   ```bash
   bb thread stop --self --json
   ```

Undo: `bb thread unarchive <id> --json`.

