Git branch workflow skills: create an isolated git worktree with local settings copied (worktree) and safely sync a feature branch with main preserving PR functionality (sync-main).
A Claude Code plugin marketplace of agentic development workflow skills: design/plan/resolve loops, PR review, and git worktree workflows.
The marketplace catalog lives in .claude-plugin/marketplace.json
and contains three plugins.
| Plugin | Skills | What it does |
|---|---|---|
| design-flow | ideation, confluence-ideation, design-for-review, plan-for-review, resolve-review | Collaborative and async design → plan → resolve loop, plus interactive ideation and Confluence-published design sessions. |
| pr-review | review-pr, handle-code-review | Run a comprehensive scoped PR review, and critically evaluate / process incoming review feedback. |
| git-workflow | worktree, sync-main | Create an isolated git worktree with local settings copied; safely sync a feature branch with main while preserving PR functionality. |
Plugin skills are namespaced by plugin name, e.g. /design-flow:ideation,
/pr-review:review-pr, /git-workflow:worktree.
In a Claude Code session:
/plugin marketplace add himmelreich-it/agentic-development
/plugin install design-flow@agentic-development
/plugin install pr-review@agentic-development
/plugin install git-workflow@agentic-development
Install only the plugins you want — they are independent.
claude plugin marketplace add himmelreich-it/agentic-development
claude plugin install design-flow@agentic-development
claude plugin install pr-review@agentic-development
claude plugin install git-workflow@agentic-development
After installing, run /reload-plugins (or restart Claude Code) and check /help to see the
namespaced skills.
Plugins use git-SHA versioning — no pinned version, so every pushed commit is a new version. Refresh the marketplace to pull the latest:
/plugin marketplace update agentic-development
From a clone of this repo:
# Validate the marketplace + all plugin manifests and skill frontmatter
claude plugin validate .
# Add this checkout as a local marketplace
/plugin marketplace add ./
/plugin install design-flow@agentic-development
# Or load a single plugin directly without installing
claude --plugin-dir ./plugins/design-flow
.claude-plugin/marketplace.json marketplace catalog
plugins/
design-flow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
pr-review/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
git-workflow/ .claude-plugin/plugin.json + skills/<skill>/SKILL.md
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 himmelreich-it/agentic-development --plugin git-workflowCollaborative and async design, planning, and review-resolution skills: ideation, Confluence ideation, design-for-review, plan-for-review, and resolve-review.
Pull request review skills: run a comprehensive scoped PR review (review-pr) and critically process incoming review feedback (handle-code-review).
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).
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.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.