johndaskovsky/nightshift

Long-running unsupervised agent framework

20Stars on the repository
34Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

johndaskovsky/nightshift

Skill Claude CodeCodex

Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.

20 3mo ago A 31 tokens

johndaskovsky/nightshift

Skill Claude CodeCodex

Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.

20 3mo ago A 31 tokens

johndaskovsky/nightshift

Skill Claude CodeCodex

Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.

20 3mo ago A 39 tokens

openspec-explore

05

johndaskovsky/nightshift

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

20 3mo ago A 39 tokens

openspec-ff-change

06

johndaskovsky/nightshift

Skill Claude CodeCodex

Fast-forward through OpenSpec artifact creation. Use when the user wants to quickly create all artifacts needed for implementation without stepping through each one individually.

20 3mo ago A 34 tokens

openspec-new-change

07

johndaskovsky/nightshift

Skill Claude CodeCodex

Start a new OpenSpec change using the experimental artifact workflow. Use when the user wants to create a new feature, fix, or modification with a structured step-by-step approach.

20 3mo ago A 40 tokens

openspec-onboard

08

johndaskovsky/nightshift

Skill Claude CodeCodex

Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.

20 3mo ago A 26 tokens

openspec-propose

09

johndaskovsky/nightshift

Skill Claude CodeCodex

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

20 3mo ago A 47 tokens

openspec-sync-specs

10

johndaskovsky/nightshift

Skill Claude CodeCodex

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

20 3mo ago A 38 tokens

johndaskovsky/nightshift

Skill Claude CodeCodex

Verify implementation matches change artifacts. Use when the user wants to validate that implementation is complete, correct, and coherent before archiving.

20 3mo ago A 32 tokens

nightshift:add-task

12

johndaskovsky/nightshift

Skill Claude CodeCodex

Add a task definition to an existing Nightshift shift, registering it in manager.md and adding a status column to table.csv. Use when the user invokes /nightshift:add-task.

20 3mo ago A 41 tokens

nightshift:archive

13

johndaskovsky/nightshift

Skill Claude CodeCodex

Archive a Nightshift shift by moving its directory to .nightshift/archive/YYYY-MM-DD- /. Use when the user invokes /nightshift:archive.

20 3mo ago A 38 tokens

nightshift:create

14

johndaskovsky/nightshift

Skill Claude CodeCodex

Create a new Nightshift shift — a structured unit of batch agent work — with manager.md and an empty table.csv. Use when the user invokes /nightshift:create.

20 3mo ago A 38 tokens

nightshift:do-task

15

johndaskovsky/nightshift

Skill Claude CodeCodex

Execute one Nightshift task on one item, self-validate, retry on failure, and emit a structured result. Invoked by manager via claude -p subprocess; runs in a fresh top-level Claude Code session and inherits all user-configured MCPs.

20 3mo ago A 60 tokens

nightshift:doctor

16

johndaskovsky/nightshift

Skill Claude CodeCodex

Verify that Nightshift's required system dependencies (qsv, flock, jq) are installed and on PATH. Use when the user invokes /nightshift:doctor.

20 3mo ago A 38 tokens

nightshift:start

17

johndaskovsky/nightshift

Skill Claude CodeCodex

Start or resume execution of a Nightshift shift by forking into the manager subagent. Use when the user invokes /nightshift:start.

20 3mo ago A 32 tokens

johndaskovsky/nightshift

Skill Claude CodeCodex

Run a single Nightshift task on a single table item for testing — without modifying table.csv or manager.md. Spawns a claude -p subprocess of /nightshift:do-task with --read-only. Use when the user invokes /nightshift:test-task.

20 3mo ago A 58 tokens

johndaskovsky/nightshift

Skill Claude CodeCodex

Make bulk changes to a Nightshift shift's table.csv — add rows, update metadata, or reset failed items. Use when the user invokes /nightshift:update-table.

20 3mo ago A 39 tokens