maestro-help

Solid

Maestro Flow 命令帮助系统。搜索命令、浏览技能、工作流推荐、新手引导。Triggers on "maestro-help", "帮助", "命令", "怎么用", "skill", "workflow", "maestro 怎么用".

AI & Automation 482 stars 62 forks Updated today

Install

View on GitHub

Quality Score: 87/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
0
Description 5%
100

Skill Content

# Maestro Help Maestro Flow 命令帮助系统,提供命令搜索、技能浏览、工作流推荐、新手引导功能。 ## Trigger Conditions - 关键词: "maestro-help", "帮助", "命令", "怎么用", "maestro 怎么用", "工作流", "skill", "workflow", "有哪些命令", "用什么命令" - 场景: 询问命令用法、搜索命令、请求下一步建议、选择工作流、浏览 Skill/Agent 目录 - 斜杠: `/maestro-help`, `/maestro-help search <keyword>`, `/maestro-help skills`, `/maestro-help guide` ## Architecture Overview ``` ┌──────────────────────────────────────────────────────────────────┐ │ Maestro Help (SKILL.md) — Orchestrator │ │ → Parse intent → Route to mode → Execute phase → Present │ └────────────────────────┬─────────────────────────────────────────┘ │ ┌────────────────────┼────────────────────────┐ ↓ ↓ ↓ ┌──────────┐ ┌──────────────┐ ┌──────────┐ │ Phase 1 │ │ Phase 2 │ │ Phase 3 │ │ Parse │─────→│ Search & │────────→│ Workflow │ │ Intent │ │ Present │ │ Guide │ └──────────┘ └──────────────┘ └──────────┘ ↑ ↗ │ └──────┘ ↓ (refine search) present guide ``` ## Key Design Principles 1. **Catalog 驱动**: 所有查询基于 `index/catalog.json`,不做硬编码 2. **Guide 深度链接**: 命令详情链接到 `guide/` 目录中的参考文档 3. **上下文感知**: 根据项目状态(.workflow/ 是否存在、当前 Phase)调整推荐 4. **中英双语**: 命令名英文,说明和示例中文 ## Data Source Single source of truth: **[index/catalog.json](index/cata...

Details

Author
catlog22
Repository
catlog22/maestro-flow
Created
4 months ago
Last Updated
today
Language
TypeScript
License
None

Similar Skills

Semantically similar based on skill content — not just same category