status
SolidRead-only shift status — open vs ticked items, parked decisions, snag-log summary, deadline remaining, and any STOP/stall state. Starts no work.
AI & Automation 58 stars
2 forks Updated yesterday MIT
Install
Quality Score: 81/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
Report the shift status for `$CLAUDE_PROJECT_DIR` **without starting or changing anything** — this is
read-only.
Read `.nightshift/` and print:
- **Items** — ticked vs open counts from `.nightshift/punch-list.md` (open = lines matching a
dash + bracketed space; ticked = bracketed x), and the title of the current open item.
- **Parked** — the count and one-line titles of entries in `.nightshift/parking-lot.md`.
- **Snag log** — the last few dispositions from `.nightshift/snag-log.md`, if any.
- **Deadline** — if `.nightshift/deadline` exists, the time remaining until quitting time (it holds a
UNIX epoch; compare with `date +%s`). Otherwise "no deadline (finite list)".
- **State** — whether `.nightshift/STOP` is present (and its reason), and the current
`.nightshift/.stall` attempt count if any.
Keep it a compact glanceable summary. Do not modify any file, do not begin work.
Details
- Author
- orwa-mahmoud
- Repository
- orwa-mahmoud/claude-nightshift
- Created
- 1 months ago
- Last Updated
- yesterday
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
start
Begin the shift — preflight, clear stale markers, set a deadline only when it means something, then work the punch list.
58 Updated yesterday
orwa-mahmoud AI & Automation Listed
status
Where is the work right now. Regenerates STATE.md and PROGRESS.md from the journal and answers with the progress line, the agents still running, the open gates and the resume steps. Read-only. Use for /tyran:status or when asked what is going on.
79 Updated 1 weeks ago
jjanczur AI & Automation Solid
stop
Issue a stop-work order — end the shift at once, leaving open items honestly open.
58 Updated yesterday
orwa-mahmoud