rcc
01wayne930242/Reflexive-Claude-Code
Plugin Claude Code
Plugin marketplace listing 2 plugins: rcc, aref.
wayne930242/Reflexive-Claude-Code
Plugin Claude Code
Plugin marketplace listing 2 plugins: rcc, aref.
wayne930242/Reflexive-Claude-Code
Instructions file
Claude Code instructions for wayne930242/Reflexive-Claude-Code, covering reflexive claude code, immutable laws and conventions.
wayne930242/Reflexive-Claude-Code
Plugin Claude Code
Agentic refactoring pipeline — restructures codebases toward AI-agent-friendly architecture with characterization tests and mutation verification.
wayne930242/Reflexive-Claude-Code
Agent
Reviews a single refactor phase diff before commit. Called by applying-refactors at each phase checkpoint. Enforces 400 LOC cap, phase-type discipline, and that the diff matches the plan.
wayne930242/Reflexive-Claude-Code
Command
Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Detects project languages and monorepo state, runs language-appropriate static analysis (dependency graph, complexity, duplication, semantic patterns), and produces a refactor map ranking hotspots. Use when user invokes /aref or explicitly asks to analyze a codebase for refactoring.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Executes a refactor plan phase-by-phase on a dedicated branch with per-phase commits and mandatory reviewer checkpoints. Use when characterization-tests scaffold is complete and plan has phases ready to execute.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Writes AGENTS.md per subproject, archives run artifacts, and suggests rcc handoff conditionally. Use when verifying-refactors passes (PASS or PASS-WITH-WEAK-TESTS).
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Converts a refactor map into a phased plan using parallel-change, branch-by-abstraction, or strangler fig patterns. Use when user has approved the refactor map from analyzing-codebases.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Adds golden/snapshot tests to untested hotspot modules before refactoring. Use when refactor plan marks any phase with characterizationtest.status=must-scaffold.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Validates hard structural rules (no cycles, file/fn line caps, cognitive/cyclomatic complexity) and runs mutation testing on touched modules. Use when applying-refactors has completed all phases on the refactor branch.
wayne930242/Reflexive-Claude-Code
Plugin Claude Code
Core ACE workflow with structured skills, task enforcement, and quality reviewers.
wayne930242/Reflexive-Claude-Code
Agent
Use this agent after creating or modifying a CLAUDE.md file. Reviews quality including instruction specificity, token efficiency, correct separation of concerns, and actionability.
wayne930242/Reflexive-Claude-Code
Agent
Use this agent after creating or modifying a hook. Reviews quality including exit code contract, performance, file filtering, settings.json registration, and security.
wayne930242/Reflexive-Claude-Code
Agent
Use this agent after creating or modifying rule configurations. Reviews quality including frontmatter paths, rule specificity, and no duplication with CLAUDE.md laws.
wayne930242/Reflexive-Claude-Code
Agent
Use this agent after creating or modifying a skill. Reviews skill quality against best practices including frontmatter, description triggers, line count, naming conventions, and progressive disclosure.
wayne930242/Reflexive-Claude-Code
Agent
Use this agent after creating or modifying a subagent. Reviews quality including single responsibility, tool minimalism, model selection, context isolation, and trigger clarity.
wayne930242/Reflexive-Claude-Code
Command
Scaffold a new Claude Code plugin package with manifest, skills, and directory structure.
wayne930242/Reflexive-Claude-Code
Command
Initialize new project with Claude Code agent system, best practices, and framework setup.
wayne930242/Reflexive-Claude-Code
Command
Setup or migrate a Claude Code plugin — detect, select, validate, refactor.
wayne930242/Reflexive-Claude-Code
Command
Migrate existing agent system to Claude Code best practices architecture.
wayne930242/Reflexive-Claude-Code
Command
Scan the session, suggest candidate learnings, and deepen the ones you pick.
wayne930242/Reflexive-Claude-Code
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing validate_frontmatter.py with --version. From wayne930242/Reflexive-Claude-Code.
wayne930242/Reflexive-Claude-Code
Skill Claude CodeCodex
Validates component-type choices for agent system work, classifying knowledge as CLAUDE.md vs rule vs skill vs agent vs hook and checking for conflicts. Use when starting any skill/agent/rule workflow to validate approach. Use when classifying knowledge type. Use when checking for component conflicts.