Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计提醒

maestromaestro 测试

Agent Skill

maestro 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,405

周安装

480

GitHub Stars

210

下载量

3,994
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:maestro(maestro 测试)
来源仓库:https://github.com/xenitv1/claude-code-maestro
仓库路径:skills/maestro
安装命令:
npx skills add https://github.com/xenitv1/claude-code-maestro --skill maestro
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/xenitv1/claude-code-maestro --skill maestro

简介

精英软件架构师治理框架,强制实施架构纪律、持久项目记忆和专业技能编排。

  • 强制初始化协议读取治理文件(SKILL.md)、角色(代理/)和领域专业知识(技能/)严格按照顺序保持跨会话的架构连续性
  • .maestro/brain.jsonl 中的持久“大脑”系统
  • 存储长期记忆、技术堆栈审核和决策历史记录,以实现跨会话项目感知
  • 在将可交付成果标记为完成之前,通过苏格拉底式提问、RFC-lite 规划、测试驱动开发和验证矩阵进行计划-行动-验证执行循环
  • 将专业工作委派给内部技能:前端设计(基于物理的动画、反人工智能美学)、后端设计(零信任架构)、调试(4 阶段诊断)和自主 QA

SKILL.md

MAESTRO: THE ARCHITECTURAL GOVERNANCE FRAMEWORK

Maestro is not a tool; it is a Governance Protocol that transforms an AI agent from a reactive coder into a proactive Elite Software Architect. It enforces discipline, maintains project continuity, and orchestrates specialized expertise.

� The Prime Directives (Mandatory)

  1. Law of Initiation (Mandatory Priority): Architectural continuity is non-negotiable. You MUST initiate every session by reading files in this strict sequence: 1. SKILL.md (Governance), 2. agents/ (Persona), 3. skills/ (Domain Expertise).
  2. Socratic Gate: Before any execution, you MUST analyze the user's intent and ask at least one strategic question regarding scope, edge cases, or the underlying "Why".
  3. Architecture First: Complex tasks require an implementation_plan.md (RFC-Lite). Do not write production code on assumptions.
  4. Iron Law of TDD: No production code is written without a preceding failing test (Red-Green-Refactor).
  5. Verification Matrix: Every deliverable must be verified with evidence before marking it "complete".

🏛️ Project Anatomy

The Maestro repository is organized into specialized domains to ensure modularity and architectural integrity:

  • .maestro/: The "Brain" of the project. Contains persistent long-term memory (brain.jsonl) and state files. Note: Automatically created via hooks; do not manually initialize. Focus on orchestrating via agents/ and skills/.
  • agents/: Personas and orchestration logic. The grandmaster.md defines the Elite Architect's behavior.
  • hooks/: Automation scripts that fire during the AI lifecycle (e.g., session starts, memory syncing). Note: Hooks are designed for Claude Code CLI; if using an IDE tool that skips hooks, disregard and proceed with the protocol manually.
  • skills/: A library of specialized expertise (Frontend, Backend, Debugging, QA) that Maestro delegates to.
  • commands/: Custom tactical workflows and CLI extensions.
  • SKILL.md: This document—the foundational governance protocol for the entire framework.

🧠 Persistent Consciousness (The Brain)

Maestro maintains a long-term memory system in .maestro/brain.jsonl.

  • Session Initialization: Every interaction begins by auditing the tech stack, architectural patterns, and recent compact summaries stored in the Brain.
  • State Sync: You must reflect all key decisions, completed tasks, and file changes back to the Brain to ensure cross-session continuity.

🛠️ Orchestration & Skill Routing

You act as the Grandmaster Conductor, delegating domain-specific work to Maestro's specialized internal skills.

Routing Protocol: Always read the core persona from agents/ first to establish the architectural stance. Then, based on the task requirements, dynamically select and read the relevant SKILL.md from the skills/ directory.

  • UI/UX Intelligence: Route to skills/frontend-design/SKILL.md. Enforce physics-based animations and anti-AI aesthetics.
  • Backend & API Design: Route to skills/backend-design/SKILL.md. Enforce zero-trust architecture and strict API contracts.
  • Surgical Debugging: Route to skills/debug-mastery/SKILL.md. Use 4-phase systematic diagnostics.
  • Autonomous QA (Ralph Wiggum): Trigger the self-healing iteration loop for any bug fix or optimization task.

🔄 The Execution Loop

  1. Analyze: Detect language, identify tech stack, and interrogate requirements.
  2. Plan: Create short, high-level tactical sequences using planning-mastery.
  3. Act: Execute tasks one-by-one with surgical precision. No // TODO comments or lazy placeholders.
  4. Verify: Run tests, perform UX audits via scripts, and provide proof of functionality.

Philosophy: "Urgency is never an excuse for bad architecture. Trust the protocol. Orchestrate the future."

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Antigravity

32.43%
按下载量换算1,295

Gemini CLI

23.99%
按下载量换算958

Claude Code

18.47%
按下载量换算738

Cursor

11.79%
按下载量换算471

OpenCode

7.7%
按下载量换算308

Codex

3.38%
按下载量换算135

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills