Skip to content
Development
Command

/aref

Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.

From plugin
reflexive-claude-code
166 skills6 agents6 commands
Install
$ npx -y skills add wayne930242/Reflexive-Claude-Code --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/aref

Context preview

What this command does when you run it.

Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.

Command definition

aref.md
description: Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.
argument-hint: "[--dry-run]"

/aref

Start agentic refactoring pipeline on the current project (CWD).

Flow:

1. Detect project languages and monorepo state 2. Run analysis toolchain; produce refactor map 3. User reviews map, approves plan 4. Scaffold characterization tests for hotspots 5. Apply refactors phase-by-phase on `refactor/` branch 6. Verify against hard rules; run mutation testing 7. Write `AGENTS.md` per subproject; suggest rcc handoff

Arguments:

  • `--dry-run` — stop after planning; no scaffolding, no edits

Action

Invoke the `analyzing-codebases` skill. If `$ARGUMENTS` contains `--dry-run`, pass the flag forward.

Ships withreflexive-claude-code

A Claude Code plugin marketplace for skills-driven Agentic Context Engineering (ACE) — build, analyze, and maintain agent systems with structured workflows.

Get the whole plugin, auto-invoked
Stats
16
Stars
0
Views
5
Forks
Active
Maintenance
Python
Language
3d ago
Last commit
8mo ago
Created

Repo: wayne930242/Reflexive-Claude-Code