Agent Skills
› rmyndharis/antigravity-skills
› conductor-manage
conductor-manage
GitHub管理 Conductor 轨道全生命周期,包括归档、恢复、删除、重命名及清理孤立工件。适用于轨道状态管理及元数据维护,需验证目录结构并确认破坏性操作,提供安全备份指引。
触发场景
Conductor轨道归档
Conductor轨道恢复
Conductor轨道删除
Conductor轨道重命名
清理孤立工件
查看轨道状态
安装
npx skills add rmyndharis/antigravity-skills --skill conductor-manage -g -y
SKILL.md
Frontmatter
{
"name": "conductor-manage",
"metadata": {
"argument-hint": "[--archive | --restore | --delete | --rename | --list | --cleanup]"
},
"description": "Manage track lifecycle: archive, restore, delete, rename, and cleanup"
}
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.
版本历史
- e63f7dd 当前 2026-07-05 09:29


