oh-my-customcode 0.32.0 → 0.33.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 (85) hide show
  1. package/README.md +9 -7
  2. package/dist/cli/index.js +197 -76
  3. package/dist/index.js +52 -6
  4. package/package.json +1 -1
  5. package/templates/.claude/rules/MUST-agent-design.md +11 -0
  6. package/templates/.claude/rules/MUST-agent-identification.md +4 -4
  7. package/templates/.claude/rules/MUST-agent-teams.md +17 -18
  8. package/templates/.claude/rules/MUST-continuous-improvement.md +3 -3
  9. package/templates/.claude/rules/MUST-orchestrator-coordination.md +24 -42
  10. package/templates/.claude/rules/MUST-parallel-execution.md +18 -40
  11. package/templates/.claude/rules/MUST-sync-verification.md +6 -6
  12. package/templates/.claude/rules/MUST-tool-identification.md +39 -10
  13. package/templates/.claude/rules/SHOULD-ontology-rag-routing.md +49 -0
  14. package/templates/.claude/skills/airflow-best-practices/SKILL.md +1 -0
  15. package/templates/.claude/skills/analysis/SKILL.md +2 -1
  16. package/templates/.claude/skills/audit-agents/SKILL.md +4 -3
  17. package/templates/.claude/skills/aws-best-practices/SKILL.md +1 -0
  18. package/templates/.claude/skills/claude-code-bible/SKILL.md +1 -0
  19. package/templates/.claude/skills/codex-exec/SKILL.md +5 -4
  20. package/templates/.claude/skills/create-agent/SKILL.md +1 -0
  21. package/templates/.claude/skills/cve-triage/SKILL.md +1 -0
  22. package/templates/.claude/skills/dag-orchestration/SKILL.md +1 -0
  23. package/templates/.claude/skills/dbt-best-practices/SKILL.md +1 -0
  24. package/templates/.claude/skills/de-lead-routing/SKILL.md +1 -0
  25. package/templates/.claude/skills/dev-lead-routing/SKILL.md +1 -0
  26. package/templates/.claude/skills/dev-refactor/SKILL.md +1 -0
  27. package/templates/.claude/skills/dev-review/SKILL.md +1 -0
  28. package/templates/.claude/skills/django-best-practices/SKILL.md +1 -0
  29. package/templates/.claude/skills/docker-best-practices/SKILL.md +1 -0
  30. package/templates/.claude/skills/fastapi-best-practices/SKILL.md +1 -0
  31. package/templates/.claude/skills/fix-refs/SKILL.md +1 -0
  32. package/templates/.claude/skills/flutter-best-practices/SKILL.md +1 -0
  33. package/templates/.claude/skills/go-backend-best-practices/SKILL.md +1 -0
  34. package/templates/.claude/skills/go-best-practices/SKILL.md +1 -0
  35. package/templates/.claude/skills/help/SKILL.md +1 -0
  36. package/templates/.claude/skills/intent-detection/SKILL.md +1 -0
  37. package/templates/.claude/skills/java21-best-practices/SKILL.md +305 -0
  38. package/templates/.claude/skills/jinja2-prompts/SKILL.md +1 -0
  39. package/templates/.claude/skills/kafka-best-practices/SKILL.md +1 -0
  40. package/templates/.claude/skills/kotlin-best-practices/SKILL.md +1 -0
  41. package/templates/.claude/skills/lists/SKILL.md +1 -0
  42. package/templates/.claude/skills/memory-management/SKILL.md +1 -0
  43. package/templates/.claude/skills/memory-recall/SKILL.md +1 -0
  44. package/templates/.claude/skills/memory-save/SKILL.md +1 -0
  45. package/templates/.claude/skills/model-escalation/SKILL.md +1 -0
  46. package/templates/.claude/skills/monitoring-setup/SKILL.md +1 -0
  47. package/templates/.claude/skills/multi-model-verification/SKILL.md +1 -0
  48. package/templates/.claude/skills/npm-audit/SKILL.md +1 -0
  49. package/templates/.claude/skills/npm-publish/SKILL.md +1 -0
  50. package/templates/.claude/skills/npm-version/SKILL.md +1 -0
  51. package/templates/.claude/skills/optimize-analyze/SKILL.md +1 -0
  52. package/templates/.claude/skills/optimize-bundle/SKILL.md +1 -0
  53. package/templates/.claude/skills/optimize-report/SKILL.md +1 -0
  54. package/templates/.claude/skills/pipeline-architecture-patterns/SKILL.md +1 -0
  55. package/templates/.claude/skills/pipeline-guards/SKILL.md +2 -0
  56. package/templates/.claude/skills/postgres-best-practices/SKILL.md +1 -0
  57. package/templates/.claude/skills/pr-auto-improve/SKILL.md +1 -0
  58. package/templates/.claude/skills/python-best-practices/SKILL.md +1 -0
  59. package/templates/.claude/skills/qa-lead-routing/SKILL.md +1 -0
  60. package/templates/.claude/skills/react-best-practices/SKILL.md +1 -0
  61. package/templates/.claude/skills/redis-best-practices/SKILL.md +1 -0
  62. package/templates/.claude/skills/research/SKILL.md +1 -0
  63. package/templates/.claude/skills/result-aggregation/SKILL.md +1 -0
  64. package/templates/.claude/skills/rust-best-practices/SKILL.md +1 -0
  65. package/templates/.claude/skills/sauron-watch/SKILL.md +1 -0
  66. package/templates/.claude/skills/secretary-routing/SKILL.md +1 -0
  67. package/templates/.claude/skills/skills-sh-search/SKILL.md +1 -0
  68. package/templates/.claude/skills/snowflake-best-practices/SKILL.md +1 -0
  69. package/templates/.claude/skills/spark-best-practices/SKILL.md +1 -0
  70. package/templates/.claude/skills/springboot-best-practices/SKILL.md +1 -0
  71. package/templates/.claude/skills/status/SKILL.md +1 -0
  72. package/templates/.claude/skills/structured-dev-cycle/SKILL.md +1 -0
  73. package/templates/.claude/skills/stuck-recovery/SKILL.md +1 -0
  74. package/templates/.claude/skills/supabase-postgres-best-practices/SKILL.md +2 -1
  75. package/templates/.claude/skills/task-decomposition/SKILL.md +2 -0
  76. package/templates/.claude/skills/typescript-best-practices/SKILL.md +1 -0
  77. package/templates/.claude/skills/update-docs/SKILL.md +4 -3
  78. package/templates/.claude/skills/update-external/SKILL.md +1 -0
  79. package/templates/.claude/skills/vercel-deploy/SKILL.md +1 -0
  80. package/templates/.claude/skills/web-design-guidelines/SKILL.md +1 -0
  81. package/templates/.claude/skills/worker-reviewer-pipeline/SKILL.md +2 -0
  82. package/templates/.claude/skills/writing-clearly-and-concisely/SKILL.md +3 -2
  83. package/templates/CLAUDE.md.en +6 -5
  84. package/templates/CLAUDE.md.ko +6 -5
  85. package/templates/manifest.json +4 -4
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: memory-save
3
3
  description: Save current session context to claude-mem
4
+ scope: core
4
5
  argument-hint: "[--tags <tags>] [--include-code]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: model-escalation
3
3
  description: Advisory model escalation based on task outcome tracking
4
+ scope: core
4
5
  ---
5
6
 
6
7
  # Model Escalation Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: monitoring-setup
3
3
  description: Enable/disable OpenTelemetry console monitoring for Claude Code usage tracking
4
+ scope: package
4
5
  argument-hint: "[enable|disable|status]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: multi-model-verification
3
3
  description: Parallel code verification using multiple models with severity classification
4
+ scope: core
4
5
  version: 1.0.0
5
6
  user-invocable: false
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: npm-audit
3
3
  description: Audit npm dependencies for security and updates
4
+ scope: package
4
5
  argument-hint: "[--fix] [--production]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: npm-publish
3
3
  description: Publish package to npm registry with pre-checks
4
+ scope: package
4
5
  argument-hint: "[--tag <tag>] [--dry-run]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: npm-version
3
3
  description: Manage semantic versions for npm packages
4
+ scope: package
4
5
  argument-hint: "<major|minor|patch> [--no-tag] [--no-commit]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: optimize-analyze
3
3
  description: Analyze bundle size and performance metrics
4
+ scope: core
4
5
  argument-hint: "[target] [--verbose]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: optimize-bundle
3
3
  description: Apply bundle size optimizations
4
+ scope: core
4
5
  argument-hint: "[--dry-run] [--safe]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: optimize-report
3
3
  description: Generate comprehensive optimization report
4
+ scope: core
4
5
  argument-hint: "[--baseline <file>] [--format <format>]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: pipeline-architecture-patterns
3
3
  description: Data pipeline architecture patterns for ETL/ELT design, orchestration, and data quality frameworks
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: pipeline-guards
3
3
  description: Safety constraints and quality gates for pipeline and workflow execution
4
+ scope: core
5
+ context: fork
4
6
  ---
5
7
 
6
8
  # Pipeline Guards Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: postgres-best-practices
3
3
  description: PostgreSQL best practices for database design, query optimization, and performance tuning
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: pr-auto-improve
3
3
  description: Opt-in post-PR analysis and improvement suggestions for code quality enhancement
4
+ scope: core
4
5
  ---
5
6
 
6
7
  # PR Auto-Improvement Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: python-best-practices
3
3
  description: Pythonic patterns from PEP 8 and PEP 20
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: qa-lead-routing
3
3
  description: Coordinates QA workflow across planning, writing, and execution agents. Use when user requests testing, quality assurance, or test documentation.
4
+ scope: core
4
5
  user-invocable: false
5
6
  context: fork
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: react-best-practices
3
3
  description: React/Next.js performance optimization with 40+ rules in 8 categories
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: redis-best-practices
3
3
  description: Redis best practices for caching, data structures, and in-memory data architecture
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: research
3
3
  description: 10-team parallel deep analysis with cross-verification for any topic, repository, or technology. Use when user invokes /research or asks for comprehensive research.
4
+ scope: core
4
5
  user-invocable: true
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: result-aggregation
3
3
  description: Aggregate parallel agent results into concise output
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: rust-best-practices
3
3
  description: Idiomatic Rust patterns from official guidelines
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: sauron-watch
3
3
  description: Full R017 verification (5+3 rounds) before commit
4
+ scope: harness
4
5
  disable-model-invocation: true
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: secretary-routing
3
3
  description: Routes agent management tasks to the correct manager agent. Use when user requests agent creation, updates, audits, git operations, or verification.
4
+ scope: core
4
5
  user-invocable: false
5
6
  context: fork
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: skills-sh-search
3
3
  description: Search and install skills from skills.sh marketplace when internal skills are insufficient
4
+ scope: core
4
5
  argument-hint: "<query> [--install] [--global]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: snowflake-best-practices
3
3
  description: Snowflake best practices for cloud data warehouse design, query optimization, and cost management
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: spark-best-practices
3
3
  description: Apache Spark best practices for PySpark and Scala distributed data processing
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: springboot-best-practices
3
3
  description: Spring Boot patterns for enterprise Java applications
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: status
3
3
  description: Show system status and health checks
4
+ scope: core
4
5
  argument-hint: "[--verbose] [--health]"
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: structured-dev-cycle
3
3
  description: 6-stage structured development cycle with stage-based tool restrictions
4
+ scope: core
4
5
  version: 1.0.0
5
6
  user-invocable: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: stuck-recovery
3
3
  description: Detect stuck loops and advise recovery strategies
4
+ scope: core
4
5
  ---
5
6
 
6
7
  # Stuck Recovery Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: supabase-postgres-best-practices
3
3
  description: PostgreSQL performance optimization guidelines from Supabase. Apply when writing SQL, designing schemas, configuring RLS, or optimizing database performance.
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -96,4 +97,4 @@ user-invocable: false
96
97
  - PostgreSQL Official Docs: https://www.postgresql.org/docs/
97
98
  - Supabase Agent Skills: https://github.com/supabase/agent-skills
98
99
 
99
- For detailed rule files with specific examples, see guides/supabase-postgres/.
100
+ For detailed rule files with specific examples, see templates/guides/supabase-postgres/.
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: task-decomposition
3
3
  description: Auto-decompose large tasks into DAG-compatible parallel subtasks
4
+ scope: core
5
+ context: fork
4
6
  ---
5
7
 
6
8
  # Task Decomposition Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: typescript-best-practices
3
3
  description: Type-safe TypeScript patterns from industry standards
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: update-docs
3
3
  description: Sync documentation with project structure
4
+ scope: harness
4
5
  argument-hint: "[--check] [--target <path>]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -23,7 +24,7 @@ Ensures all documentation (AGENT.md, SKILL.md, index.yaml, CLAUDE.md) accurately
23
24
  1. Scan project structure
24
25
  ├── .claude/agents/
25
26
  ├── .claude/skills/
26
- ├── guides/
27
+ ├── templates/guides/
27
28
  └── commands/
28
29
 
29
30
  2. Validate consistency
@@ -78,7 +79,7 @@ agent_skill_mapping:
78
79
 
79
80
  agent_guide_mapping:
80
81
  - Each agent declares valid guides
81
- - Guides exist in guides/
82
+ - Guides exist in templates/guides/
82
83
  - Paths are relative and correct
83
84
 
84
85
  command_agent_mapping:
@@ -105,7 +106,7 @@ Skills:
105
106
 
106
107
  Guides:
107
108
  ✓ 12 guides declared
108
- ✗ Orphan: guides/old-guide/ (exists but not referenced)
109
+ ✗ Orphan: templates/guides/old-guide/ (exists but not referenced)
109
110
 
110
111
  CLAUDE.md:
111
112
  ✗ Agent count outdated (shows 14, actual 15)
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: update-external
3
3
  description: Update agents from external sources (GitHub, docs, etc.)
4
+ scope: harness
4
5
  argument-hint: "[agent-name] [--check] [--force]"
5
6
  disable-model-invocation: true
6
7
  ---
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: vercel-deploy
3
3
  description: Deploy applications to Vercel with auto-detection and preview URLs
4
+ scope: core
4
5
  ---
5
6
 
6
7
  ## When to Use
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: web-design-guidelines
3
3
  description: UI code review with 100+ rules for accessibility, performance, and UX
4
+ scope: core
4
5
  user-invocable: false
5
6
  ---
6
7
 
@@ -1,6 +1,8 @@
1
1
  ---
2
2
  name: worker-reviewer-pipeline
3
3
  description: Worker-Reviewer iterative pipeline for quality-critical code with review cycles
4
+ scope: core
5
+ context: fork
4
6
  ---
5
7
 
6
8
  # Worker-Reviewer Pipeline Skill
@@ -1,6 +1,7 @@
1
1
  ---
2
2
  name: writing-clearly-and-concisely
3
3
  description: Apply Strunk's timeless writing rules to ANY prose humans will read—documentation, commit messages, error messages, explanations, reports, or UI text. Makes your writing clearer, stronger, and more professional.
4
+ scope: core
4
5
  ---
5
6
 
6
7
  # Writing Clearly and Concisely
@@ -11,7 +12,7 @@ William Strunk Jr.'s *The Elements of Style* (1918) teaches you to write clearly
11
12
 
12
13
  **Source**: Internalized from `elements-of-style` plugin (superpowers-marketplace v1.0.0)
13
14
 
14
- **WARNING:** The full reference (`guides/elements-of-style/elements-of-style.html`) consumes ~12,000 tokens. Read it only when writing or editing prose.
15
+ **WARNING:** The full reference (`templates/guides/elements-of-style/elements-of-style.html`) consumes ~12,000 tokens. Read it only when writing or editing prose.
15
16
 
16
17
  ## When to Use This Skill
17
18
 
@@ -57,7 +58,7 @@ When context is tight:
57
58
  18. **Place emphatic words at end of sentence**
58
59
 
59
60
  ### Section V: Words and Expressions Commonly Misused
60
- Alphabetical reference for usage questions — see `guides/elements-of-style/elements-of-style.html`
61
+ Alphabetical reference for usage questions — see `templates/guides/elements-of-style/elements-of-style.html`
61
62
 
62
63
  ## Bottom Line
63
64
 
@@ -138,6 +138,7 @@ Violation = immediate correction. No exception for "small changes".
138
138
  | R011 | Memory Integration | Session persistence with claude-mem |
139
139
  | R012 | HUD Statusline | Real-time status display |
140
140
  | R013 | Ecomode | Token efficiency for batch ops |
141
+ | R019 | Ontology-RAG Routing | Ontology-RAG enrichment for routing skills |
141
142
 
142
143
  ### MAY (Optional)
143
144
  | ID | Rule | Description |
@@ -181,9 +182,9 @@ Violation = immediate correction. No exception for "small changes".
181
182
  project/
182
183
  +-- CLAUDE.md # Entry point
183
184
  +-- .claude/
184
- | +-- agents/ # Subagent definitions (43 files)
185
- | +-- skills/ # Skills (67 directories)
186
- | +-- rules/ # Global rules (R000-R018)
185
+ | +-- agents/ # Subagent definitions (44 files)
186
+ | +-- skills/ # Skills (69 directories)
187
+ | +-- rules/ # Global rules (R000-R019)
187
188
  | +-- hooks/ # Hook scripts (memory, HUD)
188
189
  | +-- contexts/ # Context files (ecomode)
189
190
  +-- guides/ # Reference docs (25 topics)
@@ -216,7 +217,7 @@ This is the core oh-my-customcode philosophy: **"No expert? CREATE one, connect
216
217
  |------|-------|--------|
217
218
  | SW Engineer/Language | 6 | lang-golang-expert, lang-python-expert, lang-rust-expert, lang-kotlin-expert, lang-typescript-expert, lang-java21-expert |
218
219
  | SW Engineer/Backend | 6 | be-fastapi-expert, be-springboot-expert, be-go-backend-expert, be-express-expert, be-nestjs-expert, be-django-expert |
219
- | SW Engineer/Frontend | 3 | fe-vercel-agent, fe-vuejs-agent, fe-svelte-agent |
220
+ | SW Engineer/Frontend | 4 | fe-vercel-agent, fe-vuejs-agent, fe-svelte-agent, fe-flutter-agent |
220
221
  | SW Engineer/Tooling | 3 | tool-npm-expert, tool-optimizer, tool-bun-expert |
221
222
  | DE Engineer | 6 | de-airflow-expert, de-dbt-expert, de-spark-expert, de-kafka-expert, de-snowflake-expert, de-pipeline-expert |
222
223
  | SW Engineer/Database | 3 | db-supabase-expert, db-postgres-expert, db-redis-expert |
@@ -226,7 +227,7 @@ This is the core oh-my-customcode philosophy: **"No expert? CREATE one, connect
226
227
  | QA Team | 3 | qa-planner, qa-writer, qa-engineer |
227
228
  | Manager | 6 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sauron, mgr-claude-code-bible |
228
229
  | System | 2 | sys-memory-keeper, sys-naggy |
229
- | **Total** | **43** | |
230
+ | **Total** | **44** | |
230
231
 
231
232
  ## Agent Teams (MUST when enabled)
232
233
 
@@ -138,6 +138,7 @@ oh-my-customcode로 구동됩니다.
138
138
  | R011 | 메모리 통합 | claude-mem을 통한 세션 지속성 |
139
139
  | R012 | HUD 상태줄 | 실시간 상태 표시 |
140
140
  | R013 | Ecomode | 배치 작업 토큰 효율성 |
141
+ | R019 | Ontology-RAG 라우팅 | 라우팅 스킬의 ontology-RAG enrichment |
141
142
 
142
143
  ### MAY (선택)
143
144
  | ID | 규칙 | 설명 |
@@ -181,9 +182,9 @@ oh-my-customcode로 구동됩니다.
181
182
  project/
182
183
  +-- CLAUDE.md # 진입점
183
184
  +-- .claude/
184
- | +-- agents/ # 서브에이전트 정의 (43 파일)
185
- | +-- skills/ # 스킬 (67 디렉토리)
186
- | +-- rules/ # 전역 규칙 (R000-R018)
185
+ | +-- agents/ # 서브에이전트 정의 (44 파일)
186
+ | +-- skills/ # 스킬 (69 디렉토리)
187
+ | +-- rules/ # 전역 규칙 (R000-R019)
187
188
  | +-- hooks/ # 훅 스크립트 (메모리, HUD)
188
189
  | +-- contexts/ # 컨텍스트 파일 (ecomode)
189
190
  +-- guides/ # 레퍼런스 문서 (25 토픽)
@@ -216,7 +217,7 @@ project/
216
217
  |------|------|----------|
217
218
  | SW Engineer/Language | 6 | lang-golang-expert, lang-python-expert, lang-rust-expert, lang-kotlin-expert, lang-typescript-expert, lang-java21-expert |
218
219
  | SW Engineer/Backend | 6 | be-fastapi-expert, be-springboot-expert, be-go-backend-expert, be-express-expert, be-nestjs-expert, be-django-expert |
219
- | SW Engineer/Frontend | 3 | fe-vercel-agent, fe-vuejs-agent, fe-svelte-agent |
220
+ | SW Engineer/Frontend | 4 | fe-vercel-agent, fe-vuejs-agent, fe-svelte-agent, fe-flutter-agent |
220
221
  | SW Engineer/Tooling | 3 | tool-npm-expert, tool-optimizer, tool-bun-expert |
221
222
  | DE Engineer | 6 | de-airflow-expert, de-dbt-expert, de-spark-expert, de-kafka-expert, de-snowflake-expert, de-pipeline-expert |
222
223
  | SW Engineer/Database | 3 | db-supabase-expert, db-postgres-expert, db-redis-expert |
@@ -226,7 +227,7 @@ project/
226
227
  | QA Team | 3 | qa-planner, qa-writer, qa-engineer |
227
228
  | Manager | 6 | mgr-creator, mgr-updater, mgr-supplier, mgr-gitnerd, mgr-sauron, mgr-claude-code-bible |
228
229
  | System | 2 | sys-memory-keeper, sys-naggy |
229
- | **총계** | **43** | |
230
+ | **총계** | **44** | |
230
231
 
231
232
  ## Agent Teams (MUST when enabled)
232
233
 
@@ -1,12 +1,12 @@
1
1
  {
2
- "version": "0.32.0",
3
- "lastUpdated": "2026-03-09T00:00:00.000Z",
2
+ "version": "0.33.0",
3
+ "lastUpdated": "2026-03-13T00:00:00.000Z",
4
4
  "components": [
5
5
  {
6
6
  "name": "rules",
7
7
  "path": ".claude/rules",
8
8
  "description": "Agent behavior rules and guidelines",
9
- "files": 18
9
+ "files": 19
10
10
  },
11
11
  {
12
12
  "name": "agents",
@@ -18,7 +18,7 @@
18
18
  "name": "skills",
19
19
  "path": ".claude/skills",
20
20
  "description": "Reusable skill modules (includes slash commands)",
21
- "files": 68
21
+ "files": 69
22
22
  },
23
23
  {
24
24
  "name": "guides",