@kood/claude-code 0.6.7 → 0.7.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.
Files changed (53) hide show
  1. package/package.json +1 -1
  2. package/templates/.claude/agents/analyst.md +5 -0
  3. package/templates/.claude/agents/architect.md +5 -0
  4. package/templates/.claude/agents/build-fixer.md +1 -0
  5. package/templates/.claude/agents/code-reviewer.md +1 -0
  6. package/templates/.claude/agents/critic.md +4 -0
  7. package/templates/.claude/agents/deep-executor.md +1 -0
  8. package/templates/.claude/agents/dependency-manager.md +2 -0
  9. package/templates/.claude/agents/deployment-validator.md +2 -0
  10. package/templates/.claude/agents/designer.md +2 -0
  11. package/templates/.claude/agents/document-writer.md +3 -0
  12. package/templates/.claude/agents/explore.md +1 -0
  13. package/templates/.claude/agents/git-operator.md +2 -0
  14. package/templates/.claude/agents/implementation-executor.md +2 -0
  15. package/templates/.claude/agents/ko-to-en-translator.md +3 -0
  16. package/templates/.claude/agents/lint-fixer.md +2 -0
  17. package/templates/.claude/agents/planner.md +3 -0
  18. package/templates/.claude/agents/pm.md +349 -0
  19. package/templates/.claude/agents/qa-tester.md +1 -0
  20. package/templates/.claude/agents/refactor-advisor.md +4 -0
  21. package/templates/.claude/agents/researcher.md +1 -0
  22. package/templates/.claude/agents/scientist.md +1 -0
  23. package/templates/.claude/agents/security-reviewer.md +1 -0
  24. package/templates/.claude/agents/tdd-guide.md +1 -0
  25. package/templates/.claude/agents/vision.md +1 -0
  26. package/templates/.claude/instructions/agent-patterns/agent-teams-usage.md +376 -0
  27. package/templates/.claude/scripts/agent-teams/check-availability.sh +238 -0
  28. package/templates/.claude/scripts/agent-teams/setup-tmux.sh +125 -0
  29. package/templates/.claude/skills/agent-teams-setup/SKILL.md +460 -0
  30. package/templates/.claude/skills/brainstorm/SKILL.md +1 -0
  31. package/templates/.claude/skills/bug-fix/SKILL.md +1 -0
  32. package/templates/.claude/skills/crawler/SKILL.md +2 -0
  33. package/templates/.claude/skills/docs-creator/SKILL.md +1 -0
  34. package/templates/.claude/skills/docs-fetch/SKILL.md +1 -0
  35. package/templates/.claude/skills/docs-refactor/SKILL.md +1 -0
  36. package/templates/.claude/skills/elon-musk/SKILL.md +1 -0
  37. package/templates/.claude/skills/execute/SKILL.md +1 -0
  38. package/templates/.claude/skills/feedback/SKILL.md +1 -0
  39. package/templates/.claude/skills/figma-to-code/SKILL.md +1 -0
  40. package/templates/.claude/skills/genius-thinking/SKILL.md +1 -0
  41. package/templates/.claude/skills/global-uiux-design/SKILL.md +1 -0
  42. package/templates/.claude/skills/korea-uiux-design/SKILL.md +1 -0
  43. package/templates/.claude/skills/nextjs-react-best-practices/SKILL.md +1 -0
  44. package/templates/.claude/skills/plan/SKILL.md +1 -0
  45. package/templates/.claude/skills/prd/SKILL.md +1 -0
  46. package/templates/.claude/skills/project-optimizer/SKILL.md +1 -0
  47. package/templates/.claude/skills/ralph/SKILL.md +1 -0
  48. package/templates/.claude/skills/refactor/SKILL.md +1 -0
  49. package/templates/.claude/skills/research/SKILL.md +1 -0
  50. package/templates/.claude/skills/sql-optimizer/SKILL.md +1 -0
  51. package/templates/.claude/skills/startup-validator/SKILL.md +1 -0
  52. package/templates/.claude/skills/tanstack-start-react-best-practices/SKILL.md +1 -0
  53. package/templates/.claude/skills/tauri-react-best-practices/SKILL.md +1 -0
@@ -6,6 +6,7 @@ ui-only: true
6
6
  ---
7
7
 
8
8
  @../../instructions/agent-patterns/read-parallelization.md
9
+ @../../instructions/agent-patterns/agent-teams-usage.md
9
10
  @../../instructions/validation/forbidden-patterns.md
10
11
  @../../instructions/validation/required-behaviors.md
11
12
 
@@ -9,6 +9,7 @@ metadata:
9
9
  ---
10
10
 
11
11
  @../../instructions/agent-patterns/read-parallelization.md
12
+ @../../instructions/agent-patterns/agent-teams-usage.md
12
13
  @../../instructions/validation/forbidden-patterns.md
13
14
  @../../instructions/validation/required-behaviors.md
14
15
  @../../instructions/multi-agent/coordination-guide.md
