conductor-kit 0.1.68 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "conductor-kit",
3
- "version": "0.1.68",
3
+ "version": "0.2.0",
4
4
  "description": "Global skills pack and Go helper for Codex CLI and Claude Code",
5
5
  "keywords": [
6
6
  "claude",
@@ -1,16 +1,14 @@
1
1
  ---
2
2
  name: conductor
3
3
  description: |
4
- MANDATORY: Load BEFORE calling ANY mcp_conductor_* tools.
5
-
6
- DO NOT directly call: mcp_conductor_claude, mcp_conductor_codex, mcp_conductor_gemini, mcp_conductor_conductor
7
- This skill defines the CORRECT way to use conductor tools via role-based delegation.
8
-
9
- TRIGGERS: sym, symphony, code, analyze, improve, review, debug, fix, refactor, implement, search, explore, plan, assess, audit, optimize, architecture, structure, build, test, deploy
10
-
11
- REPLACES: Direct mcp_conductor_* calls, Task(Explore), Task(Plan), built-in search/grep agents.
12
-
13
- Handles: code analysis, project structure, debugging, planning, implementing, refactoring, reviewing, testing, deploying, documentation - ALL code tasks.
4
+ CRITICAL: Load and read ENTIRE skill content before ANY coding task.
5
+
6
+ This skill defines orchestration rules and role-based delegation.
7
+ DO NOT skip. DO NOT skim. Read the full SKILL.md content first.
8
+
9
+ NEVER use built-in subagents - delegate via MCP roles defined in this skill.
10
+
11
+ TRIGGERS: code, file, function, class, bug, error, fix, debug, refactor, implement, build, test, deploy, analyze, review, search, explore, find, plan, design, architecture, optimize, improve, migrate, security, performance
14
12
  ---
15
13
 
16
14
  # Conductor
@@ -131,7 +129,7 @@ Do NOT proceed until all delegates complete.
131
129
 
132
130
  **Step 1: Get role mappings** via CLI (avoids config file permission issues):
133
131
  ```bash
134
- conductor roles --json
132
+ conductor roles
135
133
  ```
136
134
 
137
135
  **Step 2: Find the MCP tool** from your available tools list: