maestro-help
Maestro Flow 命令帮助系统。搜索命令、浏览技能、工作流推荐、新手引导。Triggers on "maestro-help", "帮助", "命令", "怎么用", "skill", "workflow", "maestro 怎么用".
Create, revise, and format thesis or dissertation Word documents with strict academic formatting control. Use when an AI agent needs to generate or revise thesis content, normalize Word styles, follow a school template, fix captions or page numbers or section levels, or produce
$ npx -y skills add catlog22/maestro-flow --skill scholar-thesis-docx --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/scholar-thesis-docxContext preview
The summary Claude sees to decide when to auto-load this skill.
Create, revise, and format thesis or dissertation Word documents with strict academic formatting control. Use when an AI agent needs to generate or revise thesis content, normalize Word styles, follow a school template, fix captions or page numbers or section levels, or produce
name: thesis-docx disable-model-invocation: true description: Create, revise, and format thesis or dissertation Word documents with strict academic formatting control. Use when an AI agent needs to generate or revise thesis content, normalize Word styles, follow a school template, fix captions or page numbers or section levels, or produce evidence-based Mermaid figures and LaTeX-formatted code listings for a thesis document. session-mode: none
Use this skill for thesis-oriented `.docx` work where content quality and format fidelity both matter. Prefer Microsoft Word desktop automation over WPS-like alternatives whenever the task involves batch formatting, styles, captions, pagination, tables of contents, or cross-references.
This skill is designed to avoid the most common thesis-editing failure mode: the agent makes broad formatting changes too early, introduces new layout problems, and then forces the user to catch them one by one. The default behavior should therefore be:
1. audit first, 2. separate explicit school requirements from unspecified formatting, 3. fix only what is justified, 4. re-check page by page before claiming completion.
1. **Codebase docs**: If `.workflow/codebase/ARCHITECTURE.md` exists, read for project context 2. **Specs**: `maestro load --type spec --category coding` — load coding conventions 3. **Wiki knowledge**: `maestro search "thesis academic writing docx formatting" --json` — top 5 entries as prior context 4. All optional — proceed without if unavailable
1. Check Microsoft Word and COM/DOM automation first.
powershell -ExecutionPolicy Bypass -File scripts/check_word_com.ps1 -Json
fidelity for thesis formatting. 2. Read the user's real constraints before editing.
existing document, sample pages, and any explicit chapter rules.
standards. Use conservative academic defaults and say that they are defaults.
3. Audit the DOCX / OOXML before risky bulk edits.
text, and style-ID mismatches before deciding on a repair strategy. 4. Standardize with styles, not scattered direct formatting.
abstract, and appendix styles separate and consistent.
direct paragraph formatting or OOXML overrides that will survive the style change. 5. Edit content only from user-provided facts.
evidence, codebase, notes, or source material.
6. Generate figures only when the source material is sufficient.
diagrams, and similar thesis figures.
the user, such as code, SQL schema, API docs, project docs, or the thesis draft itself.
for the missing source information. 7. Typeset code with LaTeX conventions when thesis code excerpts are needed.
8. Audit before you claim completion.
page number scheme, cross-references, hidden paragraph overrides.
you clearly state the remaining manual visual checks.
their font, spacing, indentation, and numbering behavior.
bring the document back under style control.
Examples of high-risk overreach:
state such as `firstLineChars`, numbering indentation, `titlePg`, `differentFirstPageHeaderFooter`, REF field display text, and direct run formatting.
Before bulk editing, prod
Intent-driven workflow orchestration for multi-agent AI development — adaptive lifecycle engine, self-reinforcing knowledge graph, and visual dashboard for Claude Code, Gemini, Codex & more
Repo: catlog22/maestro-flow
Maestro Flow 命令帮助系统。搜索命令、浏览技能、工作流推荐、新手引导。Triggers on "maestro-help", "帮助", "命令", "怎么用", "skill", "workflow", "maestro 怎么用".
Meta-skill for creating new Claude Code skills with configurable execution modes. Supports sequential (fixed order) and autonomous (stateless) phase patterns.…
Iterative skill tuning via execute-evaluate-improve feedback loop. Uses maestro delegate Claude to execute skill, Agy to evaluate quality, and Agent to apply…
SKILL.md simplification with functional integrity verification. Analyze redundancy, optimize content, check no functionality lost. Triggers on "simplify…
Universal skill diagnosis and optimization tool. Detect and fix skill execution issues including context explosion, long-tail forgetting, data flow disruption,…
Unified team skill for architecture optimization. Uses team-worker agent architecture with role directories for domain logic. Coordinator orchestrates…