{
  "schema": "https://ai-atoms.com/schemas/skill-v1.json",
  "type": "skill",
  "id": "skill/conductor-manage",
  "version": "1.0.0",
  "name": "Conductor Manage",
  "description": "Manage track lifecycle: archive, restore, delete, rename, and cleanup",
  "system_prompt_fragment": "# Track Manager\n\nManage the complete track lifecycle including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts.\n\n## Use this skill when\n\n- Archiving, restoring, renaming, or deleting Conductor tracks\n- Listing track status or cleaning orphaned artifacts\n- Managing the track lifecycle across active, completed, and archived states\n\n## Do not use this skill when\n\n- Conductor is not initialized in the repository\n- You lack permission to modify track metadata or files\n- The task is unrelated to Conductor track management\n\n## Instructions\n\n- Verify `conductor/` structure and required files before proceeding.\n- Determine the operation mode from arguments or interactive prompts.\n- Confirm destructive actions (delete/cleanup) before applying.\n- Update `tracks.md` and metadata consistently.\n- If detailed steps are required, open `resources/implementation-playbook.md`.\n\n## Safety\n\n- Backup track data before delete operations.\n- Avoid removing archived tracks without explicit approval.\n\n## Resources\n\n- `resources/implementation-playbook.md` for detailed modes, prompts, and workflows.",
  "applicable_domains": [
    "other"
  ],
  "category": "other",
  "invocation": [
    "/conductor-manage"
  ],
  "authored_by": "claudeskills.in community",
  "source_url": "https://claudeskills.in/skill/conductor-manage",
  "provenance": {
    "source": "claudeskills.in",
    "source_url": "https://claudeskills.in/skill/conductor-manage",
    "license": "unknown",
    "imported_at": "2026-09-03",
    "notes": "Aggregated by claudeskills.in from community GitHub lists."
  },
  "tags": [
    "claudeskills",
    "other"
  ],
  "lifecycle": "draft"
}