ReinaMacCredy

34 mods across 3 repositories, 233 stars between them.

maestro AGENTS.md

01

ReinaMacCredy/maestro

Instructions file CodexOpenCode

Instructions for ReinaMacCredy/maestro: TypeScript on Bun, released as v0.108.0 (the first TypeScript release; 0.107.x was the Rust line, whose stores are preserved under legacy/rust/). Work happens on main; the rewrite-maestro-in-typescript branch and the .maestro/worktree/rewrite-ts worktree are retired.

231 2d ago A 723 tokens original MIT

maestro CLAUDE.md

02

ReinaMacCredy/maestro

Instructions file

Instructions for ReinaMacCredy/maestro: Read the local agent instructions in @AGENTS.md.

231 2d ago A 247 tokens original MIT

maestro-bundle

03

ReinaMacCredy/maestro

Skill Claude CodeCodex

Route work into the right maestro tier and drive the SPEC/NOTES/VERIFY bundle lifecycle - open, resume, close, recall.

231 2d ago A 32 tokens original MIT

maestro-design

04

ReinaMacCredy/maestro

Skill Claude CodeCodex

Settle unknowns and lock decisions before implementation - recall past bundles, walk one fork at a time, record every settled choice with a rationale.

231 2d ago A 33 tokens original MIT

maestro-improve

05

ReinaMacCredy/maestro

Skill Claude CodeCodex

Turn filed lessons into the smallest doctrine edit - group pending lessons by target, make one commit per target carrying their evidence ids, mark each lesson processed by that commit or answered with the reason it was rejected, and hand back for the challenge lane.

231 2d ago A 54 tokens original MIT

maestro-verify

06

ReinaMacCredy/maestro

Skill Claude CodeCodex

Verify and close - cross-check coverage, run the VERIFY table, deliver the verdict, harvest durable lessons into decisions, close the bundle, and never claim remote state from local evidence.

231 2d ago A 41 tokens original MIT

maestro-work

07

ReinaMacCredy/maestro

Skill Claude CodeCodex

Drive one accepted implementation unit test-first - smallest falsifiable behavior, minimum edits, evidence that names the real falsifier.

231 2d ago A 28 tokens original MIT

blueprint

08

ReinaMacCredy/Skills

Skill Claude CodeCodex

Generate beautiful, self-contained HTML blueprint pages that visually plan implementations with architecture diagrams, phased task breakdowns, file change maps, dependency graphs, risk matrices, and verification checklists. Use this skill whenever the user asks for a blueprint, implementation plan, feature spec…

2 3mo ago A 163 tokens

bug-hunt-swarm

09

ReinaMacCredy/Skills

Skill Claude CodeCodex

Parallel read-only multi-agent root-cause investigation for bugs, regressions, crashes, flaky behavior, or unexplained failures. Use when the user asks to investigate a bug, find the root cause, trace a regression, understand why something broke, or wants a ranked diagnosis with the fastest proof path without making…

2 3mo ago A 70 tokens

cli-for-agents

10

ReinaMacCredy/Skills

Skill Claude CodeCodex

Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or…

2 3mo ago A 77 tokens

codebase-audit

11

ReinaMacCredy/Skills

Skill Claude CodeCodex

Deep codebase audit that first reads project docs (AGENTS.md, README.md) and investigates the architecture, then systematically finds hardcoded constants that should be dynamic and unfinished code (TODOs, "will"/"would" in comments). Use this skill when the user wants a thorough code review for hygiene issues, asks to…

2 3mo ago A 152 tokens

codex-goal-loop

12

ReinaMacCredy/Skills

Skill Claude CodeCodex

Isolated Codex goal-loop skill that combines spec-to-plan, goal-loop-native phase planning, and gated phase-by-phase execution. Use when the user asks to turn a spec into a goal-loop plan, run a goal-loop plan, or package the spec-to-goal-plan, goal-loop-planner, and goal-loop flow as one Codex skill. Planner work…

2 3mo ago A 112 tokens

ReinaMacCredy/Skills

Skill Claude CodeCodex

Use when the user asks to consult ChatGPT Pro, ask chatgpt.com, get an external ChatGPT second opinion, have GPT Pro review a plan, codebase, diff, design, architecture, bug, or "ask your big brother" through the Codex in-app browser. This skill uses browser-use:browser with the iab backend, prepares an allowlisted…

