zyz-worker
v0.17.0+codex.20260810113729Design-first code development workflow for Codex and Claude Code with orchestrated implementation, testing, and review workers.
By yuLicense: MIT2 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 25, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add zyz-worker@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/somePeopleFireAndWood/zyz-workerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/clean-tmp/SKILL.md├── skills/execute-task/SKILL.md├── skills/git-worktree/SKILL.md└── skills/orchestration-scheduling-task/SKILL.md
Included Skills4
Use when the user wants to safely clean up leftover temporary files, Docker resources (images/volumes/build cache), or language build caches owned by the current user (Linux /tmp; macOS /tmp and $TMPDIR). Dual mode - interactive inventory-then-confirm-then-delete (default), or auto/unattended mode (--auto or explicit authorization) deleting by tightened criteria with a post-run report; never removes live-process sockets or long-lived session dirs. Cross-platform (macOS + Linux). Triggers like "clean /tmp", "清理 tmp", "清临时文件", "定期磁盘整理", "清 docker", "配额超了", "quota 超限", "无人值守清理", "unattended cleanup".
Use when the user wants help executing a single confirmed development task with a design-first workflow, a user-facing main agent, prompt-only subagents, task status tracking, implementation, tests, review, and final delivery.
Use when the user or another agent needs to run `git worktree add` (create), list, move, remove, lock, unlock, prune, or repair a git worktree. Provides a default target path `~/.zyz-worker/worktrees/${repo}/${branch}` when `git worktree add` is called without an explicit target.
Use when the user wants to drive a master task list — analyze dependencies, dispatch parallel tmux/git-worktree workers running execute-task, aggregate state, gate merges on user approval. Polls automatically by default (in-session self-scheduling); can also be wrapped with /loop, or set to a single-shot via opt-out.
Plugin manifests2
{
"name": "zyz-worker",
"version": "0.17.0+codex.20260810113729",
"description": "Design-first code development workflow for Codex and Claude Code with orchestrated implementation, testing, and review workers.",
"author": {
"name": "yu",
"url": "https://github.com/somePeopleFireAndWood"
},
"homepage": "https://github.com/somePeopleFireAndWood/zyz-worker",
"repository": "https://github.com/somePeopleFireAndWood/zyz-worker",
"license": "MIT",
"keywords": [
"agent-cli",
"codex",
"claude-code",
"developer-tools"
],
"skills": "./skills/",
"interface": {
"displayName": "zyz-worker",
"shortDescription": "Developer workflow helpers for agent CLIs.",
"longDescription": "zyz-worker is an early plugin scaffold intended to help agent CLI users develop, program, and work more effectively.",
"developerName": "yu",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/somePeopleFireAndWood/zyz-worker",
"privacyPolicyURL": "https://github.com/somePeopleFireAndWood/zyz-worker",
"termsOfServiceURL": "https://github.com/somePeopleFireAndWood/zyz-worker",
"defaultPrompt": [
"Help me plan the next development task.",
"Review this repo and suggest a focused workflow.",
"Turn this goal into concrete implementation steps."
],
"brandColor": "#2563EB"
}
}{
"name": "zyz-worker",
"description": "Design-first code development workflow for Claude Code and Codex: requirements, design, implementation, tests, and review via dedicated agents.",
"version": "0.17.0",
"author": {
"name": "yu",
"url": "https://github.com/somePeopleFireAndWood"
},
"homepage": "https://github.com/somePeopleFireAndWood/zyz-worker",
"repository": "https://github.com/somePeopleFireAndWood/zyz-worker",
"license": "MIT",
"keywords": [
"agent-cli",
"claude-code",
"codex",
"code-development",
"execute-task",
"workflow",
"developer-tools"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[zyz-worker on Agent Plugins Marketplace](https://pluginsmp.com/plugins/zyz-worker)