Claude Amit Mizrachi
Description
Claude Code skills for unattended work: hand a session off (next-prompt), take a feature through the night as one PR (night-sprint), chart a wayfinder map (mywayfinder). Plus a sliding 8h macOS caffeinate hook.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
amit-mizrachi
Three [Claude Code](https://claude.com/claude-code) skills for running work you are not sitting and watching - handing a session off, taking a feature through the night, and keeping a big effort's map legible - plus the macOS hook that stops your machine sleeping through it.
Install
/plugin marketplace add amit-mizrachi/claude-amit-mizrachi
/plugin install amit-mizrachi@amit-mizrachi
Start a new session (or `/clear`). The skills then appear as `amit-mizrachi:next-prompt`, `amit-mizrachi:night-sprint`, and `amit-mizrachi:mywayfinder`.
What's in it
`next-prompt`
Writes a self-contained continuation prompt for the next task and **launches it as a background agent**, so the work carries on in a fresh session instead of dying with this one.
The prompt is built around what a new session *cannot* recover on its own. It can read git, `CLAUDE.md`, and the codebase; it cannot read the decisions you made, the gotchas you hit, or the state that never got written down. So the template spends its words there, and the `Gotchas:` line is mandatory.
Handles a phased plan too: it generates every phase's prompt at once, then launches only the next actionable one - because Phase 2 usually cannot start until Phase 1 lands, and starting both just creates conflicting work. Say "launch them all" and it will, telling each session to take an isolated worktree.
Use it when you are low on context, wrapping up, or want to queue work you will not be around for.
`night-sprint`
Delivers a whole feature overnight as a **chain** of autonomous sessions. Ticket 01 lands and hands off to ticket 02, and so on, with exactly one session touching code at a time - all in one worktree, on one branch, landing as **one PR**. No frozen contracts, no disjoint-file rules, no merge conflicts, no integration step.
You are the conductor and you write no product code. You set the sprint up, launch the first ticket, then watch: revive what dies, fire reviews at the ch
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git