Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
ReinaMacCredy
GitHub creator profile

ReinaMacCredy

Repository-level view of 108 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
108
repositories
4
occupation fields
4
updated
2026-05-26
repository explorer

Repositories and representative skills

#001
Maestro-CLI
46 skills00updated 2026-03-24
43% of creator
maestroagents-md
Développeurs de logiciels

Use when bootstrapping, updating, or reviewing AGENTS.md — teaches what makes effective agent memory, how to structure sections, signal vs noise filtering, and when to prune stale entries

2026-03-24
maestrobrainstorming
Développeurs de logiciels

Use before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-03-24
maestrodebugging
Développeurs de logiciels

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-03-24
maestrodesign
Spécialistes en gestion de projets

Deep discovery and specification for ambitious features. Full BMAD-inspired interview with classification, vision, journeys, domain analysis, and FR synthesis. Same output contract (spec.md + plan.md) as a standard feature but far richer. Use for multi-component systems, regulated domains, or unclear requirements.

2026-03-24
maestrodispatching
Développeurs de logiciels

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-03-24
maestrodocker
Administrateurs de réseaux et de systèmes informatiques

Use when working with Docker containers — debugging container failures, writing Dockerfiles, docker-compose for integration tests, image optimization, or deploying containerized applications

2026-03-24
maestroimplement
Développeurs de logiciels

Execute feature tasks following TDD workflow. Single-agent by default, --team for parallel Agent Teams, Sub Agent Parallels. Use when ready to implement a planned feature.

2026-03-24
maestronew-feature
Développeurs de logiciels

Create a new feature/bug track with spec and implementation plan. Interactive interview generates requirements spec, then phased TDD plan. Use when starting work on a new feature, bug fix, or chore.

2026-03-24
Showing top 8 of 46 collected skills in this repository.
#002
loveNovel
27 skills00updated 2026-02-28
25% of creator
ui-ux-pro-max
GraphistesConcepteurs web et d'interfaces numériques

UI/UX design intelligence with searchable database

2026-02-28
planning
Spécialistes en gestion de projets

Generate comprehensive implementation plans through systematic discovery, synthesis, verification, and decomposition into beads. Use when asked to plan a feature, create a roadmap, design an implementation approach, or decompose work into trackable issues. Do NOT use for simple one-step tasks, quick fixes, or when the user just wants to execute an existing plan — use the work skill instead.

2026-02-23
work
Développeurs de logiciels

Execute a plan or direct task with worker delegation and verification.

2026-02-23
analyze
Développeurs de logiciels

Deep investigation mode. Gather context, analyze, synthesize recommendations without making code changes.

2026-02-13
context7
Développeurs de logiciels

Fetch up-to-date library documentation via Context7 MCP. Use when working with external libraries, APIs, or frameworks.

2026-02-13
design
Spécialistes en gestion de projets

Start interview-driven planning with Prometheus. Asks clarifying questions before generating implementation plan.

2026-02-13
doctor
Spécialistes du support aux utilisateurs d'ordinateursAdministrateurs de réseaux et de systèmes informatiques

Diagnose and fix Maestro installation issues

2026-02-13
git-worktrees
Développeurs de logiciels

Git worktree isolation for parallel plan execution. Creates isolated working directories so multiple plans can execute simultaneously without conflicts.

2026-02-13
Showing top 8 of 27 collected skills in this repository.
#003
maestro
19 skills17920updated 2026-05-24
18% of creator
maestro-setup
Développeurs de logiciels

Set up a repository as a long-running agent harness. Use when a project needs Maestro-owned context docs, evidence-first onboarding, root AGENTS.md guidance, language style guides, host-runtime session hooks, drift detection, or a setup report before implementation work begins.

2026-05-24
maestro-handoff
Développeurs de logiciels

Read handoff envelopes left by previous agents at the start of a session or when picking up a task in a maestro-initialized project. Use whenever you suspect a prior session left context behind — task was claimed by another agent, a block was raised, or a new shell is taking over an unfinished workflow.

2026-05-24
maestro-task
Développeurs de logiciels

Use at the start of any multi-step work in a maestro-initialized project, and throughout task execution. Claim one task at a time, iterate through the verify → block / ship loop. `claim` and `block` automatically emit a handoff envelope to `.maestro/handoffs/<hnd-...>.json`; see `maestro-handoff` for the read side. Auto-invokes whenever a `.maestro/` directory is present in the current working tree or an ancestor.

2026-05-24
maestro-verify
Analystes en assurance qualité des logiciels et testeurs

