cc-rpi
FeaturedBlueprint repository for Claude Code projects — RPI methodology, known agent error patterns, operational rules, and project templates
Install
Plugins install via a marketplace, in two steps.
This plugin isn't listed in a marketplace we've indexed. Install it directly from its GitHub repository — the README has the setup steps.
View on GitHubBundles
Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.
Skills (13)
drawio
Always use when user asks to create, generate, draw, or design a diagram, flowchart, architecture diagram, ER diagram, sequence diagram, class diagram, network diagram, mockup, wireframe, or UI sketch, or mentions draw.io, drawio, drawoi, .drawio files, or diagram export to PNG/SVG/PDF.
codex-simplify
Review recently changed files for code reuse, quality, and efficiency issues, then fix them. Use when implementation is already complete and you want a final cleanup pass that mirrors Claude Code's `/simplify` behavior as closely as Codex can, without overriding Claude's native `/simplify`.
ci-workflow
Push accountability, CI monitoring after push, background agent CI verification, verification command sequencing.
deployment-safety
Production deployment rules, rollback-first recovery, dependency batching, CI cost awareness, framework upgrade verification, fallback observability, and GitHub repo settings standardization.
error-patterns
Known agent error patterns -- debugging reference for tool failures, git errors, CI issues, and common mistakes. Consult when encountering unexpected behavior, tool errors, or CI failures.
git-workflow
Git recipes, worktree management, push sequences, branch verification, and conflict resolution patterns.
github-cli
gh CLI patterns, JSON field discovery, PR check interpretation, label management, merge settings verification, CodeQL/GHAS gating.
macos-rules
macOS-specific patterns: launchd agent configuration, brew vs pip, zsh regex quirks, file descriptor limits.
multi-agent
Rules for sub-agents, Agent Teams, worktree agents, central commit pattern, and parallel work coordination.
python-rules
Python-specific patterns: uv/poetry virtual environments, python -m imports, version pinning, pip restrictions on macOS.
shell-tools
Shell and tool-call environment facts: escaping inside single-quoted zsh/jq/Python strings, complex regex in zsh, absolute paths and cwd resets between Bash calls, linter invocation, curl and JSON output handling, and choosing a built-in tool over a shell one-liner.
supabase
Supabase migration safety, local testing workflow, grant requirements, fallback observability, and health endpoint patterns.
Show all 13 bundled skills Showing all 13 bundled skills
Commands (12)
Hooks (2)
Quality Score: 76/100
Details
- Author
- juan294
- Repository
- juan294/cc-rpi
- Created
- 5 months ago
- Last Updated
- 2 days ago
- Language
- Shell
- License
- MIT