npx skills add sickn33/agentic-awesome-skills --skill conductor-manage
rmyndharis/antigravity-skills
conductor-manage
Manage track lifecycle: archive, restore, delete, rename, and cleanup
Installation
npx skills add rmyndharis/antigravity-skills --skill conductor-manage
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Configure .conductor/settings.toml, migrate legacy conductor.json, and set up local/cloud Condu…
14 installsUse when the user asks to "run my launch day", "build a launch day runbook / war room", or "dec…
10 installsWalk the guided 6-gate release runbook (G0 readiness, G1 adversarial review, G2 version bump an…
494 installsExecute tasks from a track's implementation plan following TDD workflow
382 installsManage track lifecycle: archive, restore, delete, rename, and cleanup
373 installsCreate a new track with specification and phased implementation plan
372 installsAlso in this package
Other skills from rmyndharis/antigravity-skills · top by installs.
npx skills add rmyndharis/antigravity-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
npx skills add smithery/sickn33 --skill conductor-manage
Repository health
main
Skill metadata
Parsed from SKILL.md frontmatter.
More metadata
- argument-hint
- [--archive | --restore | --delete | --rename | --list | --cleanup]
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,331 B -
docs
SUMMARY.md93 B
History
- First seen on skills.sh
- First recorded snapshot · 20 installs
SKILL.md
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.mdand 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.mdfor detailed modes, prompts, and workflows.