skills/conductor-upgrade/SKILL.md
Orchestrates the upgrade of Conductor skills to a new version. It synchronizes protocols, templates, and SKILL.md logic based on the latest .toml command definitions and template files. Use when a new Conductor reference version is available.
npx skillsauth add airclear/skills conductor-upgradeInstall 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.
This skill provides a structured method for upgrading the Conductor Skills Suite to a new version of the Conductor framework. It ensures that every skill's "Surgical Logic" remains aligned with the latest .toml command prompts and that all static templates are correctly synchronized.
Version Identification: Locate the latest Conductor reference directory within the project's root references/ folder (e.g., references/conductor-0.3.1/). Always use the highest version number available.
Asset Synchronization: Directly copy/overwrite static templates from the reference to the skill assets:
conductor/templates/workflow.md -> assets/templates/workflow.mdconductor/templates/code_styleguides/*.md -> assets/templates/code_styleguides/*.mdProtocol Alignment: Read the .toml files in the new reference to identify logic changes. Update corresponding references/*.md in each skill (e.g., resolution-protocol.md, project-discovery.md).
Skill Logic Update: Update the SKILL.md of each affected skill to reflect new workflows, question batching, or mandatory constraints introduced in the new version.
Metadata & Docs: Update the metadata.version in each SKILL.md and append a version notice to the changelog in each CLAUDE.md.
Refer to the following protocol for detailed procedural instructions:
.toml logic to Skill protocols and template sync..toml command prompts and align the skill's protocol documentation manually. NEVER simply copy .toml prompts into Skill reference files.conductor-* skills MUST be updated to the same version simultaneously to avoid cross-skill protocol drift.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.