
Andryu Marketplace
- 1 repo stars
- Updated July 24, 2026
- Andryu/agent-crew
andryu-marketplace is a Claude Code plugin marketplace that distributes agent-crew, a multi-agent pipeline with PM, architect, UX, engineer, and QA roles for developers who need structured sprint handoffs in Claude Code.
About
agent-crew is a Claude Code plugin marketplace packaging a multi-agent development crew: Yuki (PM/orchestrator), Alex (architect/ADR), Mina (UX specs), Riku (stack-specific engineer), Sora (QA/review), and Hana (doc review). Install via bash install.sh go, vue, or next to place global agents in ~/.claude/agents/ and project Riku in .claude/agents/. A JSON task queue in .claude/_queue.json tracks READY, IN_PROGRESS, DONE, and BLOCKED states; scripts/queue.sh enforces atomic handoffs with events history and retry_count capped at MAX_RETRY=3. confirm mode prompts next steps via SubagentStop hooks; auto mode lets Claude read the queue and spawn Alex→Mina→Riku→Sora sequentially. Slack notifications and Antigravity install-antigravity.sh are supported. Use it when you want repeatable agent handoffs across planning, design, implementation, and QA instead of ad-hoc single-session prompts.
- Installs 6 named agents: PM, architect, UX, engineer, QA, doc review
- Manages .claude/_queue.json via scripts/queue.sh with atomic handoffs
- SubagentStop hook drives confirm or auto pipeline modes
- Supports Go, Vue, and Next.js engineer stacks via install.sh
- Slack webhook notifications on agent completion and BLOCKED states
Andryu Marketplace by the numbers
- Data as of Jul 24, 2026 (Skillselion catalog sync)
/plugin marketplace add Andryu/agent-crewAdd your badge
Show developers this marketplace is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | July 24, 2026 |
| Repository | Andryu/agent-crew ↗ |
How do you orchestrate multi-agent dev pipelines in Claude?
Install 6 agents + queue.sh; run Yuki→Alex→Mina→Riku→Sora pipeline on a feature slug with .claude/_queue.json handoffs.
Who is it for?
Claude Code users running repeatable feature pipelines who want named PM, architect, UX, engineer, and QA agents with a tracked task queue.
Skip if: Developers needing a single lightweight skill or teams not using Claude Code agent hooks and queue-based orchestration should skip agent-crew.
What you get
Configured custom agents, queue.json task state, hook-driven handoffs, and QA-gated sprint completion.
- custom agent definitions
- queue.json task state
- install.sh project wiring
By the numbers
- Marketplace lists 1 plugin (agent-crew)
- Defines 6 specialist agents in the README agent table
- QA retry cap MAX_RETRY equals 3 before auto-BLOCKED
Recommended Marketplaces
How it compares
Choose agent-crew over a single review skill when you need a full PM→architect→UX→engineer→QA queue with hooks instead of one-off agent prompts.
FAQ
What agents does agent-crew define?
agent-crew defines six roles: Yuki (PM/orchestrator), Alex (architect/ADR), Mina (UX), Riku (stack-specific engineer), Sora (QA/code review), and Hana (documentation review), installed as Claude Code custom agents.
How does agent-crew advance tasks between agents?
agent-crew updates `.claude/_queue.json` only through `scripts/queue.sh` for atomic transitions; SubagentStop hooks suggest or auto-spawn the next READY agent, stopping on BLOCKED tasks or after 3 QA retries.