mcpbeat

Conductor Status

dokhacgiakhoa/conductor-status

Display project status, active tracks, and next actions

3k tokens
context cost
the whole folder, loaded on every use
13
files
instructions only
0
copies elsewhere
how many repositories repackaged it
505
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/Dokhacgiakhoa/Agent-Skills-4-Vibe-Coding-CLI --skill conductor-status

What comes with it

8 289 bytes besides the instruction
sub-skills/1-project-information.md
sub-skills/2-tracks-overview.md
sub-skills/3-detailed-track-analysis.md
sub-skills/4-blocker-detection.md
sub-skills/conductor-not-initialized.md
sub-skills/full-project-status-no-argument.md
sub-skills/no-tracks-found.md
sub-skills/phase-detection.md
sub-skills/progress-bar.md
sub-skills/single-track-status-with-track-id-argument.md
sub-skills/task-counting.md
sub-skills/track-not-found-with-argument.md

The instruction itself

19 sections, as written by the author

Conductor Status

Display the current status of the Conductor project, including overall progress, active tracks, and next actions.

Use this skill when

  • Working on conductor status tasks or workflows
  • Needing guidance, best practices, or checklists for conductor status

Do not use this skill when

  • The task is unrelated to conductor status
  • You need a different domain or tool outside this scope

Instructions

  • Clarify goals, constraints, and required inputs.
  • Apply relevant best practices and validate outcomes.
  • Provide actionable steps and verification.
  • If detailed examples are required, open resources/implementation-playbook.md.

Pre-flight Checks

  • Verify Conductor is initialized:
  • Check conductor/product.md exists
  • Check conductor/tracks.md exists
  • If missing: Display error and suggest running /conductor:setup first
  • Check for any tracks:
  • Read conductor/tracks.md
  • If no tracks registered: Display setup complete message with suggestion to create first track

Data Collection

🧠 Knowledge Modules (Fractal Skills)

1. 1. Project Information

2. 2. Tracks Overview

3. 3. Detailed Track Analysis

4. 4. Blocker Detection

5. Full Project Status (no argument)

6. Single Track Status (with track-id argument)

7. No Tracks Found

8. Conductor Not Initialized

9. Track Not Found (with argument)

10. Task Counting

11. Phase Detection

12. Progress Bar

How to use it

Copy the folder

Take dokhacgiakhoa/conductor-status from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.