Universal workflow skills for Claude Code — commit, ship, plan, debug, review. Stack-agnostic foundations that work with any project.
Create a worktree for an existing branch — fetches, sets up environment, installs deps, and reports the path.
Remove worktrees and local branches for merged work.
Run project-defined preflight checks and commit work. Does not push or create PRs.
Debug a reported issue like a senior engineer — gather evidence, check environment, scan git history, and diagnose root causes before jumping to code fixes.
Create or update feature and issue documentation through an interactive questionnaire.
Executes bash commands
Hook triggers when Bash tool is used
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.
Battle-tested Claude Code plugins extracted from real projects, generalized for any codebase. Each plugin ships skills, agents, commands, hooks, and shared helper scripts — wired to work together out of the box.
core — Universal WorkflowStack-agnostic skills for commit workflows, project planning, debugging, PR management, and documentation. Works with any language or framework.
13 skills: commit, ship-it, start-work, whats-next, project-status, pr-description, skills-review, debug, pr-fix, document, improve-issues, cleanup, checkout
infra — Enterprise Infrastructure & DevOpsFor sysadmins, DevOps engineers, and SREs operating across AWS, GCP, Kubernetes, and baremetal/on-prem. Covers IaC validation, drift / cost / vulnerability triage, cloud IAM and Well-Architected reviews, postmortems and runbooks, and baremetal hardening. All skills are read-only — mutating operations always require approval.
preflight, security-audit, suggest, infra-inventoryreview-drift, review-costs, triage-vulnerabilities, draft-postmortem, draft-runbook, review-observability, assess-change-risk, review-disaster-recoveryreview-aws-iam, review-aws-well-architected, review-aws-tagging, triage-aws-security-findingsreview-gcp-iam, triage-gcp-recommender, review-gkereview-kubernetes-rbacreview-linux-hardening, review-systemd-units, review-ansible-playbooks, triage-hardware-healthprincipal-sre — principal-level sysadmin / DevOps / SRE reviewer persona dispatched by 5 skills (draft-postmortem, assess-change-risk, review-disaster-recovery, review-observability, draft-runbook) when senior production judgment is needed.detect-iac-scope.sh, cloud-auth-check.sh — shared IaC detection and cloud-auth probing used by 12 skills.PreToolUse safeguards nudging /preflight, /security-audit, /assess-change-risk, /review-drift before mutating terraform, kubectl, helm, or ansible-playbook operations.MINDSET.md: import via @plugins/infra/MINDSET.md into a project CLAUDE.md to adopt enterprise infra conventions (change safety, config-as-code, secrets discipline, observability gates, production maxims).webapp — Web Application DevelopmentFor modern Next.js / TypeScript / React full-stack development (Drizzle ORM, Playwright, Vitest). API review, architecture review, testing, coverage analysis, migration safety, and design tokens.
principal-frontend — principal-level TypeScript / Next.js / React reviewer persona dispatched by 5 skills (architecture-review, api-review, best-practices, security-review, migration-review) when the decision is architectural rather than line-level.MINDSET.md: import via @plugins/webapp/MINDSET.md into a project CLAUDE.md to adopt type-discipline, server/client boundary, testing, accessibility, and performance conventions.claude plugins install <plugin-name>
Each plugin ships a /setup command that adds the recommended read-only tool permissions to .claude/settings.json. Mutating operations are intentionally excluded and will always prompt for approval.
1. Register this marketplace
copilot plugin marketplace add <owner>/<repo>
SSH auth users: the
<owner>/<repo>shorthand clones over HTTPS, which no longer accepts passwords — PAT/credential-helper mismatches appear as "Invalid username or token." Pass an explicit SSH URL instead:# Remove any failed partial clone first rm -rf ~/Library/Caches/copilot/marketplaces/<owner>-<repo> copilot plugin marketplace add ssh://[email protected]/<owner>/<repo>.gitOr force all GitHub clones to use SSH globally (then the shorthand works again):
git config --global url."ssh://[email protected]/".insteadOf "https://github.com/"Verify SSH access first:
ssh -T [email protected]
2. Browse available plugins
copilot plugin marketplace list # confirm the marketplace name
copilot plugin marketplace browse <name> # list plugins in this marketplace
3. Install a plugin
copilot plugin install <plugin-name>@<marketplace-name>
4. Manage
copilot plugin list
copilot plugin update <plugin-name>
copilot plugin uninstall <plugin-name>
npx claudepluginhub brenthaertlein/universal-skills --plugin coreWeb application development skills for Claude Code — API review, architecture review, testing, coverage, migrations, design tokens, and a principal-frontend reviewer agent. Optimized for Next.js / TypeScript / React full-stack development.
Enterprise infrastructure skills for Claude Code — IaC validation, drift/cost/vulnerability triage, cloud IAM and Well-Architected reviews (AWS, GCP, Kubernetes), and baremetal hardening. For sysadmins, DevOps, and SREs.
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
Superpowers Plus core skills library for Claude Code: planning, execution routing, TDD, debugging, and collaboration workflows
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.