Back to Skills

conductor-manage

majiayu000
Updated Yesterday
58
9
58
View on GitHub
Otherapi

About

This skill manages Conductor track lifecycle operations including archiving, restoring, deleting, renaming, and cleaning up orphaned artifacts. Use it when you need to modify track states or metadata across active, completed, and archived workflows. It requires Conductor to be initialized and appropriate permissions for track modifications.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/conductor-manage

Copy and paste this command in Claude Code to install this skill

Documentation

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.

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/conductor-manage

Related Skills

creating-opencode-plugins

Meta

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

View skill

evaluating-llms-harness

Testing

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

cloudflare-turnstile

Meta

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

View skill