ckorhonen

Install Conductor — Development skill for Claude Code

Development community

Create a conductor.json file with appropriate scripts for this project.

How to install Install Conductor

Installs to ~/.claude/skills/ckorhonen-claude-skills-install-conductor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ckorhonen-claude-skills-install-conductor && curl -fsSL https://raw.githubusercontent.com/ckorhonen/claude-skills/HEAD/commands/install-conductor.md -o ~/.claude/skills/ckorhonen-claude-skills-install-conductor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Install Conductor does


description: Create a conductor.json file with appropriate scripts for this project allowed-tools: Read, Write, Bash(cat:*), Bash(ls:*)

Install Conductor

Generate a `conductor.json` file for this project based on detected project type and configuration.

Project Detection

Package Manager Detection

  • package-lock.json: !ls package-lock.json 2>/dev/null && echo "npm detected"
  • yarn.lock: !ls yarn.lock 2>/dev/null && echo "yarn detected"
  • bun.lockb: !`ls bun.lockb 2>/dev/n

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Interview Script — Create structured customer interview scripts with JTBD probing 7.8k ★
  • Claude Hooks Mastery — 3,300+ Complete mastery guide for Claude Code hooks with production-ready scripts 3.4k ★

Full documentation available on GitHub

View Source Repository