By ShivaeDev
Plan a large multi-chunk PR through a user interview, then ship it by dispatching focused Opus sub-agents one chunk at a time.
Pardes (פרדס) means "orchard" or "walled garden" — the ancient root the word paradise itself grows from. It's a calm-coding marketplace of Claude Code plugins and skills: a tended garden of small, sharp tools that make coding calmer and more deliberate.
# add this marketplace
/plugin marketplace add ShivaeDev/pardes
# browse and install plugins
/plugin
New to pardes? Install the onboarding plugin and run its skill — it gives
you a guided tour of what each plugin does and how they compose, then an
advisory check of your Claude Code settings (it never changes anything without
your explicit yes).
| Plugin | What it does |
|---|---|
base | Foundational scaffold — shared hooks and core skills land here as the marketplace grows. |
onboarding | Get oriented in the marketplace and tune your setup — explains what each plugin does and how they compose, then runs an advisory config doctor that reports recommended settings and applies them only with your explicit confirmation. |
orchestrate | Plan a large multi-chunk PR through a user interview, then ship it by dispatching focused sub-agents one chunk at a time. |
pardes-all | Meta plugin that depends on every other plugin — install it to pull in the whole marketplace at once (auto-install + auto-enable requires Claude Code v2.1.143+). |
pr-description | Write a clear, useful PR description — a tight Why / How / Decisions / Callouts structure with no filler. |
shell-helpers | Reusable orchestration shell helpers — freshen a checkout to a clean baseline, prune merged branches, and reap stale worktrees. |
shift-leader | Run as the autonomous shift leader of a multi-PR / multi-agent effort — maximize progress, reach the away user only via AskUserQuestion, gate phases on PR merges (never merge yourself), and dispatch file-disjoint parallel worktree agents at high velocity. |
statusline | A rich, multi-line status line for Claude Code — model, context-pressure bar, cost, git, PR, and rate limits on the main line, plus per-subagent gauges in the agent panel. |
workflows | A starter library of reusable Workflow-tool orchestration scripts — adversarial writer→reviewer, read-only fan-out investigation, and parallel-edit-then-serialized-verify. |
Add the marketplace, then install the pardes-all meta plugin — it depends on
every other plugin, so this single install pulls them all in:
/plugin marketplace add ShivaeDev/pardes
/plugin install pardes-all@pardes
Auto-installing and auto-enabling dependencies requires Claude Code v2.1.143+. On older versions, install each plugin explicitly (below).
To pick and choose, install plugins one at a time instead:
/plugin marketplace add ShivaeDev/pardes
/plugin install base@pardes
/plugin install onboarding@pardes
/plugin install orchestrate@pardes
/plugin install pr-description@pardes
/plugin install shell-helpers@pardes
/plugin install shift-leader@pardes
/plugin install statusline@pardes
/plugin install workflows@pardes
Or run /plugin to browse and install them interactively.
.
├── .claude-plugin/
│ └── marketplace.json # registers every plugin in this repo
├── changelog/
│ └── <plugin>.md # per-plugin changelog (Keep a Changelog)
└── plugins/
└── <plugin>/
└── .claude-plugin/
└── plugin.json # name, version, description
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub shivaedev/pardes --plugin orchestrateGet oriented in the pardes marketplace and tune your setup — explains what each plugin does and how they compose, then runs an advisory config doctor that reports recommended Claude Code settings and applies them only with your explicit confirmation.
Write a clear, useful PR description — a tight Why / How / Decisions / Callouts structure with no filler.
A rich, multi-line status line for Claude Code — model, context-pressure bar, cost, git, PR, and rate limits on the main line, plus per-subagent gauges in the agent panel.
Reusable, dependency-free orchestration shell helpers — freshen a checkout to a clean baseline, prune merged branches, and reap stale worktrees. Available as PATH commands for agents and as sourceable functions for your shell.
Run as the autonomous shift leader of a multi-PR / multi-agent effort — maximize progress, reach the away user only via AskUserQuestion, gate phases on PR merges (never merge yourself), and dispatch file-disjoint parallel worktree agents at high velocity.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.