@@ -7,6 +7,7 @@ user-invocable: true
7
7
  @../../instructions/workflow-patterns/sequential-thinking.md
8
8
  @../../instructions/agent-patterns/parallel-execution.md
9
9
  @../../instructions/agent-patterns/model-routing.md
10
+ @../../instructions/agent-patterns/agent-teams-usage.md
10
11
  @../../instructions/sourcing/reliable-search.md
11
12
  @../../instructions/context-optimization/phase-based-execution.md
12
13
  @../../instructions/context-optimization/sub-agent-distribution.md
@@ -6,6 +6,7 @@ user-invocable: true
6
6
 
7
7
  @../../instructions/workflow-patterns/sequential-thinking.md
8
8
  @../../instructions/agent-patterns/read-parallelization.md
9
+ @../../instructions/agent-patterns/agent-teams-usage.md
9
10
  @../../instructions/sourcing/reliable-search.md
10
11
  @../../instructions/context-optimization/redundant-exploration-prevention.md
11
12
  @../../instructions/validation/forbidden-patterns.md
@@ -9,6 +9,7 @@ metadata:
9
9
  ---
10
10
 
11
11
  @../../instructions/agent-patterns/read-parallelization.md
12
+ @../../instructions/agent-patterns/agent-teams-usage.md
12
13
  @../../instructions/validation/forbidden-patterns.md
13
14
  @../../instructions/validation/required-behaviors.md
14
15
  @../../instructions/multi-agent/coordination-guide.md
@@ -8,6 +8,7 @@ user-invocable: true
8
8
  @../../instructions/workflow-patterns/phase-based-workflow.md
9
9
  @../../instructions/agent-patterns/parallel-execution.md
10
10
  @../../instructions/agent-patterns/model-routing.md
11
+ @../../instructions/agent-patterns/agent-teams-usage.md
11
12
  @../../instructions/context-optimization/phase-based-execution.md
12
13
  @../../instructions/context-optimization/sub-agent-distribution.md
13
14
  @../../instructions/validation/scope-completeness.md
@@ -7,6 +7,7 @@ user-invocable: true
7
7
  @../../instructions/workflow-patterns/sequential-thinking.md
8
8
  @../../instructions/agent-patterns/parallel-execution.md
9
9
  @../../instructions/agent-patterns/model-routing.md
10
+ @../../instructions/agent-patterns/agent-teams-usage.md
10
11
  @../../instructions/context-optimization/phase-based-execution.md
11
12
  @../../instructions/context-optimization/sub-agent-distribution.md
12
13
  @../../instructions/validation/scope-completeness.md
@@ -7,6 +7,7 @@ user-invocable: true
7
7
  @../../instructions/workflow-patterns/sequential-thinking.md
8
8
  @../../instructions/agent-patterns/parallel-execution.md
9
9
  @../../instructions/agent-patterns/model-routing.md
10
+ @../../instructions/agent-patterns/agent-teams-usage.md
10
11
  @../../instructions/sourcing/reliable-search.md
11
12
  @../../instructions/context-optimization/redundant-exploration-prevention.md
12
13
  @../../instructions/validation/forbidden-patterns.md
@@ -10,6 +10,7 @@ metadata:
10
10
  @../../instructions/workflow-patterns/sequential-thinking.md
11
11
  @../../instructions/agent-patterns/parallel-execution.md
12
12
  @../../instructions/agent-patterns/model-routing.md
13
+ @../../instructions/agent-patterns/agent-teams-usage.md
13
14
  @../../instructions/validation/forbidden-patterns.md
14
15
  @../../instructions/validation/required-behaviors.md
15
16
 
@@ -7,6 +7,7 @@ user-invocable: true
7
7
  @../../instructions/workflow-patterns/sequential-thinking.md
8
8
  @../../instructions/agent-patterns/parallel-execution.md
9
9
  @../../instructions/agent-patterns/model-routing.md
10
+ @../../instructions/agent-patterns/agent-teams-usage.md
10
11
  @../../instructions/validation/forbidden-patterns.md
11
12
  @../../instructions/validation/required-behaviors.md
12
13
 
@@ -10,6 +10,7 @@ metadata:
10
10
  ---
11
11
 
12
12
  @../../instructions/agent-patterns/read-parallelization.md
13
+ @../../instructions/agent-patterns/agent-teams-usage.md
13
14
  @../../instructions/validation/forbidden-patterns.md
14
15
  @../../instructions/validation/required-behaviors.md
15
16
  @../../instructions/multi-agent/coordination-guide.md
@@ -10,6 +10,7 @@ metadata:
10
10
  ---
11
11
 
12
12
  @../../instructions/agent-patterns/read-parallelization.md
13
+ @../../instructions/agent-patterns/agent-teams-usage.md
13
14
  @../../instructions/validation/forbidden-patterns.md
14
15
  @../../instructions/validation/required-behaviors.md
15
16
  @../../instructions/multi-agent/coordination-guide.md