AuroraPixel
01AuroraPixel/ai-native-harness-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-native-harness-skill.
AuroraPixel/ai-native-harness-skill
Plugin Claude Code
Plugin marketplace listing 1 plugin: ai-native-harness-skill.
AuroraPixel/ai-native-harness-skill
Plugin Claude Code
Two Claude Code engineering skills bundled as one plugin: review-loop (cross-LLM iterative code review with Codex or Gemini as peer) and harness (cybernetics-based Planner→Generator→Evaluator→Retro orchestration for complex tasks).
AuroraPixel/ai-native-harness-skill
Agent
Harness Convention Scout — dispatched by Planner at brainstorm start to scan host-repo convention evidence and write host-conventions-card.md.
AuroraPixel/ai-native-harness-skill
Agent
Harness Evaluator — independent code evaluation with Tier 1 deterministic checks and Tier 2 deep logic analysis. Use when harness orchestrator needs checkpoint evaluation.
AuroraPixel/ai-native-harness-skill
Agent
Harness Generator — implements checkpoint code with TDD and atomic commits. Use when harness orchestrator needs code generation for a checkpoint.
AuroraPixel/ai-native-harness-skill
Agent
Harness Retro — post-task retrospective analysis, error pattern detection, and CLAUDE.md rule proposals. Use when harness orchestrator needs task retrospective.
AuroraPixel/ai-native-harness-skill
Agent
Harness Spec Evaluator — reviews spec.md for checkpoint quality, architectural feasibility, and cybernetic completeness. Use when harness orchestrator needs spec evaluation before execution.
AuroraPixel/ai-native-harness-skill
Skill Claude CodeCodex
Cybernetics-based multi-agent orchestration for complex tasks. Coordinates a Planner → Generator → Evaluator → Retro pipeline with clean-context sub-agents, per-checkpoint drift prevention, and persistent retro learning. Recommended workflow: Claude Code plans the spec (Session 1), Codex executes autonomously (Session…
AuroraPixel/ai-native-harness-skill
Skill Claude CodeCodex
Cross-LLM iterative code review loop. Spawns a peer reviewer (Codex, Claude, or Gemini CLI) to review code changes, then iterates until both agents agree on the final code state. Code gets modified during the loop — the final output is improved code + consensus report. Use when: "review loop", "peer review", "cross…