By rube-de
Enforce quality gates across the dev lifecycle: run security scans, code quality checks, performance analysis, and test coverage on PRs, then auto-create GitHub issues for findings. Automates PR review compliance, git hygiene, and recurring review theme clustering.
PR babysitter: monitors CI status, auto-rebases when behind, auto-fixes CI where possible, delegates review comment handling to dlc:pr-check, and re-requests review after fixes. Designed for /loop usage with Remote Control.
Dev Life Cycle quality gates: run security scans, code quality checks, performance analysis, test coverage, and PR review compliance. Routes to domain-specific sub-skills or runs all checks in sequence.
Git hygiene: clean up merged branches, prune stale remotes, and verify repository state.
Performance analysis: bundle size checks, profiling, benchmarks, and algorithmic complexity review. Identifies performance-sensitive areas and creates a structured GitHub issue.
PR review compliance: fetch review comments from an open PR, categorize as resolved/unresolved/dismissed, critically evaluate fixable items, implement approved fixes, and reply inline. Pass --unattended to halt on human-judgment items (emitted as Pending-Human) instead of prompting via AskUserQuestion.
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 p/rube-de-dlc-plugins-dlcBased 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
Doppler 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
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.
Temporal durable execution platform: CLI commands, SDK patterns (Go, TypeScript, Python, Java), workflow orchestration, and architectural guidance for reliable distributed applications
Quality gate automation using Claude Code hooks and subagents.
Plugin development tools: scaffold new plugins, validate SKILL.md frontmatter, audit hooks for silent failures
Claude Code hooks for enforcing best practices and workflow automation
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification
Audit Claude Code plugins and skills for best practices, deprecations, compatibility, usability, coverage gaps, duplication, and workflow optimization
GitHub project operations with quality gates.