init-plugin
Scaffold a new Claude Code plugin package with manifest, skills, and directory structure
Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.
> /plugin marketplace add wayne930242/Reflexive-Claude-CodeHow it fires
How this command gets triggered: by you, by Claude, or both.
/arefContext preview
What this command does when you run it.
Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill.
description: Start the aref refactoring pipeline on the current project. Triggers analyzing-codebases skill. argument-hint: "[--dry-run]"
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:
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
Scaffold a new Claude Code plugin package with manifest, skills, and directory structure
Initialize new project with Claude Code agent system, best practices, and framework setup
Setup or migrate a Claude Code plugin — detect, select, validate, refactor
Migrate existing agent system to Claude Code best practices architecture
Scan the session, suggest candidate learnings, and deepen the ones you pick