claude-code-orchestrator-kit 1.0.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/.claude/agents/database/workers/api-builder.md +155 -0
- package/.claude/agents/database/workers/database-architect.md +193 -0
- package/.claude/agents/database/workers/supabase-auditor.md +1070 -0
- package/.claude/agents/development/workers/code-reviewer.md +968 -0
- package/.claude/agents/development/workers/cost-calculator-specialist.md +683 -0
- package/.claude/agents/development/workers/llm-service-specialist.md +999 -0
- package/.claude/agents/development/workers/skill-builder-v2.md +480 -0
- package/.claude/agents/development/workers/typescript-types-specialist.md +649 -0
- package/.claude/agents/development/workers/utility-builder.md +582 -0
- package/.claude/agents/documentation/workers/technical-writer.md +152 -0
- package/.claude/agents/frontend/workers/fullstack-nextjs-specialist.md +206 -0
- package/.claude/agents/frontend/workers/visual-effects-creator.md +159 -0
- package/.claude/agents/health/orchestrators/bug-orchestrator.md +1045 -0
- package/.claude/agents/health/orchestrators/dead-code-orchestrator.md +1045 -0
- package/.claude/agents/health/orchestrators/dependency-orchestrator.md +1045 -0
- package/.claude/agents/health/orchestrators/security-orchestrator.md +1045 -0
- package/.claude/agents/health/workers/bug-fixer.md +525 -0
- package/.claude/agents/health/workers/bug-hunter.md +649 -0
- package/.claude/agents/health/workers/dead-code-hunter.md +446 -0
- package/.claude/agents/health/workers/dead-code-remover.md +437 -0
- package/.claude/agents/health/workers/dependency-auditor.md +379 -0
- package/.claude/agents/health/workers/dependency-updater.md +436 -0
- package/.claude/agents/health/workers/security-scanner.md +700 -0
- package/.claude/agents/health/workers/vulnerability-fixer.md +524 -0
- package/.claude/agents/infrastructure/workers/infrastructure-specialist.md +156 -0
- package/.claude/agents/infrastructure/workers/orchestration-logic-specialist.md +1260 -0
- package/.claude/agents/infrastructure/workers/qdrant-specialist.md +503 -0
- package/.claude/agents/infrastructure/workers/quality-validator-specialist.md +984 -0
- package/.claude/agents/meta/workers/meta-agent-v3.md +503 -0
- package/.claude/agents/research/workers/problem-investigator.md +507 -0
- package/.claude/agents/research/workers/research-specialist.md +423 -0
- package/.claude/agents/testing/workers/accessibility-tester.md +813 -0
- package/.claude/agents/testing/workers/integration-tester.md +188 -0
- package/.claude/agents/testing/workers/mobile-fixes-implementer.md +252 -0
- package/.claude/agents/testing/workers/mobile-responsiveness-tester.md +180 -0
- package/.claude/agents/testing/workers/performance-optimizer.md +262 -0
- package/.claude/agents/testing/workers/test-writer.md +800 -0
- package/.claude/commands/health-bugs.md +297 -0
- package/.claude/commands/health-cleanup.md +297 -0
- package/.claude/commands/health-deps.md +297 -0
- package/.claude/commands/health-metrics.md +747 -0
- package/.claude/commands/health-security.md +297 -0
- package/.claude/commands/push.md +21 -0
- package/.claude/commands/speckit.analyze.md +184 -0
- package/.claude/commands/speckit.checklist.md +294 -0
- package/.claude/commands/speckit.clarify.md +178 -0
- package/.claude/commands/speckit.constitution.md +78 -0
- package/.claude/commands/speckit.implement.md +182 -0
- package/.claude/commands/speckit.plan.md +87 -0
- package/.claude/commands/speckit.specify.md +250 -0
- package/.claude/commands/speckit.tasks.md +137 -0
- package/.claude/commands/translate-doc.md +95 -0
- package/.claude/commands/worktree-cleanup.md +382 -0
- package/.claude/commands/worktree-create.md +287 -0
- package/.claude/commands/worktree-list.md +239 -0
- package/.claude/commands/worktree-remove.md +339 -0
- package/.claude/schemas/base-plan.schema.json +82 -0
- package/.claude/schemas/bug-plan.schema.json +71 -0
- package/.claude/schemas/dead-code-plan.schema.json +71 -0
- package/.claude/schemas/dependency-plan.schema.json +74 -0
- package/.claude/schemas/security-plan.schema.json +71 -0
- package/.claude/scripts/gates/check-bundle-size.sh +47 -0
- package/.claude/scripts/gates/check-coverage.sh +67 -0
- package/.claude/scripts/gates/check-security.sh +46 -0
- package/.claude/scripts/release.sh +740 -0
- package/.claude/settings.local.json +21 -0
- package/.claude/settings.local.json.example +20 -0
- package/.claude/skills/calculate-priority-score/SKILL.md +229 -0
- package/.claude/skills/calculate-priority-score/scoring-matrix.json +83 -0
- package/.claude/skills/extract-version/SKILL.md +228 -0
- package/.claude/skills/format-commit-message/SKILL.md +189 -0
- package/.claude/skills/format-commit-message/template.md +64 -0
- package/.claude/skills/format-markdown-table/SKILL.md +202 -0
- package/.claude/skills/format-markdown-table/examples.md +84 -0
- package/.claude/skills/format-todo-list/SKILL.md +222 -0
- package/.claude/skills/format-todo-list/template.json +30 -0
- package/.claude/skills/generate-changelog/SKILL.md +258 -0
- package/.claude/skills/generate-changelog/commit-mapping.json +47 -0
- package/.claude/skills/generate-report-header/SKILL.md +228 -0
- package/.claude/skills/generate-report-header/template.md +66 -0
- package/.claude/skills/parse-error-logs/SKILL.md +286 -0
- package/.claude/skills/parse-error-logs/patterns.json +26 -0
- package/.claude/skills/parse-git-status/SKILL.md +164 -0
- package/.claude/skills/parse-package-json/SKILL.md +151 -0
- package/.claude/skills/parse-package-json/schema.json +43 -0
- package/.claude/skills/render-template/SKILL.md +245 -0
- package/.claude/skills/rollback-changes/SKILL.md +582 -0
- package/.claude/skills/rollback-changes/changes-log-schema.json +101 -0
- package/.claude/skills/run-quality-gate/SKILL.md +404 -0
- package/.claude/skills/run-quality-gate/gate-mappings.json +97 -0
- package/.claude/skills/validate-plan-file/SKILL.md +327 -0
- package/.claude/skills/validate-plan-file/schema.json +35 -0
- package/.claude/skills/validate-report-file/SKILL.md +256 -0
- package/.claude/skills/validate-report-file/schema.json +67 -0
- package/.env.example +49 -0
- package/.github/BRANCH_PROTECTION.md +137 -0
- package/.github/workflows/build.yml +70 -0
- package/.github/workflows/claude-code-review.yml +255 -0
- package/.github/workflows/claude.yml +79 -0
- package/.github/workflows/deploy-staging.yml +90 -0
- package/.github/workflows/test.yml +104 -0
- package/.gitignore +116 -0
- package/CLAUDE.md +137 -0
- package/LICENSE +72 -0
- package/README.md +1098 -0
- package/docs/ARCHITECTURE.md +746 -0
- package/docs/Agents Ecosystem/AGENT-ORCHESTRATION.md +568 -0
- package/docs/Agents Ecosystem/AI-AGENT-ECOSYSTEM-README.md +658 -0
- package/docs/Agents Ecosystem/ARCHITECTURE.md +606 -0
- package/docs/Agents Ecosystem/QUALITY-GATES-SPECIFICATION.md +1315 -0
- package/docs/Agents Ecosystem/REPORT-TEMPLATE-STANDARD.md +1324 -0
- package/docs/Agents Ecosystem/spec-kit-comprehensive-updates.md +478 -0
- package/docs/FAQ.md +572 -0
- package/docs/MIGRATION-GUIDE.md +542 -0
- package/docs/PERFORMANCE-OPTIMIZATION.md +494 -0
- package/docs/ROADMAP.md +439 -0
- package/docs/TUTORIAL-CUSTOM-AGENTS.md +2041 -0
- package/docs/USE-CASES.md +706 -0
- package/index.js +96 -0
- package/mcp/.mcp.base.json +21 -0
- package/mcp/.mcp.frontend.json +29 -0
- package/mcp/.mcp.full.json +67 -0
- package/mcp/.mcp.local.example.json +7 -0
- package/mcp/.mcp.local.json +7 -0
- package/mcp/.mcp.n8n.json +45 -0
- package/mcp/.mcp.supabase-full.json +35 -0
- package/mcp/.mcp.supabase-only.json +28 -0
- package/package.json +78 -0
- package/postinstall.js +71 -0
- package/switch-mcp.sh +101 -0
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
name: Test
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
branches: ['**']
|
|
6
|
+
pull_request:
|
|
7
|
+
branches: ['**']
|
|
8
|
+
|
|
9
|
+
concurrency:
|
|
10
|
+
group: test-${{ github.ref }}
|
|
11
|
+
cancel-in-progress: true
|
|
12
|
+
|
|
13
|
+
jobs:
|
|
14
|
+
test:
|
|
15
|
+
runs-on: ubuntu-latest
|
|
16
|
+
timeout-minutes: 15
|
|
17
|
+
|
|
18
|
+
services:
|
|
19
|
+
redis:
|
|
20
|
+
image: redis:7-alpine
|
|
21
|
+
ports:
|
|
22
|
+
- 6379:6379
|
|
23
|
+
options: >-
|
|
24
|
+
--health-cmd "redis-cli ping"
|
|
25
|
+
--health-interval 10s
|
|
26
|
+
--health-timeout 5s
|
|
27
|
+
--health-retries 5
|
|
28
|
+
|
|
29
|
+
strategy:
|
|
30
|
+
matrix:
|
|
31
|
+
node-version: [20.x]
|
|
32
|
+
|
|
33
|
+
steps:
|
|
34
|
+
- name: Checkout code
|
|
35
|
+
uses: actions/checkout@v4
|
|
36
|
+
|
|
37
|
+
- name: Install pnpm
|
|
38
|
+
uses: pnpm/action-setup@v2
|
|
39
|
+
with:
|
|
40
|
+
version: 8.15.0
|
|
41
|
+
|
|
42
|
+
- name: Setup Node.js ${{ matrix.node-version }}
|
|
43
|
+
uses: actions/setup-node@v4
|
|
44
|
+
with:
|
|
45
|
+
node-version: ${{ matrix.node-version }}
|
|
46
|
+
cache: 'pnpm'
|
|
47
|
+
|
|
48
|
+
- name: Install dependencies
|
|
49
|
+
run: pnpm install --frozen-lockfile
|
|
50
|
+
|
|
51
|
+
- name: Clean TypeScript build cache
|
|
52
|
+
run: find . -name "*.tsbuildinfo" -type f -delete
|
|
53
|
+
|
|
54
|
+
- name: Run linting
|
|
55
|
+
run: pnpm lint
|
|
56
|
+
|
|
57
|
+
- name: Run type checking
|
|
58
|
+
run: pnpm type-check
|
|
59
|
+
|
|
60
|
+
- name: Run Vitest tests
|
|
61
|
+
run: pnpm test
|
|
62
|
+
env:
|
|
63
|
+
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
|
|
64
|
+
SUPABASE_SERVICE_KEY: ${{ secrets.SUPABASE_SERVICE_KEY }}
|
|
65
|
+
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
|
|
66
|
+
QDRANT_URL: ${{ secrets.QDRANT_URL }}
|
|
67
|
+
QDRANT_API_KEY: ${{ secrets.QDRANT_API_KEY }}
|
|
68
|
+
JINA_API_KEY: ${{ secrets.JINA_API_KEY }}
|
|
69
|
+
UPSTASH_REDIS_URL: ${{ secrets.UPSTASH_REDIS_URL }}
|
|
70
|
+
UPSTASH_REDIS_TOKEN: ${{ secrets.UPSTASH_REDIS_TOKEN }}
|
|
71
|
+
|
|
72
|
+
- name: Setup Supabase CLI
|
|
73
|
+
uses: supabase/setup-cli@v1
|
|
74
|
+
with:
|
|
75
|
+
version: latest
|
|
76
|
+
|
|
77
|
+
- name: Start Supabase local instance
|
|
78
|
+
run: |
|
|
79
|
+
cd packages/course-gen-platform
|
|
80
|
+
supabase start
|
|
81
|
+
|
|
82
|
+
- name: Run pgTAP/RLS tests
|
|
83
|
+
run: pnpm test:rls
|
|
84
|
+
env:
|
|
85
|
+
SUPABASE_URL: ${{ secrets.SUPABASE_URL }}
|
|
86
|
+
SUPABASE_SERVICE_KEY: ${{ secrets.SUPABASE_SERVICE_KEY }}
|
|
87
|
+
SUPABASE_ANON_KEY: ${{ secrets.SUPABASE_ANON_KEY }}
|
|
88
|
+
|
|
89
|
+
- name: Stop Supabase
|
|
90
|
+
if: always()
|
|
91
|
+
run: |
|
|
92
|
+
cd packages/course-gen-platform
|
|
93
|
+
supabase stop
|
|
94
|
+
|
|
95
|
+
- name: Upload test coverage
|
|
96
|
+
if: always()
|
|
97
|
+
uses: actions/upload-artifact@v4
|
|
98
|
+
with:
|
|
99
|
+
name: test-coverage
|
|
100
|
+
path: |
|
|
101
|
+
packages/**/coverage/
|
|
102
|
+
**/coverage/
|
|
103
|
+
retention-days: 7
|
|
104
|
+
if-no-files-found: warn
|
package/.gitignore
ADDED
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
# ===================================================================
|
|
2
|
+
# Claude Code Orchestrator Kit - .gitignore
|
|
3
|
+
# ===================================================================
|
|
4
|
+
|
|
5
|
+
# ===================================================================
|
|
6
|
+
# Sensitive Files - NEVER COMMIT THESE
|
|
7
|
+
# ===================================================================
|
|
8
|
+
# Environment files with credentials
|
|
9
|
+
.env.local
|
|
10
|
+
.env.*.local
|
|
11
|
+
*.env.local
|
|
12
|
+
|
|
13
|
+
# MCP local configuration (may contain secrets)
|
|
14
|
+
.mcp.local.json
|
|
15
|
+
|
|
16
|
+
# Local settings
|
|
17
|
+
.claude/settings.local.json
|
|
18
|
+
|
|
19
|
+
# ===================================================================
|
|
20
|
+
# Temporary Files
|
|
21
|
+
# ===================================================================
|
|
22
|
+
# Claude Code temporary files
|
|
23
|
+
.tmp/
|
|
24
|
+
*.tmp
|
|
25
|
+
.cache/
|
|
26
|
+
|
|
27
|
+
# Logs
|
|
28
|
+
*.log
|
|
29
|
+
logs/
|
|
30
|
+
npm-debug.log*
|
|
31
|
+
yarn-debug.log*
|
|
32
|
+
yarn-error.log*
|
|
33
|
+
pnpm-debug.log*
|
|
34
|
+
|
|
35
|
+
# ===================================================================
|
|
36
|
+
# Dependencies
|
|
37
|
+
# ===================================================================
|
|
38
|
+
node_modules/
|
|
39
|
+
.pnp
|
|
40
|
+
.pnp.js
|
|
41
|
+
|
|
42
|
+
# ===================================================================
|
|
43
|
+
# Build & Distribution
|
|
44
|
+
# ===================================================================
|
|
45
|
+
dist/
|
|
46
|
+
build/
|
|
47
|
+
out/
|
|
48
|
+
.next/
|
|
49
|
+
.nuxt/
|
|
50
|
+
.vercel/
|
|
51
|
+
|
|
52
|
+
# ===================================================================
|
|
53
|
+
# Testing
|
|
54
|
+
# ===================================================================
|
|
55
|
+
coverage/
|
|
56
|
+
.nyc_output/
|
|
57
|
+
*.lcov
|
|
58
|
+
|
|
59
|
+
# ===================================================================
|
|
60
|
+
# OS Files
|
|
61
|
+
# ===================================================================
|
|
62
|
+
# macOS
|
|
63
|
+
.DS_Store
|
|
64
|
+
.AppleDouble
|
|
65
|
+
.LSOverride
|
|
66
|
+
._*
|
|
67
|
+
|
|
68
|
+
# Windows
|
|
69
|
+
Thumbs.db
|
|
70
|
+
ehthumbs.db
|
|
71
|
+
Desktop.ini
|
|
72
|
+
$RECYCLE.BIN/
|
|
73
|
+
|
|
74
|
+
# Linux
|
|
75
|
+
*~
|
|
76
|
+
.directory
|
|
77
|
+
.Trash-*
|
|
78
|
+
|
|
79
|
+
# ===================================================================
|
|
80
|
+
# IDE & Editors
|
|
81
|
+
# ===================================================================
|
|
82
|
+
# VSCode
|
|
83
|
+
.vscode/*
|
|
84
|
+
!.vscode/extensions.json
|
|
85
|
+
!.vscode/settings.json
|
|
86
|
+
|
|
87
|
+
# JetBrains
|
|
88
|
+
.idea/
|
|
89
|
+
*.iml
|
|
90
|
+
*.iws
|
|
91
|
+
*.ipr
|
|
92
|
+
|
|
93
|
+
# Vim
|
|
94
|
+
*.swp
|
|
95
|
+
*.swo
|
|
96
|
+
*~
|
|
97
|
+
|
|
98
|
+
# ===================================================================
|
|
99
|
+
# Project Specific
|
|
100
|
+
# ===================================================================
|
|
101
|
+
# Git worktrees
|
|
102
|
+
.worktrees/
|
|
103
|
+
|
|
104
|
+
# Backup files
|
|
105
|
+
*.backup
|
|
106
|
+
*.bak
|
|
107
|
+
*.old
|
|
108
|
+
|
|
109
|
+
# Archive files
|
|
110
|
+
*.archive
|
|
111
|
+
|
|
112
|
+
# Lock files (optional - uncomment if needed)
|
|
113
|
+
# package-lock.json
|
|
114
|
+
# yarn.lock
|
|
115
|
+
# pnpm-lock.yaml
|
|
116
|
+
*.tgz
|
package/CLAUDE.md
ADDED
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
# Agent Orchestration Rules
|
|
2
|
+
|
|
3
|
+
> **IMPORTANT**: This file overrides default Claude Code behavior. Follow these rules strictly.
|
|
4
|
+
|
|
5
|
+
## Main Pattern: You Are The Orchestrator
|
|
6
|
+
|
|
7
|
+
This is the DEFAULT pattern used in 95% of cases for feature development, bug fixes, refactoring, and general coding tasks.
|
|
8
|
+
|
|
9
|
+
### Core Rules
|
|
10
|
+
|
|
11
|
+
**1. GATHER FULL CONTEXT FIRST (MANDATORY)**
|
|
12
|
+
|
|
13
|
+
Before delegating or implementing any task:
|
|
14
|
+
- Read existing code in related files
|
|
15
|
+
- Search codebase for similar patterns
|
|
16
|
+
- Review relevant documentation (specs, design docs, ADRs)
|
|
17
|
+
- Check recent commits in related areas
|
|
18
|
+
- Understand dependencies and integration points
|
|
19
|
+
|
|
20
|
+
NEVER delegate or implement blindly.
|
|
21
|
+
|
|
22
|
+
**2. DELEGATE TO SUBAGENTS**
|
|
23
|
+
|
|
24
|
+
Before delegation:
|
|
25
|
+
- Provide complete context (code snippets, file paths, patterns, docs)
|
|
26
|
+
- Specify exact expected output and validation criteria
|
|
27
|
+
|
|
28
|
+
After delegation (CRITICAL):
|
|
29
|
+
- ALWAYS verify results (read modified files, run type-check)
|
|
30
|
+
- NEVER skip verification
|
|
31
|
+
- If incorrect: re-delegate with corrections and errors
|
|
32
|
+
- If TypeScript errors: re-delegate to same agent OR typescript-types-specialist
|
|
33
|
+
|
|
34
|
+
**3. EXECUTE DIRECTLY (MINIMAL ONLY)**
|
|
35
|
+
|
|
36
|
+
Direct execution only for:
|
|
37
|
+
- Single dependency install
|
|
38
|
+
- Single-line fixes (typos, obvious bugs)
|
|
39
|
+
- Simple imports
|
|
40
|
+
- Minimal config changes
|
|
41
|
+
|
|
42
|
+
Everything else: delegate.
|
|
43
|
+
|
|
44
|
+
**4. TRACK PROGRESS**
|
|
45
|
+
|
|
46
|
+
- Create todos at task start
|
|
47
|
+
- Mark in_progress BEFORE starting
|
|
48
|
+
- Mark completed AFTER verification only
|
|
49
|
+
|
|
50
|
+
**5. COMMIT STRATEGY**
|
|
51
|
+
|
|
52
|
+
Run `/push patch` after EACH completed task:
|
|
53
|
+
- Mark task [X] in tasks.md
|
|
54
|
+
- Add artifacts: `→ Artifacts: [file1](path), [file2](path)`
|
|
55
|
+
- Update TodoWrite to completed
|
|
56
|
+
- Then `/push patch`
|
|
57
|
+
|
|
58
|
+
**6. EXECUTION PATTERN**
|
|
59
|
+
|
|
60
|
+
```
|
|
61
|
+
FOR EACH TASK:
|
|
62
|
+
1. Read task description
|
|
63
|
+
2. GATHER FULL CONTEXT (code + docs + patterns + history)
|
|
64
|
+
3. Delegate to subagent OR execute directly (trivial only)
|
|
65
|
+
4. VERIFY results (read files + run type-check) - NEVER skip
|
|
66
|
+
5. Accept/reject loop (re-delegate if needed)
|
|
67
|
+
6. Update TodoWrite to completed
|
|
68
|
+
7. Mark task [X] in tasks.md + add artifacts
|
|
69
|
+
8. Run /push patch
|
|
70
|
+
9. Move to next task
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
**7. HANDLING CONTRADICTIONS**
|
|
74
|
+
|
|
75
|
+
If contradictions occur:
|
|
76
|
+
- Gather context, analyze project patterns
|
|
77
|
+
- If truly ambiguous: ask user with specific options
|
|
78
|
+
- Only ask when unable to determine best practice (rare, ~10%)
|
|
79
|
+
|
|
80
|
+
### Planning Phase (ALWAYS First)
|
|
81
|
+
|
|
82
|
+
Before implementing tasks:
|
|
83
|
+
- Analyze execution model (parallel/sequential)
|
|
84
|
+
- Assign executors: MAIN for trivial, existing if 100% match, FUTURE otherwise
|
|
85
|
+
- Create FUTURE agents: launch N meta-agent-v3 calls in single message, ask restart
|
|
86
|
+
- Resolve research (simple: solve now, complex: deepresearch prompt)
|
|
87
|
+
- Atomicity: 1 task = 1 agent call
|
|
88
|
+
- Parallel: launch N calls in single message (not sequentially)
|
|
89
|
+
|
|
90
|
+
See speckit.implement.md for details.
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Health Workflows Pattern (5% of cases)
|
|
95
|
+
|
|
96
|
+
Slash commands: `/health-bugs`, `/health-security`, `/health-cleanup`, `/health-deps`
|
|
97
|
+
|
|
98
|
+
Follow command-specific instructions. See `docs/Agents Ecosystem/AGENT-ORCHESTRATION.md`.
|
|
99
|
+
|
|
100
|
+
---
|
|
101
|
+
|
|
102
|
+
## Project Conventions
|
|
103
|
+
|
|
104
|
+
**File Organization**:
|
|
105
|
+
- Agents: `.claude/agents/{domain}/{orchestrators|workers}/`
|
|
106
|
+
- Commands: `.claude/commands/`
|
|
107
|
+
- Skills: `.claude/skills/{skill-name}/SKILL.md`
|
|
108
|
+
- Temporary: `.tmp/current/` (git ignored)
|
|
109
|
+
- Reports: `docs/reports/{domain}/{YYYY-MM}/`
|
|
110
|
+
|
|
111
|
+
**Code Standards**:
|
|
112
|
+
- Type-check must pass before commit
|
|
113
|
+
- Build must pass before commit
|
|
114
|
+
- No hardcoded credentials
|
|
115
|
+
|
|
116
|
+
**Agent Selection**:
|
|
117
|
+
- Worker: Plan file specifies nextAgent (health workflows only)
|
|
118
|
+
- Skill: Reusable utility, no state, <100 lines
|
|
119
|
+
|
|
120
|
+
**Supabase Operations**:
|
|
121
|
+
- Use Supabase MCP when `.mcp.json` includes supabase server
|
|
122
|
+
- Project: MegaCampusAI (ref: `diqooqbuchsliypgwksu`)
|
|
123
|
+
- Migrations: `packages/course-gen-platform/supabase/migrations/`
|
|
124
|
+
|
|
125
|
+
**MCP Configuration**:
|
|
126
|
+
- BASE (`.mcp.base.json`): context7 + sequential-thinking (~600 tokens)
|
|
127
|
+
- FULL (`.mcp.full.json`): + supabase + playwright + n8n + shadcn (~5000 tokens)
|
|
128
|
+
- Switch: `./switch-mcp.sh`
|
|
129
|
+
|
|
130
|
+
---
|
|
131
|
+
|
|
132
|
+
## Reference Docs
|
|
133
|
+
|
|
134
|
+
- Agent orchestration: `docs/Agents Ecosystem/AGENT-ORCHESTRATION.md`
|
|
135
|
+
- Architecture: `docs/Agents Ecosystem/ARCHITECTURE.md`
|
|
136
|
+
- Quality gates: `docs/Agents Ecosystem/QUALITY-GATES-SPECIFICATION.md`
|
|
137
|
+
- Report templates: `docs/Agents Ecosystem/REPORT-TEMPLATE-STANDARD.md`
|
package/LICENSE
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Igor Maslennikov (https://github.com/maslennikov-ig)
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
22
|
+
|
|
23
|
+
================================================================================
|
|
24
|
+
|
|
25
|
+
THIRD-PARTY COMPONENTS
|
|
26
|
+
|
|
27
|
+
This project includes and was inspired by the following open-source projects:
|
|
28
|
+
|
|
29
|
+
SpecKit
|
|
30
|
+
--------
|
|
31
|
+
Source: https://github.com/github/spec-kit
|
|
32
|
+
License: MIT License
|
|
33
|
+
Copyright (c) GitHub, Inc.
|
|
34
|
+
|
|
35
|
+
The SpecKit commands (speckit.analyze, speckit.specify, speckit.clarify,
|
|
36
|
+
speckit.plan, speckit.implement, speckit.checklist, speckit.tasks,
|
|
37
|
+
speckit.constitution) are adapted from GitHub's SpecKit project.
|
|
38
|
+
|
|
39
|
+
================================================================================
|
|
40
|
+
|
|
41
|
+
ACKNOWLEDGMENTS
|
|
42
|
+
|
|
43
|
+
This project is built with and for:
|
|
44
|
+
|
|
45
|
+
- Claude Code by Anthropic (https://claude.com/claude-code)
|
|
46
|
+
The official CLI for Claude that powers this entire orchestration system.
|
|
47
|
+
|
|
48
|
+
- Context7 by Upstash (https://upstash.com/context7)
|
|
49
|
+
MCP server providing real-time library documentation and best practices.
|
|
50
|
+
|
|
51
|
+
- Smithery Sequential Thinking (https://smithery.ai/)
|
|
52
|
+
Enhanced reasoning capabilities through structured thinking processes.
|
|
53
|
+
|
|
54
|
+
- Supabase MCP Server (https://github.com/supabase/mcp-server-supabase)
|
|
55
|
+
Database access and management through Model Context Protocol.
|
|
56
|
+
|
|
57
|
+
- n8n (https://n8n.io/)
|
|
58
|
+
Workflow automation platform integration.
|
|
59
|
+
|
|
60
|
+
- Playwright (https://playwright.dev/)
|
|
61
|
+
Browser automation for testing and validation.
|
|
62
|
+
|
|
63
|
+
- shadcn/ui (https://ui.shadcn.com/)
|
|
64
|
+
Beautiful UI component system.
|
|
65
|
+
|
|
66
|
+
Special thanks to the open-source community and all contributors who make
|
|
67
|
+
projects like this possible.
|
|
68
|
+
|
|
69
|
+
================================================================================
|
|
70
|
+
|
|
71
|
+
For questions, issues, or contributions, please visit:
|
|
72
|
+
https://github.com/maslennikov-ig/claude-code-orchestrator-kit
|