conductor-manage

Manage conductor tracks lifecycle from active to archived with git-based auditing.

Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-manage
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor-manage
Source: https://github.com/chicanoandres702/SentientAIBrowser/tree/main/.agents/workflows/conductor-manage
Command: npx skills add https://github.com/chicanoandres702/SentientAIBrowser --skill conductor-manage

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill governs the complete lifecycle of conductor tracks, enabling archiving, restoration, renaming, deletion, and cleanup while keeping the registry in sync with the filesystem.

Core Features & Use Cases

  • Centralized lifecycle management for active, completed, and archived tracks.
  • Safe operations with pre-flight checks, explicit confirmations, and git-based auditing.
  • Interactive and automated workflows for listing, archiving with reasons, restoring, and deleting tracks.

Quick Start

Run the conductor manage command to interactively manage tracks from the registry and filesystem.

Frequently Asked Questions about conductor-manage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I archive completed conductor tracks with an audit trail?

You can archive conductor tracks by supplying a specific reason for the operation. The Skill enforces git-based auditing and strict existence checks, ensuring every archived track is safely recorded and synced between the filesystem and registry.

What is the safest way to permanently delete conductor tracks?

Permanent deletion of conductor tracks requires explicit confirmation to prevent accidental data loss. The Skill applies pre-flight checks and YAML frontmatter validation to safeguard destructive actions before removing the track from the registry and filesystem.

Can I restore and rename archived conductor tracks back to an active state?

Yes, you can restore and rename archived conductor tracks. The Skill manages the full track lifecycle, allowing you to transition tracks across active, completed, and archived states while keeping the registry synchronized.

How do I list all active and archived conductor tracks in my workflow?

You can list all conductor tracks by running the interactive manage command. This workflow displays active, completed, and archived tracks, allowing you to review the registry and select specific tracks for cleanup, restoration, or renaming.

Do I need git configured to manage conductor track lifecycles?

Git is used for auditing track lifecycle operations like archiving and permanent deletion. While interactive listing and renaming function independently, git-based auditing provides the version history and safety checks required for destructive actions.

Why does track cleanup fail when conductor tracks are missing from the filesystem?

Track cleanup fails because the Skill enforces strict existence checks and requires YAML frontmatter presence. This pre-flight validation prevents registry corruption by ensuring the track actually exists before applying any lifecycle modifications.