Conductor Skill

Manage software development tracks from setup through review using a structured conductor directory.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/drinkspiller/antigravity-conductor --skill conductor-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Conductor Skill
Source: https://github.com/drinkspiller/antigravity-conductor/tree/main/skills/conductor
Command: npx skills add https://github.com/drinkspiller/antigravity-conductor --skill conductor-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill streamlines the entire software development lifecycle, from project setup and feature planning to implementation, review, and reverting changes, ensuring consistency and collaboration.

Core Features & Use Cases

  • Project Initialization: Sets up a structured conductor/ directory for project context.
  • Track Management: Creates, implements, and reviews new features or bug fixes via defined specifications and plans.
  • Workflow Automation: Automates task execution, testing, and code quality checks based on project workflows.
  • Use Case: A developer can use /conductor_newTrack to define a new feature, /conductor_implement to work through the plan, and /conductor_review to ensure it meets specifications before merging.

Quick Start

Use the Conductor Skill to set up a new project context by running /conductor_setup.

Frequently Asked Questions about Conductor Skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage the full software development lifecycle from specification to code review?

Manage the software development lifecycle by initializing a structured conductor directory to handle context setup, feature specification, sequential implementation, and code review against guidelines.

How do I automate task implementation and feature planning for a new development track?

Automate feature planning and task implementation by creating a new track with defined specifications, then sequentially executing the implementation plan while enforcing testing protocols and commit conventions.

What is the best way to ensure code review consistency against project specifications?

Ensure code review consistency by checking implemented work against the original feature specifications and project guidelines using a dedicated review command within the development workflow.

Can I revert implementation work if a development track fails testing protocols?

Yes, you can revert implementation work on a development track using a dedicated revert command to restore the project state if testing protocols or quality checks fail.

Does this development workflow automation require specific dependencies to operate?

No, this development workflow automation operates without external dependencies, using internal scripts and reference assets to manage project context and track execution.

Why use a structured directory for project context setup and track management?

A structured directory provides a persistent workspace for context setup, specification storage, and implementation plans, ensuring consistency and collaboration across the entire development lifecycle.