Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
AI development workflow: brainstorming, planning, TDD, debugging, code review, safety guardrails. Adapts to your project via scc detection.
npx claudepluginhub mrkhachaturov/ccode-personal-plugins --plugin rkstackUse this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Performs two-pass review (CRITICAL then INFORMATIONAL), classifies findings as AUTO-FIX or ASK, and cites file:line for every finding.
Proactively use when Claude Code is stuck, wants a second implementation or diagnosis pass, needs a deeper root-cause investigation, or should hand a substantial coding task to Codex through the shared runtime.
Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after to catch regressions. Tracks performance trends. Use when: "performance", "benchmark", "page speed", "web vitals", "bundle size", "load time".
Explore ideas before implementation. Turn vague requests into fully formed designs and specs through collaborative dialogue. Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Proactively suggest when the user jumps straight to code without a design.
Headless browser for web QA, screenshots, and interaction. Navigate URLs, interact with page elements, verify state, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs. Use when asked to open a page, test a site, take a screenshot, check responsive behavior, or verify a deployment.
Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy", "canary", "post-deploy check", "watch production", "verify deploy".
Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a shared environment. Use when asked to "be careful", "safety mode", "prod mode", or "careful mode".
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Minimal AI coding agent team skills for the full engineering workflow: think, plan, review, test, audit, ship
49 specialist skills + 39 slash commands for coding agents — orchestrator, backend, frontend, QA, security, deploy, detective-spec, static-analysis, skill-author, program-router, parallel-dispatcher, blog-publisher, blog-screenshot, canary-deployment, zoom-out, handoff-context, post-deploy-canary-monitor, pattern-conformity, research-prep, context-budget + spec-driven development, anti-AI writing, memory consolidation, executable YAML pipelines + insights dashboard (v2.18.0, 6 tabs). v2.28.0: /spec-kit (SDD pipeline unificado specify→plan→tasks→implement + Adversarial Verifier inline), /insights (recomendacoes baseadas em telemetria dos hooks), /swarm com Phase 3 Adversarial Verify (Implementor vs Verifier com goals opostos, spec atualizada em real-time). v2.27.0: investigate-first guard (hook PreToolUse que impede a IA de perguntar o auto-descobrivel — gh user, branch, package manager, porta, versao de runtime — manda investigar primeiro) + policy investigate-first. v2.26.0: silent-failure-hunter (16o subagent, review-only: caca catch{} vazio, swallowed errors, fallbacks perigosos, stack traces perdidos, rollback faltando) + skill 49 context-budget (audita peso de contexto carregado por componente) + /context-budget. v2.25.0: rules system path-scoped (`.claude/rules/` com `paths:` glob, inspirado no ECC), bug-fix da allowlist de subagents, 5 skills stub reescritos com profundidade. v2.24.0: curador AUTONOMO de memoria (inspirado no Hermes Agent) — roda async no SessionStart, faz decay/archive/dedup em JS puro sem gastar LLM e delega so a parte semantica ao agente presente. v2.23.0: absorcao addozhang (skill 48 research-prep, Spring Boot playbook, mem9 patterns). v2.22.0: memory curator nudge. v2.21.0: context-cost guards. v2.20.0: skill 47 pattern-conformity. 16 dispatchable subagents.
Verification-first engineering toolkit for Claude Code. 15 skills across a 5-phase spine (Investigate → Design → Implement → Verify → Ship), 8 specialist agents, an interactive setup wizard. Every skill has rationalizations + evidence requirements. Built for senior ICs and tech leads.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Corca Workflow Framework — consolidated hooks and skill orchestration for structured development sessions
Laravel development toolkit MCP server. Provides intelligent assistance for Laravel applications including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation.
Creates interactive HTML playgrounds — self-contained single-file explorers with visual controls, live preview, and prompt output with copy button
The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Discord channel for Claude Code — messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /discord:access.
Security reminder hook that warns about potential security issues when editing files, including command injection, XSS, and unsafe code patterns
Engineering discipline system for AI coding agents.
One plugin. Install once, adapts to your project.
| Scope | What it does |
|---|---|
| Workflow | Full cycle: idea, spec, plan, implement, verify, review, ship |
| Safety | PreToolUse hooks block destructive commands and scope-lock edits |
| Detection | rkstack detect scans your stack, caches results per session |
| Flow types | Web projects get visual QA, screenshots, and responsive checks |
| Platform-agnostic | Reads CLAUDE.md for commands, works with any stack |
[!IMPORTANT] RKstack enforces discipline that prevents common AI agent failures: skipping tests, guessing at root causes, claiming things work without checking, and making destructive changes without warning.
# Claude Code
/install-plugin rkstack@ccode-personal-plugins
Skills activate automatically based on what you're doing. Run /setup-project once to install project-level safety guards and working rules.
graph LR
A["Idea"] --> B["brainstorming"]
B --> DR1["dual-review"]
DR1 --> C["writing-plans"]
C --> DR2["dual-review"]
DR2 --> D{"Execute"}
D -->|inline| E["executing-plans"]
D -->|subagents| F["subagent-driven"]
E --> G["verification"]
F --> G
G --> H["code-review"]
H --> I["finishing-branch"]
I --> J["document-release"]
style A fill:#f59e0b,color:#000
style B fill:#8b5cf6,color:#fff
style C fill:#6366f1,color:#fff
style DR1 fill:#f97316,color:#fff
style DR2 fill:#f97316,color:#fff
style G fill:#10b981,color:#fff
style H fill:#0ea5e9,color:#fff
style I fill:#0f766e,color:#fff
Each step uses test-driven-development (RED, GREEN, REFACTOR). Bugs trigger systematic-debugging (5-phase investigation, 3-strike escalation). humanizer constraints activate during all prose writing.
At session start, rkstack detect runs scc on your project, identifies every language and tool in use, and caches the result to .rkstack/settings.json. The cache looks like this:
{
"detection": {
"flowType": "web",
"stack": {
"typescript": true,
"css": true,
"docker": true,
"just": true
},
"stats": {
"typescript": { "files": 46, "code": 9315, "complexity": 1150 }
},
"services": { "supabase": true },
"repoMode": "solo",
"totalCode": 44761
}
}
The stack is a flat boolean map. Everything the project contains goes here: TypeScript, Python, Terraform, Docker, Ansible, Compose, just, mise. No hierarchy, no categories. /setup-project reads this to decide which guards and rules to offer.
The flowType controls how process skills behave. Today there are two:
| Flow type | When | What changes |
|---|---|---|
web | TS/JS + CSS or web framework config detected | Brainstorming suggests design systems. Plans include visual verification steps. Execution screenshots after UI tasks. Verification checks responsive layouts. Code review includes visual regression. Shipping gates on QA. |
default | Everything else | Standard workflow. No browser-based checks. |
More flow types will come as the system grows. If detection gets it wrong, override it: the overrides section in .rkstack/settings.json takes precedence over auto-detection.
Supabase detected (.mcp.json or supabase/ directory)? Skills also verify data via MCP after browser actions, checking that what the user sees matches what the database stored.
Specs and plans go through a multi-round review loop before you approve them. Claude self-reviews first, then Codex reviews independently against the source code. Claude evaluates each finding, fixes valid ones, rejects false positives with evidence. Rounds repeat until Codex comes back clean or max rounds are reached.