skills/bmad-sync/SKILL.md
Maintenance skill for synchronizing BMad framework source files from the project root (references/) to aggregate skills (bmad-core, bmad-bmm, bmad-tea). Use when a new BMad version is released or when source files need to be refreshed.
npx skillsauth add airclear/skills bmad-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a maintenance specialist for the BMad Agent Skills Library. Your goal is to ensure all aggregate BMad skills reflect the latest source version from the root references/ directory.
When asked to "sync bmad" or "upgrade bmad skills", follow these steps:
Identify the source directory in the root references/bmad-[version]/.
6.0.4)Execute a clean sync (wipe assets/source/ first) for each module:
_config/ -> skills/bmad-core/assets/source/_config/core/ -> skills/bmad-core/assets/source/core/_config/ -> skills/bmad-bmm/assets/source/_config/bmm/ -> skills/bmad-bmm/assets/source/bmm/_config/ -> skills/bmad-tea/assets/source/_config/tea/ -> skills/bmad-tea/assets/source/tea/For each synchronized skill, update its SKILL.md YAML frontmatter:
metadata.version to the detected BMad version.CLAUDE.md if present.After syncing, verify that module-help.csv exists in each skill's assets/source/ and conforms to the Agent Skills specification using skills-ref validate if available.
# Clean and Sync Core
rm -rf skills/bmad-core/assets/source/*
mkdir -p skills/bmad-core/assets/source/_config skills/bmad-core/assets/source/core
cp -rv references/bmad-6.0.4/_config/* skills/bmad-core/assets/source/_config/
cp -rv references/bmad-6.0.4/core/* skills/bmad-core/assets/source/core/
Detailed sync instructions can be found in Sync Protocol.
tools
天帆 (Vela) 需求入库 - 将需求录入 product/01_inbox/,自动分配编号、创建目录结构、更新索引。 触发场景:用户说"入库"、"新增需求"、"记录需求"、"需求入库"、"把这个需求录进去"、"登记需求"、"需求登记", 或者用户附带了一个需求文件并说"入库"/"录入"/"记录"。 即使用户只说"入库"或"把刚才说的需求录进去"也应触发此 Skill。 注意:用户可能在多轮对话中先描述需求,最后才说"入库",需要回溯对话提取需求内容。
data-ai
天帆 (Vela) AI 原生产研平台 - 项目初始化。当用户想要初始化新项目、创建项目目录结构、搭建 AI-Native SDLC 项目骨架时使用。 关键词触发:初始化项目、新建项目、vela init、项目骨架、创建项目结构、project init、scaffold project、AI 原生项目。 即使用户只说"帮我建个新项目"或"按 vela 结构初始化"也应触发此 Skill。
tools
Use when user requests diagrams, flowcharts, architecture charts, or visualizations. Also use proactively when explaining systems with 3+ components, complex data flows, or relationships that benefit from visual representation. Generates .drawio XML files and exports to PNG/SVG/PDF locally using the native draw.io desktop CLI. Supports modern "Premium Architecture" styles with card-based designs and layered layouts.
testing
This skill should be used when the user explicitly says "Nothing style", "Nothing design", "/nothing-design", or directly asks to use/apply the Nothing design system. NEVER trigger automatically for generic UI or design tasks. It provides guidance and templates for generating diagrams using the minimalist, industrial aesthetic of the Nothing design language.