2 3mo ago A 123 tokens

consult-chatgpt-pro

14

ReinaMacCredy/Skills

Skill Claude CodeCodex

Use when the user asks to consult ChatGPT Pro, ask chatgpt.com, get an external ChatGPT second opinion, have GPT Pro review a plan, codebase, diff, design, architecture, bug, or "ask your big brother". This skill builds an allowlisted sanitized review packet, shows the exact packet and active ChatGPT account/workspace…

2 3mo ago A 107 tokens

goal-distill

15

ReinaMacCredy/Skills

Skill Claude CodeCodex

Distill the current session — conversation, decisions, corrections, repo state, and recent history — into a single paste-ready /goal prompt that drives an autonomous phase-by-phase loop (decompose → Plan-subagent on Opus → main-thread execute → re-measure → repeat) until the success criterion is met or a stop…

2 3mo ago A 200 tokens

goal-loop-pack

16

ReinaMacCredy/Skills

Plugin Claude Code

Autonomous phase-by-phase plan execution for Claude Code. A single self-contained skill (goal-loop) that decomposes each phase via Plan-subagent, dispatches parallel implementation waves through the inlined orchestrator pattern, gates every phase with advisor + /code-review + the inlined review-swarm protocol, and…

2 3mo ago A tokens not measured

goal-loop

17

ReinaMacCredy/Skills

Skill Claude CodeCodex

Autonomous phase-by-phase plan execution loop. Plan-subagent decomposes each phase into a dependency-tagged wave graph, parallel Opus sub-agents implement via the inlined orchestrator pattern (main thread plans/synthesizes, sub-agents do all edits), advisor + /code-review --effort extra-high + the inlined review-swarm…

2 3mo ago A 162 tokens

init

18

ReinaMacCredy/Skills

Skill Claude CodeCodex

Generates AGENTS.md file using the WHAT/WHY/HOW framework. Explores the codebase and produces a minimal (<100 line) context file with progressive disclosure.

2 3mo ago A 36 tokens

mcp-for-agents

19

ReinaMacCredy/Skills

Skill Claude CodeCodex

Designs or reviews MCP servers so AI agents can use them reliably: outcome-oriented tools, flat constrained parameters, actionable errors via isError, token-efficient responses, composable outputs, and disciplined tool surfaces. Use when building an MCP server, adding tools to one, reviewing MCP tool design, or when…

2 3mo ago A 111 tokens

next-move

20

ReinaMacCredy/Skills

Skill Claude CodeCodex

Deep strategic analysis of a project to identify the single highest-leverage, most innovative addition. Use this whenever the user asks what to build next, what the most impactful improvement would be, what the "next big thing" is for their project, what's the smartest thing to add, or any question about strategic…

2 3mo ago A 109 tokens

orchestrator

21

ReinaMacCredy/Skills

Skill Claude CodeCodex

Enter orchestration-only mode where Claude plans, delegates to sub-agents, and synthesizes results instead of implementing directly. Use whenever the user says they want to act as tech lead, wants Claude to orchestrate, wants sub-agents to do the work, says things like "you orchestrate, I brainstorm", "don't code…

2 3mo ago A 119 tokens

review-swarm

22

ReinaMacCredy/Skills

Skill Claude CodeCodex

Parallel read-only multi-agent review of a current git diff or explicit file scope to find behavioral regressions, security or privacy risks, performance or reliability issues, and contract or test coverage gaps. Use when the user asks for a review swarm, parallel review, diff review, regression review, security…

2 3mo ago A 79 tokens

simplify-code

23

ReinaMacCredy/Skills

Skill Claude CodeCodex

Review a git diff or explicit file scope for reuse, code quality, efficiency, clarity, and standards issues, then optionally apply safe Codex-driven fixes. Use when the user asks to "simplify code", "review changed code", "check for code reuse", "review code quality", "review efficiency", "simplify changes", "clean up…

2 3mo ago A 86 tokens

systematic-fix

24

ReinaMacCredy/Skills

Skill Claude CodeCodex

Disciplined bug-fix-and-lock-down workflow: catalog every issue, fix each one with verification, then create comprehensive e2e integration tests that would have caught each fixed issue plus similar failure modes. Use this skill whenever the user has just identified multiple bugs or problems to fix, wants to fix…

2 3mo ago A 214 tokens