Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

Maestro-CLI

يحتوي Maestro-CLI على 44 من skills المجمعة من ReinaMacCredy، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
44
Stars
0
محدث
2026-03-24
Forks
0
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

maestroagents-md
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-03-24
maestrodesign
متخصصو إدارة المشاريع

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
مطوّرو البرمجيات

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

2026-03-24
maestrodocker
مديرو الشبكات وأنظمة الحاسوب

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
maestronext-move
مطوّرو البرمجيات

Strategic analysis of a project to identify the single highest-leverage, most innovative addition. Use when the user asks what to build next, what the most impactful improvement would be, what's missing, or any question about strategic direction and priorities. Also use when stuck choosing between competing features.

2026-03-24
maestronote
مطوّرو البرمجيات

Capture decisions, constraints, and context to persistent memory. Global memory is injected into every session and implementation run. Per-feature memory tracks working context.

2026-03-24
maestroparallel-exploration
مطوّرو البرمجيات

Use when you need parallel, read-only exploration with task() (Scout fan-out)

2026-03-24
maestroplan-review-loop
متخصصو إدارة المشاريع

Deep-review any plan (maestro, Codex, Claude Code plan mode, or plain markdown) using iterative subagent review loops with BMAD-inspired adversarial edge-case discovery. Spawns reviewer subagents that find issues using pre-mortem, inversion, and red-team techniques, auto-fixes them with structured fix strategies, and re-reviews until the plan passes with zero actionable issues. Use when the user says 'review the plan', 'deep review', 'check the plan thoroughly', 'review loop', 'validate before approving', or wants rigorous plan validation before execution. Also use proactively before plan-approve when the plan is complex or high-risk.

2026-03-24
maestroprompt-leverage
مطوّرو البرمجيات

Strengthen a raw user prompt into an execution-ready instruction set for Claude Code, Amp, 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.

2026-03-24
maestrorevert
مطوّرو البرمجيات

Git-aware revert of feature, phase, or individual task. Safely undoes implementation with task state rollback.

2026-03-24
maestroreview
محللو ضمان جودة البرمجيات والمختبرون

Code review for a feature against its spec and plan. Verifies implementation matches requirements, checks code quality and security.

2026-03-24
maestrosimplify
محللو ضمان جودة البرمجيات والمختبرون

Review changed code for reuse, quality, and efficiency, then fix issues found. Use after implementing a task or feature -- catches duplication, hacky patterns, and wasted work before review.

2026-03-24
maestrotdd
محللو ضمان جودة البرمجيات والمختبرون

Use when implementing any feature or bugfix, before writing implementation code

2026-03-24
maestroverification
محللو ضمان جودة البرمجيات والمختبرون

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-03-24
maestrovisual
مطوّرو البرمجيات

Create interactive HTML visualizations of maestro state and debug data

2026-03-24
maestro-pipeline-test
محللو ضمان جودة البرمجيات والمختبرون

Run a full end-to-end smoke test of all 34 maestro MCP tools AND the CLI commands in a single session. Use this skill when testing the maestro pipeline, verifying tool installation, validating a maestro setup, or checking that all tool groups work (feature, plan, task, memory, meta, graph, handoff, search). Trigger on "test maestro", "smoke test", "pipeline test", "verify all tools", "run pipeline test", or whenever the user wants to confirm maestro is functioning correctly -- even if they just say "does it work?" in a maestro context.

2026-03-21
maestrodesign
مطوّرو البرمجيات

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 new-track but far richer. Use for multi-component systems, regulated domains, or unclear requirements.

2026-03-21
maestronew-track
مطوّرو البرمجيات

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-21
maestroplan-review-loop
محللو ضمان جودة البرمجيات والمختبرون

Deep-review any plan (maestro, Codex, Claude Code plan mode, or plain markdown) using iterative subagent review loops with BMAD-inspired adversarial edge-case discovery. Spawns reviewer subagents that find issues using pre-mortem, inversion, and red-team techniques, auto-fixes them with structured fix strategies, and re-reviews until the plan passes with zero actionable issues. Use when the user says 'review the plan', 'deep review', 'check the plan thoroughly', 'review loop', 'validate before approving', or wants rigorous plan validation before execution. Also use proactively before plan-approve when the plan is complex or high-risk.

2026-03-20
maestroplan-review-loop
متخصصو إدارة المشاريع

Deep-review any plan (maestro, Codex, Claude Code plan mode, or plain markdown) using iterative subagent review loops with BMAD-inspired adversarial edge-case discovery. Spawns reviewer subagents that find issues using pre-mortem, inversion, and red-team techniques, auto-fixes them with structured fix strategies, and re-reviews until the plan passes with zero actionable issues. Use when the user says 'review the plan', 'deep review', 'check the plan thoroughly', 'review loop', 'validate before approving', or wants rigorous plan validation before execution. Also use proactively before plan-approve when the plan is complex or high-risk.

2026-03-20
maestroresearch
مطوّرو البرمجيات

Structured research workflow for maestro features. Guides tool selection across three tiers (codebase exploration, Context7 for library docs, NotebookLM for deep analysis), defines research patterns, finding organization via memory_write, and completion criteria. Use during the research pipeline stage after feature_create and before plan_write. Also use when investigating a problem space, comparing technical approaches, gathering context on unfamiliar code, or needing to understand external library APIs before making architectural decisions.

2026-03-16
maestrobrainstorming
مطوّرو البرمجيات

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

2026-03-16
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.

2026-03-16
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.

2026-03-16
maestroagents-md
مطوّرو البرمجيات

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-16
maestrobrainstorming
متخصصو إدارة المشاريع

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

2026-03-16
maestrodebugging
مطوّرو البرمجيات

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

2026-03-16
maestrodispatching
مطوّرو البرمجيات

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

2026-03-16
maestrodocker
مطوّرو البرمجيات

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

2026-03-16
maestroimplement
مطوّرو البرمجيات

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

2026-03-16
maestronote
مطوّرو البرمجيات

Capture decisions, constraints, and context to persistent notepad. Priority notes are injected into every session and implementation run.

2026-03-16
maestroparallel-exploration
مطوّرو البرمجيات

Use when you need parallel, read-only exploration with task() (Scout fan-out)

2026-03-16
maestroprompt-leverage
مطوّرو البرمجيات

Strengthen a raw user prompt into an execution-ready instruction set for Claude Code, Amp, 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.

2026-03-16
maestrorevert
مطوّرو البرمجيات

Git-aware revert of track, phase, or individual task. Safely undoes implementation with plan state rollback.

2026-03-16
maestroreview
محللو ضمان جودة البرمجيات والمختبرون

Code review for a track against its spec and plan. Verifies implementation matches requirements, checks code quality and security.

2026-03-16
maestrosetup
مطوّرو البرمجيات

Scaffolds project context (product, tech stack, coding guidelines, product guidelines, workflow) and initializes track registry. Use for first-time project onboarding.

2026-03-16
عرض أهم 40 من أصل 44 skills مجمعة في هذا المستودع.