rc-project
01Plugin Claude Code
Plugin marketplace listing 1 plugin: rc.
Plugin Claude Code
Plugin marketplace listing 1 plugin: rc.
Plugin Claude Code
RC agent plugin — skills, agents and hooks for AI-assisted development.
Instructions file CodexOpenCode
Instructions for rodolfochicone/rc-project, covering agents.md, project overview, repository layout, the budget that shapes everything and developing this repo.
Instructions file
Instructions for rodolfochicone/rc-project, covering claude.md, high priority, project overview, repository layout and authoring rules (skills, commands, agents, hooks).
Agent
Council archetype — the systems and long-horizon advisor. Dispatched only by the rc-council skill, which holds each archetype's priorities and selection criteria. Not for standalone use.
Agent
Council archetype — the informed skeptic. Dispatched only by the rc-council skill, which holds each archetype's priorities and selection criteria. Not for standalone use.
Agent
Council archetype — the execution-reality advisor. Dispatched only by the rc-council skill, which holds each archetype's priorities and selection criteria. Not for standalone use.
Agent
Council archetype — the assume-breach advisor. Dispatched only by the rc-council skill, which holds each archetype's priorities and selection criteria. Not for standalone use.
Command
Gera uma mensagem de commit convencional a partir do diff staged (não faz commit).
Command
Fluxo Explore→Plan — investiga antes de codar e entrega um plano para aprovação.
Hook
Runs when a session starts, executing memory-load.sh. From rodolfochicone/rc-project.
Hook
Runs before the agent uses a tool for Bash, Edit, Write and MultiEdit tool calls, executing git-guard.sh, commit-guard.sh, db-guard.sh, verify-guard.sh, gateguard.sh and no-workarounds-guard.sh (6 commands). From rodolfochicone/rc-project.
Hook
Runs after a tool call finishes for Edit, Write, MultiEdit, Bash, Bash, Edit, Write, MultiEdit and Task tool calls, executing observe.sh, verify-guard.sh and repair-guidance.sh (3 commands). From rodolfochicone/rc-project.
Hook
Runs when the agent finishes a response, executing notify.sh. From rodolfochicone/rc-project.
Hook
Runs when the agent sends a notification, executing notify.sh. From rodolfochicone/rc-project.
Skill Claude CodeCodex
Guias de acessibilidade (a11y) para web seguindo WCAG 2.2 AA — semântica HTML, ARIA, navegação por teclado, gestão de foco, contraste e leitores de tela. Use ao construir ou revisar UI (componentes, formulários, modais, navegação, tabelas). Não use para acessibilidade de PDF, auditoria jurídica de conformidade, ou…
Skill Claude CodeCodex
Drives a Linear or Jira board through its MCP server as a Product Manager — create, update, or search issues, refine one into a PRD/TechSpec with native child issues, or execute its children with test evidence. Use when working a tracker. Do not use for GitHub Issues, bulk imports, or when no board MCP is configured.
Skill Claude CodeCodex
Runs an adversarial generator-evaluator loop to drive subjective quality (UI/UX, design, copy, CLI ergonomics, prose) up to a target score — exercising the running artifact, scoring it against a weighted rubric, and iterating until the threshold or a plateau. Use to refine quality a pass/fail gate cannot capture. Do…
Skill Claude CodeCodex
Guias de observabilidade para serviços em produção — logging estruturado, correlation/trace IDs, métricas RED e USE, tracing distribuído, SLOs e alertas, causa raiz e postmortem. Use ao instrumentar código ou conduzir análise de incidente. Não use para debugging local (rc-diagnose), profiling de código, ou configurar…
Skill Claude CodeCodex
Creates or updates an OpenAPI specification by discovering the project's HTTP endpoints, request schemas, and response models from source. Use to keep an openapi.yaml in sync after API changes, or to generate a spec for an existing service. Do not use for Postman collections (use rc-postman), README docs (use…
Skill Claude CodeCodex
Creates or updates a Postman Collection (v2.1.0) and its environment files by discovering the project's HTTP endpoints and request contracts from source. Use to keep a Postman collection in sync after routes or request schemas change, or to bootstrap one for an existing API. Do not use for OpenAPI specs (use…
Skill Claude CodeCodex
Executes full-project QA like a real user — discovers the repo's verification contracts, runs build/lint/test/startup, exercises core flows through CLI, HTTP, and browser, fixes root-cause regressions, and reruns the gate. Use when validating a branch, release candidate, or risky commit. Do not use for static review…
Skill Claude CodeCodex
Writes or refreshes a project README from evidence in the codebase. Use to generate or update one. Do not use for API specs or changelogs.
Skill Claude CodeCodex
Guias de resiliência para sistemas distribuídos e orientados a eventos — idempotência, retry com backoff, DLQ, timeouts, circuit breaker, at-least-once. Use ao projetar ou revisar produtores/consumidores de mensagens (EventBridge, SQS) e chamadas entre serviços. Não use para observabilidade (rc-observability) nem…