plugins/conductor/skills/help/SKILL.md
Get help with Conductor - commands, usage examples, and best practices
npx skillsauth add madappgang/claude-code helpInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
plugin: conductor updated: 2026-01-20
Conductor implements Context-Driven Development for Claude Code.
Context as a Managed Artifact: Your project context (goals, tech stack, workflow) is documented and maintained alongside your code. This context guides all development work.
Pre-Implementation Planning: Before coding, create a spec (WHAT) and plan (HOW). This ensures clear direction and traceable progress.
Safe Iteration: Human approval gates at key points. Git-linked commits for traceability. Easy rollback when needed.
Initialize Conductor for your project.
Create a new development track.
Execute tasks from your plan.
View project progress.
Git-aware logical undo.
conductor:setup to create context filesconductor:new-track to create your first trackconductor:implement to start workingconductor:status to see progressconductor:revert if you need to roll backconductor/
├── product.md # Project vision and goals
├── tech-stack.md # Technical preferences
├── workflow.md # Development procedures
├── tracks.md # Index of all tracks
└── tracks/
└── {track_id}/
├── spec.md # Requirements specification
├── plan.md # Hierarchical task plan
└── metadata.json
"Conductor not initialized"
Run conductor:setup to initialize the conductor/ directory.
"Track not found" Check tracks.md for available tracks. Track IDs are case-sensitive.
"Revert failed" Check for uncommitted changes. Commit or stash before reverting.
Use conductor:help anytime for this reference.
For issues, check the project documentation or file an issue.
testing
A test skill for validation testing. Use when testing skill parsing and validation logic.
tools
--- name: bad-skill description: This skill has invalid YAML in frontmatter allowed-tools: [invalid, array, syntax prerequisites: not-an-array --- # Bad Skill This skill has malformed frontmatter that should fail parsing. The YAML has: - Unclosed array bracket - Wrong type for prerequisites (should be array, not string)
tools
Plugin release process for MAG Claude Plugins marketplace. Covers version bumping, marketplace.json updates, git tagging, and common mistakes. Use when releasing new plugin versions or troubleshooting update issues.
testing
Fetch trending programming models from OpenRouter rankings. Use when selecting models for multi-model review, updating model recommendations, or researching current AI coding trends. Provides model IDs, context windows, pricing, and usage statistics from the most recent week.