Antigravity-awesome-skills conductor-manage
Manage track lifecycle: archive, restore, delete, rename, and cleanup
install
source · Clone the upstream repo
git clone https://github.com/sickn33/antigravity-awesome-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/sickn33/antigravity-awesome-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/antigravity-awesome-skills/skills/conductor-manage" ~/.claude/skills/sickn33-antigravity-awesome-skills-conductor-manage-127ccc && rm -rf "$T"
manifest:
plugins/antigravity-awesome-skills/skills/conductor-manage/SKILL.mdsource content
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
structure and required files before proceeding.conductor/ - Determine the operation mode from arguments or interactive prompts.
- Confirm destructive actions (delete/cleanup) before applying.
- Update
and metadata consistently.tracks.md - 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
for detailed modes, prompts, and workflows.resources/implementation-playbook.md
Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.