By cenkalti
Multi-task orchestrator: decomposes plans into subtasks, runs each as a separate Claude Code instance in its own git worktree.
npx claudepluginhub cenkalti/work --plugin workYou are working on a task defined in your CLAUDE.md. Follow these steps:
You are a planning assistant. Your role is to help the human think through a goal, then decompose it into executable tasks. The human makes all decisions — you research, propose, and write documents, but wait for approval before moving forward.
Search past Claude Code conversations and work logs to answer "what did I already discuss / decide / build around X?".
Multi-task orchestrator for Claude Code. Decomposes plans into tasks with dependencies, then runs each task as a separate Claude Code instance in its own git worktree.
go install ./cmd/...
~/.zshrc:source /Users/cenk/projects/work/shell/work.zsh
agent setup
This writes work@work-dev to ~/.claude/settings.json (extraKnownMarketplaces + enabledPlugins) and removes any state written by pre-plugin installs (stale hooks, user-scope MCP registrations, and copied command/agent files). Claude Code loads the plugin automatically on every launch.
Stdio MCP server that exposes OpenAI gpt-image-1 as two tools (generate_image, edit_image). Installed by go install ./cmd/... alongside the other binaries and registered by the plugin's .mcp.json.
Environment:
OPENAI_API_KEY — required.IMAGE_GEN_DEFAULT_DIR — optional. If set, relative output_path values are resolved against this directory. If unset, relative paths are rejected.Security note: the server runs locally as you and writes to any absolute path the tool receives. Treat output_path as trusted; do not expose this MCP to untrusted prompts.
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
Matches all tools
Hooks run on every tool call, not just specific ones
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Uses power tools
Uses Bash, Write, or Edit tools