multiAI Summary Pending
conductor-manage
Manage track lifecycle: archive, restore, delete, rename, and cleanup
28,273 stars
bysickn33
Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/conductor-manage/SKILL.md --create-dirs "https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/plugins/antigravity-awesome-skills-claude/skills/conductor-manage/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/conductor-manage/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How conductor-manage Compares
| Feature / Agent | conductor-manage | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Manage track lifecycle: archive, restore, delete, rename, and cleanup
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Track Manager Manage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. ## Use this skill when - Archiving, restoring, renaming, or deleting Conductor tracks - Listing track status or cleaning orphaned artifacts - Managing the track lifecycle across active, completed, and archived states ## Do not use this skill when - Conductor is not initialized in the repository - You lack permission to modify track metadata or files - The task is unrelated to Conductor track management ## Instructions - Verify `conductor/` structure and required files before proceeding. - Determine the operation mode from arguments or interactive prompts. - Confirm destructive actions (delete/cleanup) before applying. - Update `tracks.md` and metadata consistently. - If detailed steps are required, open `resources/implementation-playbook.md`. ## Safety - Backup track data before delete operations. - Avoid removing archived tracks without explicit approval. ## Resources - `resources/implementation-playbook.md` for detailed modes, prompts, and workflows.