wayne930242

69 mods across 3 repositories, 21 stars between them.

aref

03

wayne930242/Reflexive-Claude-Code

Plugin Claude Code

Agentic refactoring pipeline — restructures codebases toward AI-agent-friendly architecture with characterization tests and mutation verification.

16 9d ago A tokens not measured

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.

16 9d ago A 45 tokens

analyzing-codebases

06

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.

16 9d ago A 61 tokens

applying-refactors

07

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.

16 9d ago A 42 tokens

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).

16 9d ago C 45 tokens

planning-refactors

09

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.

16 9d ago A 43 tokens

verifying-refactors

11

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.

16 9d ago A 49 tokens

rcc

12

wayne930242/Reflexive-Claude-Code

Plugin Claude Code

Core ACE workflow with structured skills, task enforcement, and quality reviewers.

16 9d ago A tokens not measured

claudemd-reviewer

13

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.

16 9d ago A 38 tokens

hook-reviewer

14

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.

16 9d ago A 33 tokens

rule-reviewer

15

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.

16 9d ago A 34 tokens

skill-reviewer

16

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.

16 9d ago A 37 tokens

subagent-reviewer

17

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.

16 9d ago A 36 tokens

PostToolUse

23

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.

16 9d ago A tokens not measured

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.

16 9d ago A 65 tokens