/archive
File the finished part of the run state into a dated archive — shipped items, the rotated journal, handled snags. The live files stay lean; the facts stay on disk.
$ npx -y skills add orwa-mahmoud/claude-nightshift --skill archive --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/archive
Context preview
The summary Claude sees to decide when to auto-load this skill.
File the finished part of the run state into a dated archive — shipped items, the rotated journal, handled snags. The live files stay lean; the facts stay on disk.
**Claude works the night shift: it can't clock out until the punch list is done — and the site has safety rules.** A Claude Code plugin for long, unattended runs (hours → days) — a harness for the accountability half of an agent loop. You write the checklist.
Other skills on nightshift.
- /hunt
Compose tonight's shift from the ready catalog — pick the jobs, choose how each ends, add your own scope — then park it or start it. Work is composed here; /nightshift:start only executes.
Open skill - /nightshift
Run an accountable autonomous shift — work a punch list to completion without clocking out early, park decisions instead of asking, and leave receipts. Use when the user wants to work through a todo list autonomously, run overnight, "don't stop until it's done", "keep going
Open skill - /quality
Survey the project's quality debt — lint, types, tests — then fix it now, draft it for later, or drop it. The scan is read-only; nothing is written or started without an explicit answer.
Open skill - /schedule
Set a shift to start at a fixed time — check the work is queued, then print the launchd or cron config for this project and the one command that installs it. Generates; registers nothing.
Open skill - /setup
Scaffold .nightshift/ from the templates and propose stack-aware quality gates — ask, never impose. Private by default.
Open skill - /start
Begin the shift — preflight, cut whatever is queued, arm the site, work the punch list. Asks nothing, so a scheduled or headless run works exactly like an interactive one.
Open skill

