← All creators

ReinaMacCredy

User

Agent harness for codebases. Gives Claude Code, Codex, and CI a shared task system, verdict ledger, and state store so agent work is traceable and auditable.

23 indexed · 0 Featured · 189 stars · avg score 89
Prolific

Categories

Indexed Skills (23)

AI & Automation Solid

maestro-lifecycle-test

Validate a built maestro binary end to end (install/init completeness + the feature->task->QA lifecycle + standalone tasks + real-use edge cases + agent-UX) in an isolated throwaway repo, emitting a machine-aggregatable NDJSON report. Run as one sub-agent of a swarm fix-loop, or standalone to smoke-test a change.

189 Updated today
ReinaMacCredy
AI & Automation Solid

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-design

Use for design or brainstorming in a Maestro repo before implementation starts. Map current behavior, decide one fork at a time, record decisions and notes, then hand the approved contract to maestro-feature.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-feature

Use for the Maestro feature lifecycle: author, accept, prepare, start, amend, ship, cancel, archive, and inspect a feature contract plus its child-task rollup.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-task

Use for the Maestro task loop: create, explore, accept, claim, update, complete, block, verify, terminal task verbs, and harness self-improvement tasks.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-verify

Use to prove a Maestro task or feature gate with recorded evidence, repair failed proof, and run adversarial verification for high-risk claims.

189 Updated today
ReinaMacCredy
AI & Automation Solid

qa-baseline

Use before feature accept to capture baseline.md: a short real-scenario behavior contract with stable bl-NNN ids for the later ship gate.

189 Updated today
ReinaMacCredy
AI & Automation Solid

qa-slice

Use after implementation waves to replay affected baseline scenarios and record qa-slices.yaml evidence for every shipped behavioral bl-NNN.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-setup

Use after Maestro init/install or doctor warnings to tune a repository harness from verified repo evidence.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-audit

Use for read-only Maestro repo audits that propose harness backlog improvements without implementing them.

189 Updated today
ReinaMacCredy
AI & Automation Solid

cli-for-agents

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 automation-friendly CLIs.

189 Updated today
ReinaMacCredy
AI & Automation Solid

docs

Update repository documentation to match the current state of the codebase. Local replacement for the remote /docs command (which needs the Claude GitHub app). Use when the user says /docs, "update the docs", "sync the README", "document this feature", or asks you to refresh docs to reflect current code. Works inline in the current session and edits files in the working tree.

189 Updated today
ReinaMacCredy
AI & Automation Solid

gitnexus-cli

Use when the user needs to run GitNexus CLI commands like analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos. Examples: "Index this repo", "Reanalyze the codebase", "Generate a wiki"

189 Updated today
ReinaMacCredy
Code & Development Solid

gitnexus-debugging

Use when the user is debugging a bug, tracing an error, or asking why something fails. Examples: "Why is X failing?", "Where does this error come from?", "Trace this bug"

189 Updated today
ReinaMacCredy
AI & Automation Solid

gitnexus-exploring

Use when the user asks how code works, wants to understand architecture, trace execution flows, or explore unfamiliar parts of the codebase. Examples: "How does X work?", "What calls this function?", "Show me the auth flow"

189 Updated today
ReinaMacCredy
Code & Development Solid

gitnexus-guide

Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: "What GitNexus tools are available?", "How do I use GitNexus?"

189 Updated today
ReinaMacCredy
AI & Automation Solid

gitnexus-impact-analysis

Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: "Is it safe to change X?", "What depends on this?", "What will break?"

189 Updated today
ReinaMacCredy
Code & Development Solid

gitnexus-refactoring

Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: "Rename this function", "Extract this into a module", "Refactor this class", "Move this to a separate file"

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-dev

Development workflow for maestroCLI itself. Encodes the hexagonal architecture pattern (port -> adapter -> use-case -> command -> MCP tool -> test) and project-specific conventions. Use when implementing new maestro features, adding CLI commands, extending the MCP server, creating new adapters, modifying ports, writing use-cases, or debugging maestro's own code. Also use when you need to understand how maestro's layers connect or where to put new code.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-skill-author

Create, update, or debug maestro built-in skills. Covers SKILL.md frontmatter, reference directory structure, step-file architecture, build-time embedding, naming conventions, alias management, and registry validation. Use when creating a new maestro built-in skill, modifying an existing SKILL.md, adding reference files, debugging skill loading failures, updating the skills registry, or working on the skills full port. Also use when frontmatter validation fails, skills don't appear in skill-list, or reference files fail to load.

189 Updated today
ReinaMacCredy
AI & Automation Solid

maestro-v2-migration

Guide for working with maestroCLI's v2 architecture. Covers the context-to-memory rename, 4-state task model, plain file backend, pre-agent hooks, research phase, and memory promotion. Use when touching v2 code, encountering legacy patterns (e.g. 'context' instead of 'memory', old task states), adding new v2 features, or debugging v2 behavior. Also use when you see imports from adapters/fs/context, references to 'contextAdapter', or task states that don't match the 4-state model.

189 Updated today
ReinaMacCredy
AI & Automation Solid

mcp-for-agents

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 the user mentions MCP optimization, tool descriptions, MCP best practices, or agent-friendly MCP design. Also use when the user has too many tools causing agent confusion, bloated responses wasting tokens, or agents picking the wrong tool.

189 Updated today
ReinaMacCredy
AI & Automation Listed

prompt-leverage

Strengthen a raw user prompt into an execution-ready instruction set for Amp, Claude Code, Codex, or another AI agent. Use when the user wants to improve an existing prompt, build a reusable prompting framework, wrap the current request with better structure, add clearer tool rules, or create a hook that upgrades prompts before execution.

189 Updated today
ReinaMacCredy

Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.