wayne930242/Reflexive-Claude-Code

A skills-driven Agentic Context Engineering / Harness Engineering workflow for Claude Code.

16Stars on the repository
46Mods indexed here, across every type
10d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

analyzing-codebases

01

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 10d ago A 61 tokens

applying-refactors

02

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 10d 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 10d ago C 45 tokens

planning-refactors

04

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 10d ago A 43 tokens

verifying-refactors

06

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 10d ago A 49 tokens

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 10d ago A 65 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Scans project structure and agent system components, runs 11-category weakness analysis, and produces actionable restructuring recommendations. Use when analyzing an existing agent system for weaknesses. Use when user says "analyze agent system", "check agent setup", "audit agent config". Use when called by…

16 10d ago A 73 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Builds agent system components from a confirmed component plan. Use when executing a component plan to build agent system elements. Use when called by planning-agent-systems after plan is confirmed. Use when user says "apply agent plan", "build agent system".

16 10d ago A 56 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Explores user workflows through targeted questions about pipeline modes, pain points, routine tasks, and human intervention points to inform agent system design. Use when exploring workflows after analysis. Use when user says "explore workflows", "brainstorm workflows", "what should I automate". Use when called by…

16 10d ago A 69 tokens

creating-plugins

11

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Scaffolds a new Claude Code plugin package with manifest, skills, agents, and marketplace entry. Use when creating a new Claude Code plugin package. Use when user says "create plugin", "new plugin", "scaffold plugin", "plugin template".

16 10d ago A 55 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Fans out work across multiple agents — same prompt to many for Best-of-N, different prompts for parallel exploration, or a scout before committing. Use when user says "parallel agents", "fan out", "best of N", "scout", "race", "vote", "spawn workers".

16 10d ago A 66 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Fetches the current official Claude Code component spec from code.claude.com, returning verbatim excerpts so designs never drift from stale memory. Use PROACTIVELY before writing or modifying any Claude Code component (subagent, skill, hook, rule, slash command, plugin manifest, settings.json, MCP config). Use when…

16 10d ago A 135 tokens

improving-skills

14

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Optimizes a single existing skill through analysis, best-practice research, and targeted edits. Use when user says "improve skill", "optimize skill", "update skill", "skill needs work". Use when one specific skill is outdated or underperforming. NOT for multi-skill consolidation (use refactoring-skills instead).

16 10d ago A 73 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Bootstraps a new project with scaffolding, tooling, and Claude Code agent system setup. Use when bootstrapping a new project from scratch. Use when user says "create project", "new project", "initialize project", "start new app".

16 10d ago A 56 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Sets up or migrates a project's Claude Code agent system through the analyze, brainstorm, plan, apply pipeline. Use when user says "setup agent", "migrate agent system", "configure claude code", "add agent system".

16 10d ago B 54 tokens

migrating-plugins

17

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Sets up or migrates a Claude Code plugin, routing to creating-plugins or the validating + refactoring pipeline. Use when user says "setup plugin", "migrate plugin", "plugin from scratch", "check my plugin", "turn this into a plugin", "package this as plugin".

16 10d ago A 65 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Plans which agent system components to create or modify, producing a component plan for user confirmation. Use when called by brainstorming-workflows after workflow exploration is complete. Use when user asks to plan agent system components.

16 10d ago A 46 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Cleans up and consolidates an agent system after creation or modification. Use when user says "cleanup agent system", "refactor agent setup", "clean up skills", "consolidate agents". Use when called by applying-agent-systems.

16 10d ago A 55 tokens

refactoring-plugins

20

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Refactors and audits Claude Code plugin packages against official best practices. Use when refactoring, migrating, or auditing a Claude Code plugin package. Use when user says "refactor plugin", "audit plugin", "plugin health check", "migrate plugin structure". Use when plugin structure drifts from official best…

16 10d ago A 68 tokens

refactoring-skills

21

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Analyzes and refactors multiple skills across a project, consolidating overlaps, extracting shared conventions, and removing redundancy. Use when user says "refactor skills", "cleanup skills", "consolidate skills", "skill review". Use when skills overlap, are redundant, or need cross-skill consolidation. NOT for…

16 10d ago B 79 tokens

reflecting

22

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Scans the session, suggests what is worth reflecting on, and lets the user pick which learnings to deepen. Use when completing significant work, when the user corrects your approach, when a bug is resolved, or when new patterns emerge. Use when user says "reflect", "what did we learn", "capture learnings".

16 10d ago C 70 tokens

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Reviews agent system components with specialized reviewer subagents after creation or modification. Use when called by applying-agent-systems after all components are built. Use when user says "review agent system", "check quality".

16 10d ago A 47 tokens

validating-plugins

24

wayne930242/Reflexive-Claude-Code

Skill Claude CodeCodex

Scans all SKILL.md, agent, rules, and plugin manifest files for frontmatter errors, broken links, orphaned files, and invalid variables, generating a Markdown report with targeted fixes. Use when auditing plugin structure after migration or refactoring. Use when user says "validate plugin", "audit skills", "check…

16 10d ago A 79 tokens