conductor-upgrade

Installation
SKILL.md

Conductor Upgrade

Overview

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.

Workflow

  1. 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.

  2. Asset Synchronization: Directly copy/overwrite static templates from the reference to the skill assets:

    • conductor/templates/workflow.md -> assets/templates/workflow.md
    • conductor/templates/code_styleguides/*.md -> assets/templates/code_styleguides/*.md
  3. Protocol 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).

  4. 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.

  5. Metadata & Docs: Update the metadata.version in each SKILL.md and append a version notice to the changelog in each CLAUDE.md.

Implementation Details

Related skills

More from airclear/skills

Installs
1
Repository
airclear/skills
GitHub Stars
2
First Seen
Mar 28, 2026