By rube-de
Multi-agent development workflow with five modes: plan, dev, full, auto, and bugfix. Uses Agent Teams for collaborative roles (Architect, PM, Developer, Tester, Reviewer) and a Researcher subagent for documentation lookups via Context7.
Create an agent team for autonomous workflow: plan (Architect teammate + PM teammate) → develop (Developer teammate + Code-tester teammate + QA-tester teammate + Reviewer teammate) → report (no approval gate)
TDD-driven bugfix workflow: tester writes failing test (RED) → developer fixes (GREEN) → developer refactors (REFACTOR) → reviewer validates. Accepts issue number, description, or both. Auto-creates PR unless --no-pr flag is passed.
Create an agent team to develop: Developer teammate + Code-tester teammate + QA-tester teammate + Reviewer teammate + Researcher subagent → implements .dev/cdt/plans/plan-$TIMESTAMP.md in waves
Create an agent team for full workflow: plan (Architect teammate + PM teammate) → approve → develop (Developer teammate + Code-tester teammate + QA-tester teammate + Reviewer teammate) → report
Create an agent team to plan: Architect teammate + PM teammate + Researcher subagent → outputs .dev/cdt/plans/plan-$TIMESTAMP.md
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.
A monorepo of Claude Code plugins and agent skills.
| Plugin | Category | Install | Description |
|---|---|---|---|
| council | Code Review | Plugin or Skill | Orchestrate Gemini 3.5 Flash, Codex, Qwen, GLM-5.2, and Kimi K2.5 for consensus-driven reviews |
| cdt | Development | Plugin only | Multi-agent dev team with four modes: plan, dev, full, and auto via Agent Teams |
| pm | Productivity | Plugin or Skill | GitHub issue lifecycle: create, triage, and audit issues for LLM agent teams |
| plugin-dev | Development | Plugin or Skill | Scaffold plugins, validate SKILL.md frontmatter, audit hooks |
| temporal | Development | Plugin or Skill | Temporal durable execution: CLI, SDK patterns, workflow orchestration |
| doppler | DevOps | Plugin or Skill | Doppler secrets management: CLI, secrets injection, CI/CD integrations |
| oasis-dev | Development | Plugin or Skill | Oasis Network: Sapphire confidential EVM, ROFL apps, CLI, SDK patterns |
| ci-review | Code Review | Plugin or Skill | CI-optimized multi-agent code review with confidence scoring and atomic GitHub PR review posting |
| jules-review | Code Review | Plugin or Skill | Review Jules AI agent PRs using council with smart quick/full mode |
| dlc | Quality | Plugin or Skill | Dev Life Cycle quality gates: security scans, code quality, performance analysis, test coverage, and PR review compliance |
Plugin vs Skill: Plugins use the full Claude Code plugin system (hooks, agents, commands, scripts). Skills install only SKILL.md definitions via skills.sh. Plugins that rely on hooks, commands, or agent definitions need plugin install. See each plugin's README for details.
| Requirement | Check | Install |
|---|---|---|
| Claude Code CLI | claude --version | Getting Started |
Open Claude Code and type /plugin — this opens an interactive UI where you can add marketplaces, browse, install, and update plugins. Add the marketplace using the GitHub repo rube-de/cc-skills, then install the plugins you want.
claude plugin marketplace add rube-de/cc-skills
This clones the marketplace to ~/.claude/plugins/marketplaces/rube-cc-skills/.
[!TIP] After installing, restart Claude Code (fresh session) to activate the plugins. Type
/and look for/council,/cdt,/pm,/dlc, etc.
# Install individual plugins
claude plugin install council@rube-cc-skills
claude plugin install cdt@rube-cc-skills
claude plugin install pm@rube-cc-skills
claude plugin install plugin-dev@rube-cc-skills
claude plugin install temporal@rube-cc-skills
claude plugin install doppler@rube-cc-skills
claude plugin install oasis-dev@rube-cc-skills
claude plugin install jules-review@rube-cc-skills
claude plugin install ci-review@rube-cc-skills
claude plugin install dlc@rube-cc-skills
# Or install all at once
for p in council cdt pm plugin-dev temporal doppler oasis-dev ci-review jules-review dlc; do claude plugin install "$p@rube-cc-skills"; done
# Restart Claude Code to activate
claude
For cloud agents or shared teams, use --scope project instead — see Installation Scopes.
[!WARNING] We recommend installing via the plugin system instead of
npx skills. The plugin system gives you the full experience — hooks, agents, commands, and scripts.npx skillsinstalls only bare SKILL.md definitions, which means you lose preflight hooks, JSON validation, agent definitions, and command-based interfaces. Several plugins (likecdt) don't work at all as standalone skills.
If you still want standalone skill definitions (no marketplace required):
By default, npx skills installs skills at project scope (.claude/ in the current directory). Use -g for global (user-level) install, or -a claude-code to install specifically for Claude Code:
# List available skills
npx skills add rube-de/cc-skills --list
# Install specific skills (project scope by default)
npx skills add rube-de/cc-skills --skill pm
npx skills add rube-de/cc-skills --skill council
npx claudepluginhub p/rube-de-cdt-plugins-cdtDoppler secrets management: CLI operations, project/config/environment management, secrets injection, CI/CD integrations, and security best practices
Oasis Network development: Sapphire confidential EVM, ROFL off-chain apps, CLI operations, SDK patterns (Rust, Go, TypeScript, Python), and ParaTime development
Review Jules AI agent pull requests using council review with smart quick/full mode selection and GitHub PR review posting
Temporal durable execution platform: CLI commands, SDK patterns (Go, TypeScript, Python, Java), workflow orchestration, and architectural guidance for reliable distributed applications
AI Council - Orchestrate multiple AI consultants (Gemini 3.5 Flash, Codex, Qwen, GLM-5.2, Kimi K2.5) for consensus-driven code reviews, plan validation, and architectural decisions
Plugin development tools: scaffold new plugins, validate SKILL.md frontmatter, audit hooks for silent failures
A curated set of skills for each stage of development — propose, spec, design, plan, implement, ship.
Complete project development toolkit: 23 agents, 23 slash commands, 29 lifecycle hooks, and 69 reusable skills for Claude Code workflows
Task-focused agents for test, review, debug, docs, CI, security, refactoring, research, performance, and search-replace — with teammate and subagent role guidance
Meta-tools for Claude Code configuration and customization
Portable Development System — AI-assisted development methodology with skills for consistency and agents for scale.