A dream team of senior expert agents you summon on demand — a DevOps engineer (Docker, industry-standard CI/CD with mandatory manual-approval gates and semver git tags/releases for UAT & prod, GCP infra: Cloud Run/SQL/Storage), a fullstack developer (SOLID/DRY/KISS/YAGNI, security-first, robust error handling with DB transactions, idempotency where needed, cross-platform UI/UX, database design), a QA engineer (unit, Playwright E2E, VAPT, and code review), and a technical writer (audience-facing user guides, how-to/feature docs, FAQs, and release notes for clients/stakeholders). Backed by focused skills with progressive-disclosure references — including a shared project-adaptation skill and a git-conventions skill (Conventional Commits/Branch + semver) — and a /dream-team-review command that runs QA → routes fixes to dev/devops → re-verifies. Stack-agnostic agents that compose with each project's CLAUDE.md, skills, and agents.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Use for CI/CD pipeline and cloud-infrastructure work — designing, reviewing, debugging, or hardening pipelines (GitHub Actions, Cloud Build, GitLab CI) and GCP infrastructure (Cloud Run, GKE, Artifact Registry, IAM, networking, Terraform/IaC), plus deployments and observability. A senior DevOps engineer you summon on demand. <example> Context: A GitHub Actions deploy to Cloud Run keeps failing. user: "Our deploy job times out pushing to Artifact Registry — can you sort the pipeline out?" assistant: "I'll bring in the devops-engineer agent to diagnose the pipeline and GCP setup and fix it." <commentary>CI/CD + GCP infra ownership — the devops-engineer's core domain.</commentary> </example> <example> Context: User wants infrastructure for a new service. user: "Set up Cloud Run plus a Cloud Build pipeline for this new API." assistant: "I'll use the devops-engineer agent to design the GCP infra and CI/CD pipeline." <commentary>Provisioning GCP infra and wiring CI/CD is squarely DevOps.</commentary> </example>
Use to implement features end-to-end — frontend, backend, and database — to a senior standard, strictly following the project's coding standards, CLAUDE.md, and conventions. Writes production code plus its tests. A senior fullstack developer you summon to build things the right way. <example> Context: A feature needs building across the stack. user: "Add user profile editing — API endpoint, DB migration, and the settings form." assistant: "I'll use the fullstack-developer agent to implement it end-to-end with tests, following the project's standards." <commentary>End-to-end implementation following coding standards — the fullstack-developer's core role.</commentary> </example> <example> Context: A feature must be added cleanly to existing code. user: "Wire up the checkout flow to the new payments service." assistant: "I'll bring in the fullstack-developer agent to implement it following the repo conventions." <commentary>Cross-stack implementation that must respect existing patterns.</commentary> </example>
Use to own the overall testing strategy for a change or a project — unit tests, end-to-end (E2E) tests, and VAPT (vulnerability assessment & penetration testing). Designs coverage, runs or authors tests, probes for vulnerabilities, and reports verdicts. A senior QA engineer you summon to make sure it actually works and is actually safe. <example> Context: A feature is implemented and needs thorough verification. user: "The payments feature is done — can you make sure it's properly tested?" assistant: "I'll use the qa-engineer agent to cover unit, E2E, and a VAPT pass, then report verdicts." <commentary>Overall testing ownership across unit/E2E/security — the qa-engineer's core domain.</commentary> </example> <example> Context: User wants a security-focused test pass. user: "Run a VAPT pass over the new auth flow." assistant: "I'll bring in the qa-engineer agent to do vulnerability assessment and pen-testing on the auth flow." <commentary>VAPT sits within the qa-engineer's testing remit.</commentary> </example>
Use to create clear, audience-facing project documentation to hand to clients, users, and stakeholders — user guides, how-to / getting-started guides, feature documentation, FAQs, and release notes. A senior technical writer you summon to turn a project or feature into docs people can actually follow. <example> Context: A feature shipped and needs end-user documentation. user: "We just launched the new billing dashboard — write a user guide for it." assistant: "I'll use the technical-writer agent to produce a user guide for the billing dashboard." <commentary>Audience-facing feature/user documentation — the technical-writer's core role.</commentary> </example> <example> Context: Stakeholders need a client-ready hand-off. user: "Put together how-to docs for the admin portal we can hand to the client." assistant: "I'll bring in the technical-writer agent to write client-ready how-to documentation." <commentary>Deliverable documentation for clients/stakeholders.</commentary> </example>
Write clear, audience-facing documentation that ships to clients, users, and stakeholders — user guides, how-to / getting-started guides, feature documentation, FAQs, and release notes. Use when creating or improving end-user or stakeholder documentation. Primary skill of the technical-writer.
Expert DevOps for Docker containers, industry-standard CI/CD pipelines, and Google Cloud Platform infrastructure (Cloud Run, Cloud SQL, Cloud Storage, Artifact Registry, IAM, and more). Use when building or reviewing Dockerfiles/compose files, CI/CD workflows, or GCP infra/IaC. Always optimizes for speed, lightweight footprint, scalability, cost-efficiency, and security. Primary skill of the devops-engineer.
Apply Conventional Commits 1.0.0 and Conventional Branch 1.0.0 — consistent commit messages and branch names — and derive semantic versions from them for tags and releases. Use when committing, creating or naming branches, or tagging/releasing. Used by the fullstack-developer (commits/branches) and the devops-engineer (branches, tags, releases).
Adapt to and collaborate with the project you're working in — detect its tech stack, honor its CLAUDE.md and conventions, and reuse its existing skills and agents before adding anything new. Use at the START of any claude-dream-team task (devops, development, or QA), on existing repos as well as fresh ones. Shared by all three agents.
Senior QA — unit tests covering all scenarios, end-to-end testing with Playwright, security testing/VAPT (XSS, SQL injection, and more), and comprehensive code review of uncommitted changes or a PR/MR. Produces verdicts and routes each fix to the dev or devops agent. Use when verifying, testing, security-checking, or reviewing a change. Primary skill of the qa-engineer.
Uses power tools
Uses Bash, Write, or Edit tools
Danniel Libor's collection of Claude Code plugins.
| Plugin | What it is |
|---|---|
claude-dream-team | A summonable roster of senior expert agents (DevOps, fullstack, QA, technical writer) + skills + the /dream-team-review loop |
claude-sdlc-team | A gated, end-to-end agentic SDLC pipeline (requirements → … → release → docs) with optional Notion Scrum sync |
A summonable dream team of senior expert agents. They're stack-agnostic and built to compose with each project — they read your CLAUDE.md, prefer your project-local skills and agents, and follow your conventions. (Their own skills are coming later and will layer on top, never override, your project setup.)
| Agent | Role | Owns |
|---|---|---|
devops-engineer | Senior DevOps Engineer | Docker (cross-platform local + staging/prod), industry-standard CI/CD, and GCP infrastructure (Cloud Run, Cloud SQL, Cloud Storage, Artifact Registry, IAM/Workload Identity, networking) — always optimizing for speed, lightweight footprint, scalability, cost-efficiency, and security |
fullstack-developer | Senior Fullstack Developer | End-to-end implementation with SOLID/DRY/KISS/YAGNI, security-first & no deprecated APIs, docs-first reuse, cross-platform UI/UX with a uniform design system, and database schema design |
qa-engineer | Senior QA Engineer | Unit tests (all scenarios), Playwright E2E, VAPT/security testing (XSS, SQLi, …), and comprehensive code review — routing fixes back to the dev/devops agents |
technical-writer | Senior Technical Writer | Audience-facing documentation for clients/users/stakeholders — user guides, how-to/getting-started guides, feature docs, FAQs, and release notes |
Skills are token-optimized via progressive disclosure: only their short descriptions sit in context until a skill is invoked; deeper material lives in references/ that loads on demand.
| Skill | Used by | Covers |
|---|---|---|
project-adaptation | all 4 | Detect the stack, honor CLAUDE.md/conventions, reuse the project's skills & agents; adapt to existing repos, not just fresh ones (the project wins on conflict) |
gcp-devops | devops-engineer | Docker + cross-platform local dev, industry-standard CI/CD (mandatory manual-approval gate + git tags/releases for UAT & prod), GCP services — judged on speed/lightweight/scalability/cost/security |
senior-development | fullstack-developer | SOLID/DRY/KISS/YAGNI, security-first, robust error handling (DB transactions/rollback), idempotency where needed, no deprecated APIs, docs-first reuse, cross-platform UI/UX + design system, database design |
qa-testing | qa-engineer | Unit coverage, Playwright E2E, VAPT/security testing, code review + fix routing |
git-conventions | dev & devops | Conventional Commits 1.0.0 + Conventional Branch 1.0.0, and semver derivation for tags & releases |
documentation | technical-writer | Audience-first docs — user guides, how-to/getting-started, feature docs, FAQs, release notes (Diátaxis types, with outlines) |
| Command | Does |
|---|---|
/dream-team-review [uncommitted | <PR/MR> | <path>] | Runs the QA review/test pass, routes findings to the fullstack-developer / devops-engineer agents to fix, and re-verifies — looping until clean (working-tree changes only; never commits/pushes) |
A gated, end-to-end agentic SDLC pipeline — requirements → design → implementation → parallel QA / code-review / security / pipeline-audit → release → docs — driven by a pure-router orchestrator with stack-agnostic agents and an opinionated skill library. Per-feature auto-merge to development, sprint close → staging for UAT, a separate production release to main with semver tagging, /sdlc-fix-ci pipeline repair, a Playwright E2E review-video gate, and optional per-project Notion Scrum boards (backlog + sprints). 11 agents · 14 commands · 26 skills. See plugins/claude-sdlc-team/README.md.
Add the marketplace, then install whichever plugin(s) you want:
/plugin marketplace add danniel-isiah-libor/danniel-claude-plugins
/plugin install claude-dream-team@danniel-claude-plugins
/plugin install claude-sdlc-team@danniel-claude-plugins
Replace the marketplace source with your Git remote (or a local path while developing, e.g.
/plugin marketplace add /path/to/danniel-claude-plugins).
Once installed, the dream-team's four agents are available to summon — Claude routes to the right one automatically, or you can call one by name (e.g. "use the devops-engineer agent to …"). The claude-sdlc-team is driven through its slash commands (start with /sdlc).
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 claimnpx claudepluginhub danniel-isiah-libor/danniel-claude-plugins --plugin claude-dream-teamAn agentic software-development team running a full SDLC: requirements, design, implementation, testing, code review, security, release, and docs. Stack-agnostic agents, opinionated skills, gated pipeline, auto-merge to development, sprint close → staging for UAT with a separate production release to main, optional per-project Jira-Scrum Notion sync with per-project hub pages, sprint planning, and a scrum-master skill. Every stage promotion goes through a PR/MR, deleting merged non-protected branches. A Playwright end-to-end testing layer records a per-feature review video — with a visible mouse cursor, never screenshots — that gates the merge to development.
An agentic software-development team running a full SDLC: requirements, design, implementation, testing, code review, security, release, and docs. Stack-agnostic agents, opinionated skills, gated pipeline, auto-merge to development, sprint close → staging for UAT with a separate production release to main, optional per-project Jira-Scrum Notion sync with per-project hub pages, sprint planning, and a scrum-master skill. Every stage promotion goes through a PR/MR, deleting merged non-protected branches. A Playwright end-to-end testing layer records a per-feature review video — with a visible mouse cursor, never screenshots — that gates the merge to development.
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.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
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
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification