@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.
- package/package.json +1 -1
- package/templates/.claude/agents/analyst.md +5 -0
- package/templates/.claude/agents/architect.md +5 -0
- package/templates/.claude/agents/build-fixer.md +1 -0
- package/templates/.claude/agents/code-reviewer.md +1 -0
- package/templates/.claude/agents/critic.md +4 -0
- package/templates/.claude/agents/deep-executor.md +1 -0
- package/templates/.claude/agents/dependency-manager.md +2 -0
- package/templates/.claude/agents/deployment-validator.md +2 -0
- package/templates/.claude/agents/designer.md +2 -0
- package/templates/.claude/agents/document-writer.md +3 -0
- package/templates/.claude/agents/explore.md +1 -0
- package/templates/.claude/agents/git-operator.md +2 -0
- package/templates/.claude/agents/implementation-executor.md +2 -0
- package/templates/.claude/agents/ko-to-en-translator.md +3 -0
- package/templates/.claude/agents/lint-fixer.md +2 -0
- package/templates/.claude/agents/planner.md +3 -0
- package/templates/.claude/agents/pm.md +349 -0
- package/templates/.claude/agents/qa-tester.md +1 -0
- package/templates/.claude/agents/refactor-advisor.md +4 -0
- package/templates/.claude/agents/researcher.md +1 -0
- package/templates/.claude/agents/scientist.md +1 -0
- package/templates/.claude/agents/security-reviewer.md +1 -0
- package/templates/.claude/agents/tdd-guide.md +1 -0
- package/templates/.claude/agents/vision.md +1 -0
- package/templates/.claude/instructions/agent-patterns/agent-teams-usage.md +376 -0
- package/templates/.claude/scripts/agent-teams/check-availability.sh +238 -0
- package/templates/.claude/scripts/agent-teams/setup-tmux.sh +125 -0
- package/templates/.claude/skills/agent-teams-setup/SKILL.md +460 -0
- package/templates/.claude/skills/brainstorm/SKILL.md +1 -0
- package/templates/.claude/skills/bug-fix/SKILL.md +1 -0
- package/templates/.claude/skills/crawler/SKILL.md +2 -0
- package/templates/.claude/skills/docs-creator/SKILL.md +1 -0
- package/templates/.claude/skills/docs-fetch/SKILL.md +1 -0
- package/templates/.claude/skills/docs-refactor/SKILL.md +1 -0
- package/templates/.claude/skills/elon-musk/SKILL.md +1 -0
- package/templates/.claude/skills/execute/SKILL.md +1 -0
- package/templates/.claude/skills/feedback/SKILL.md +1 -0
- package/templates/.claude/skills/figma-to-code/SKILL.md +1 -0
- package/templates/.claude/skills/genius-thinking/SKILL.md +1 -0
- package/templates/.claude/skills/global-uiux-design/SKILL.md +1 -0
- package/templates/.claude/skills/korea-uiux-design/SKILL.md +1 -0
- package/templates/.claude/skills/nextjs-react-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/plan/SKILL.md +1 -0
- package/templates/.claude/skills/prd/SKILL.md +1 -0
- package/templates/.claude/skills/project-optimizer/SKILL.md +1 -0
- package/templates/.claude/skills/ralph/SKILL.md +1 -0
- package/templates/.claude/skills/refactor/SKILL.md +1 -0
- package/templates/.claude/skills/research/SKILL.md +1 -0
- package/templates/.claude/skills/sql-optimizer/SKILL.md +1 -0
- package/templates/.claude/skills/startup-validator/SKILL.md +1 -0
- package/templates/.claude/skills/tanstack-start-react-best-practices/SKILL.md +1 -0
- package/templates/.claude/skills/tauri-react-best-practices/SKILL.md +1 -0
|
@@ -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
|