Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By yves-s
Autonomously implements tickets from triage to PR in one command using multi-agent AI orchestration: agents plan, code with TDD, test, review, QA, and ship via git worktrees for React/TS apps, Supabase DBs, backends in JS/Python/Go/Rust. Handles full dev pipeline without interruptions.
npx claudepluginhub yves-s/just-ship --plugin just-shipNeues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben
Board-Verbindung einrichten — via jsp_ Token oder Status prüfen
Creative Design — Greenfield UI/UX von Scratch designen mit Anti-AI-Slop Standards
Nächstes ready_to_develop Ticket holen und autonom implementieren
Board-Verbindung entfernen — zurück zu CLI-only
Backend-Entwickler für API-Endpoints, Shared Hooks und Business Logic. Use when API or backend changes are needed.
Code Review Agent — reviewt den Diff gegen main auf Code-Qualität, Patterns, Edge Cases, Error Handling, Performance und Security. Fixt Issues direkt als Commits.
Datenbank-Spezialist für Migrations, RLS Policies, Schema-Änderungen und TypeScript-Typen. Use when database changes are needed.
DevOps Engineer für Build-Checks, TypeScript-Compilation und Lint. Fixt Build-Fehler. Use after implementation to verify the build passes.
Design-affiner Frontend-Entwickler. Implements UI components with high design quality. Use when UI changes are needed.
Neues Projekt im aktuellen Workspace verknüpfen — nur Projekt-ID in project.json schreiben
The operating system for decision-making in this team. ALWAYS load this skill. It defines what the human decides and what the AI expert team decides autonomously. Use on EVERY task, EVERY conversation, EVERY feature. This skill prevents the anti-pattern of asking the user technical, design, or implementation questions that an expert should answer. It is the single most important skill in the stack — without it, every other skill's quality is bottlenecked by the user being asked questions they shouldn't answer. Triggers on: literally everything. This is not optional. Load it first, always.
Use when implementing API endpoints, server-side business logic, webhook handlers, event pipelines, shared hooks, or backend integrations. Also triggers for queue-based processing, background jobs, third-party API integrations, or any server-side data flow. This skill builds production-grade backend code — not just working code, but code that handles failure, observes itself, and stays reliable at 3am. Use proactively on every backend task, even simple CRUD endpoints — because every endpoint eventually becomes critical.
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Board-Verbindung einrichten — via jsp_ Token oder Status prüfen
Executes bash commands
Hook triggers when Bash tool is used
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
agent-flow — Claude Code plugin for automated bug-fix, feature, and scaffold workflows. Issue tracker to merged PR via a pipeline of specialized AI agents.
An agent-routed harness for end-to-end software product development
Virtual development team: TDD, debugging, code review, backlog management, and proven workflow patterns
Autonomous GitHub Project Management workflow with orchestrator-agent coordination for parallel task execution via git worktrees
Implementation planning, execution, and PR creation workflows with multi-agent collaboration
AI-Driven Engineering workflow commands for managing issues, tasks, implementation, and PRs.
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
Share bugs, ideas, or general feedback.
A portable multi-agent framework for autonomous software development.
Install it into any project, write tickets, and watch them turn into pull requests.
Built on Claude Code and the Claude Agent SDK.
Ticket (Board or CLI)
|
v
Triage (Haiku)
|-- analyzes ticket quality
|-- enriches unclear descriptions
|
v
Orchestrator (Opus)
|-- reads affected files
|-- plans the work
|-- delegates to sub-agents
|
|-- data-engineer (Haiku) --> migrations, RLS, types
|-- backend (Sonnet) --> API, hooks, business logic } parallel
|-- frontend (Sonnet) --> UI components, pages }
|
v
Build check --> QA review --> Commit --> Push --> PR
|
v
You review the PR --> "passt" --> squash merge --> done
Two modes of operation:
/api/launchTwo ways to install — choose the one that fits your workflow:
setup.sh) — RecommendedFull installation with CLI wrapper and VPS pipeline support:
curl -fsSL https://just-ship.io/install | bash
Then open a new terminal and run in your project:
cd /path/to/your-project
just-ship setup
The setup wizard guides you through project configuration and optionally connects to the Just Ship Board.
Update:
just-ship self-update # pull latest framework
just-ship update # apply updates to current project
Plugin distribution via the Claude Code marketplace is not yet available. For local development and testing, you can load the plugin directly from a checkout:
claude --plugin-dir /path/to/just-ship
The local directory must contain a .claude-plugin/plugin.json. This is useful for contributing to the framework or testing unreleased changes.
Configure your credentials:
Sensitive values are stored in your system keychain. Non-sensitive config goes to settings.json.
| Command | What it does | Autonomous |
|---|---|---|
/ticket | Write a structured ticket (bug, feature, improvement, spike). Supports splitting (auto-Epic + children) and manual grouping | No |
/implement | Implement from chat context or description — no ticket required | Yes |
/develop | Pick next ticket, implement end-to-end, create PR | Yes |
/ship | Commit + push + PR + squash merge + board status "done". Supports /ship T-{N} | Yes |
/spike-review | Review completed spike, summarize findings, create follow-up tickets. Supports --auto | Both |
/just-ship-review | Checkout branch, install deps, build, start dev server for local testing | No |
/recover | Recover stuck pipeline ticket — resume from partial work or restart clean. Supports /recover T-{N} | Yes |
/just-ship-audit | Discover category: audit skills, dispatch parallel agents, FP-filtered consolidated report. Supports --diff, --skills, --no-filter | No |
/just-ship-status | Show all branches, PRs, board status, worktrees, and cleanup recommendations | -- |
/init | Auto-detect stack, create project.json (CLAUDE.md handled by setup.sh) | Yes |
/setup-just-ship | Full setup: stack detection + Board connection + Sidekick install | Interactive |
/just-ship-update | Sync project files after framework update (auto-run by just-ship update) | Interactive |
Conversational triggers: Saying "passt", "done", "fertig", or "sieht gut aus" automatically executes /ship.