The canonical verification protocol for any task in a maestro project. Documents witness levels, Trust Verifier scope, ProofMap, plan-check, verdict semantics, cost-budget monitoring, AI Reviewer protocol (Rule 1 veto-only), and threat-model production. Cross-referenced by `maestro-task` and `maestro-mission`. Read this skill when starting a non-trivial task or before declaring completion.

2026-05-24
maestro-design
Analystes des systèmes informatiques

Interview-driven product-spec authoring for maestro. Runs the grill protocol from ADR-0016 — walks the decision tree one branch at a time, challenges user language against CONTEXT.md and committed ADRs, cross-references claims against code when verifiable, updates CONTEXT.md inline as terms resolve, and offers ADRs sparingly. Produces a committed product-spec markdown at `.maestro/specs/<slug>.md` ready for `maestro task from-spec`. Use when the user wants to author or refine a spec before planning or implementation.

2026-05-18
maestro-mission
Spécialistes en gestion de projets

Turn an approved heavy-mode product-spec into an executable mission with child tasks. Use after `maestro-design` has produced a `mode: heavy` spec, or when a single task has grown big enough that it should be decomposed into a multi-PR batch. Persists the mission to `.maestro/missions/missions.jsonl` and the child tasks to `.maestro/tasks/tasks.jsonl`.

2026-05-18
maestro-agent-base
Développeurs de logiciels

Base procedures for all mission agents: startup, cleanup, and handoff. REQUIRED skill for all mission feature implementations.

2026-04-23
maestro-blueprint
Développeurs de logiciels

Generate visual HTML blueprint pages and structured plan specs for maestro project features. Explores the codebase, produces a `.md` plan in maestro format (Context, Critical Files, Design Decisions, Phases with Tasks and acceptance criteria) saved to `.maestro/plans/`, plus a visual HTML presentation. Use when the user asks to blueprint a maestro feature, plan an implementation for this project, or says "blueprint X" while working in the maestro codebase. Also use proactively for non-trivial maestro changes that span multiple files or architectural concerns.

2026-04-23
Showing top 8 of 19 collected skills in this repository.
#004
Skills
16 skills20updated 2026-05-26
15% of creator
codex-goal-loop
Développeurs de logiciels

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 uses GPT-5.4 high, implementation and gate-fix subagents use model 5.5 high, and review gates use model 5.4.

2026-05-26
goal-loop
Développeurs de logiciels

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 protocol gate every phase, IMPLEMENTATION_NOTES.md captures off-spec decisions. Self-contained — orchestrator and review-swarm protocols ship inline as references, no third-party skill dependencies. Use when the user invokes /goal-loop <plan-path>, when /goal hook fires with a goal-loop directive, or when the user wants autonomous phase-by-phase execution of a markdown plan file. Pairs with goal-distill (which produces compatible plan prompts).

2026-05-24
goal-distill
Spécialistes en gestion de projets

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 condition fires. Universal — works in any repo, writes no files. Copies the prompt to the clipboard on macOS. Use this whenever the user says "distill goal", "distill this session", "goal-distill", "reconstruct goal", "rebuild the spec", "rebuild the masterplan", "give me a /goal", "phase-by-phase to the goal", "loop until done", "iterate toward the goal", or "turn this into a /goal prompt I can paste later" — and prefer it even when the user doesn't name the skill but clearly wants this session compressed into a runnable prompt for a future agent.

2026-05-16
next-move
Directeurs marketing

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 direction and priorities. Also trigger when the user seems stuck choosing between competing features, is evaluating what matters most, or asks open-ended questions like "what would you do with this project?" or "what am I missing?"

2026-05-16
orchestrator
Spécialistes en gestion de projets

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 yourself", "delegate this", "break this up and dispatch it", or explicitly invokes /orchestrator. Also use when the user frames the session as brainstorming-to-spec-to-delegation and wants Claude to stay out of the implementation seat.

2026-05-16
bug-hunt-swarm
Analystes en assurance qualité des logiciels et testeurs

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 code edits.

2026-05-16
review-swarm
Analystes en assurance qualité des logiciels et testeurs

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 review, or wants high-signal issues plus a prioritized fix path without editing files.

2026-05-16
visual-explainer
Développeurs de logiciels

Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data — including interactive Mermaid diagrams with auto-playing source→target flow animation, hover-to-trace the full upstream+downstream chain, and tap-to-pin a node + open its detail panel. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.

2026-05-16
Showing top 8 of 16 collected skills in this repository.
4 sur 4 depots affiches
Tous les depots sont affiches