/aref
Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.
$ npx -y skills add wayne930242/Reflexive-Claude-Code --agent claude-codeHow 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.mddescription: 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.
A Claude Code plugin marketplace for skills-driven Agentic Context Engineering (ACE) — build, analyze, and maintain agent systems with structured workflows.
Repo: wayne930242/Reflexive-Claude-Code
Other commands on reflexive-claude-code.
- /init-plugin
Scaffold a new Claude Code plugin package with manifest, skills, and directory structure
Open command - /init
Initialize new project with Claude Code agent system, best practices, and framework setup
Open command - /migrate-plugin
Setup or migrate a Claude Code plugin — detect, select, validate, refactor
Open command - /migrate
Migrate existing agent system to Claude Code best practices architecture
Open command - /reflect
Scan the session, suggest candidate learnings, and deepen the ones you pick
Open command

