Planning, codebase mapping, architecture review, brainstorm ideation, implementation, systematic debugging, incident RCA, e2e test generation, review-resolution, PR-readiness, swarm orchestration, contract generation, and release orchestration skills.
npx claudepluginhub mikecubed/agent-orchestration --plugin workflow-orchestrationStructured architecture analysis evaluating layer boundaries, dependency direction, circular imports, and public API surface.
Pre-spec Socratic ideation skill that surfaces constraints, risks, and trade-offs through structured dialogue before committing to a direction.
Derive machine-readable contracts (OpenAPI 3.x, JSON Schema, Gherkin) from a spec.md or natural-language endpoint description, with full FR-ID traceability.
Scaffolded end-to-end test generation for integration seams — API endpoints, UI flows, and service boundaries — with framework detection and a durable coverage summary.
Run a final readiness pass on a stable branch or pull request diff using structured checks plus a final whole-diff review.
Structured production incident triage using a four-phase workflow (hypothesis → reproduce → isolate → fix + verify) with service-context gathering and a durable RCA summary artifact.
Guided codebase discovery that produces a structured, shareable factual context brief for use by downstream skills.
Run independent implementation tracks in parallel with disciplined review, merge, and validation gates.
Create a durable implementation plan with scout discovery, reviewer critique, and optional SDD orchestration.
Resolve pull request review comments with disciplined triage, scoped fixes, thread closure, and final validation.
Automate the full release pipeline — conventional-commit semver calculation, CHANGELOG update, git tag creation, and optional GitHub release — with a durable release-summary.md artifact.
Dynamically decompose complex work into adaptive agent swarms with shared context, topology selection, and convergence gates.
Structured four-phase debugging workflow (hypothesis → reproduce → isolate → fix) with mandatory context-hygiene pause-and-resume after N failed attempts.
Umbrella marketplace repo for separate GitHub Copilot CLI and Claude Code plugins focused on planning, workflow orchestration, and spec-driven development.
plugins/workflow-orchestrationShared orchestration plugin with:
planning-orchestrationparallel-implementation-looppr-review-resolution-loopfinal-pr-readiness-gateLocal install:
copilot plugin install ./plugins/workflow-orchestration
claude --plugin-dir ./plugins/workflow-orchestration
plugins/sdd-workflowCompanion SDD plugin with:
sdd.specifysdd.plansdd.taskssdd-feature-workflowLocal install:
copilot plugin install ./plugins/sdd-workflow
claude --plugin-dir ./plugins/sdd-workflow
plugins/clean-code-codexClean-code enforcement plugin with:
conductortdd-check, arch-check, type-check, naming-checksize-check, dead-check, test-check, sec-check, dep-check, obs-checkLocal install:
copilot plugin install ./plugins/clean-code-codex
claude --plugin-dir ./plugins/clean-code-codex
The repo root is umbrella-only infrastructure:
.github/plugin/marketplace.json for Copilot marketplace metadata.claude-plugin/marketplace.json for Claude marketplace metadatadocs/ for umbrella install and composition docsscripts/verify-runtime.mjs for aggregate runtime validationtest/ for umbrella-level structure checksdocs/marketplace-overview.mddocs/install-guide.mddocs/plugin-composition.mdRun the full umbrella validation:
npm test
npm run validate:runtime
Run the workflow plugin validation directly:
npm --prefix plugins/workflow-orchestration test
npm --prefix plugins/workflow-orchestration run validate:runtime
Plugin names stay precise even though the marketplace is shared. Prefer plugin-qualified names such as /workflow-orchestration:planning-orchestration and /sdd-workflow:sdd.plan.
Battle-tested Claude Code plugin for engineering teams — 38 agents, 156 skills, 72 legacy command shims, production-ready hooks, and selective install workflows evolved through continuous real-world use
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Browser automation and end-to-end testing MCP server by Microsoft. Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows.