Zzzops
Description
Agentic engineering for autonomous coding agents: bootstrap agent-ready repositories, manage durable goals in GitHub Issues, and execute verified work.
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
ZzzOps
**Infinite backlog for agents. Finite bedtime for token-addicted humans.**
ZzzOps is an agentic-engineering workflow for developers who want autonomous coding agents to bootstrap repositories and handle substantial work without constant supervision. It turns project policy, specifications, TODOs, dependencies, verification evidence, and blockers into a durable goal graph backed by GitHub Issues—then gives agents a reliable loop for working through it.
Use ZzzOps when a task is too important or too long-lived to exist only in one chat. The goal is simple: make the repository and its feedback loops clear enough that agents can keep moving, stop safely, and resume without you reconstructing the plan.
Get started
1. Install ZzzOps
ZzzOps v2 is an [Agent Plugin](https://agent-plugins.org/). For Codex, install it from the [official ZzzOps listing in the Codex Plugins Directory](https://chatgpt.com/plugins/plugins_6a7892fe4c548191a9e0dbfb8ac2c987), then open a new Codex task in the repository where you want to use it.
As a secondary Git option, pin an immutable release tag:
codex plugin marketplace add david-rzepa/zzzops@v2.0.1
codex plugin add zzzops@zzzops
See [advanced installation options](docs/ADVANCED.md#alternative-installations) to follow the moving `latest` channel, refresh an installation, or change pinned versions.
Claude Code users can install from this repository:
claude plugin marketplace add david-rzepa/zzzops
claude plugin install zzzops@zzzops
Claude and Codex use the same canonical implementation. See the [Claude Code installation and submission notes](docs/CLAUDE_MARKETPLACE.md).
2. Bootstrap the repository
In the target repository, start with the initial project specification:
Use $bootstrap-zzzops-repository to create this project from the following specification: .
For an existing repository:
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