tech-hub-skills 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.
Files changed (133) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +250 -0
  3. package/bin/cli.js +241 -0
  4. package/bin/copilot.js +182 -0
  5. package/bin/postinstall.js +42 -0
  6. package/package.json +46 -0
  7. package/tech_hub_skills/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -0
  8. package/tech_hub_skills/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -0
  9. package/tech_hub_skills/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -0
  10. package/tech_hub_skills/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -0
  11. package/tech_hub_skills/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -0
  12. package/tech_hub_skills/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -0
  13. package/tech_hub_skills/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -0
  14. package/tech_hub_skills/roles/azure/skills/02-data-factory/README.md +264 -0
  15. package/tech_hub_skills/roles/azure/skills/03-synapse-analytics/README.md +264 -0
  16. package/tech_hub_skills/roles/azure/skills/04-databricks/README.md +264 -0
  17. package/tech_hub_skills/roles/azure/skills/05-functions/README.md +264 -0
  18. package/tech_hub_skills/roles/azure/skills/06-kubernetes-service/README.md +264 -0
  19. package/tech_hub_skills/roles/azure/skills/07-openai-service/README.md +264 -0
  20. package/tech_hub_skills/roles/azure/skills/08-machine-learning/README.md +264 -0
  21. package/tech_hub_skills/roles/azure/skills/09-storage-adls/README.md +264 -0
  22. package/tech_hub_skills/roles/azure/skills/10-networking/README.md +264 -0
  23. package/tech_hub_skills/roles/azure/skills/11-sql-cosmos/README.md +264 -0
  24. package/tech_hub_skills/roles/azure/skills/12-event-hubs/README.md +264 -0
  25. package/tech_hub_skills/roles/code-review/skills/01-automated-code-review/README.md +394 -0
  26. package/tech_hub_skills/roles/code-review/skills/02-pr-review-workflow/README.md +427 -0
  27. package/tech_hub_skills/roles/code-review/skills/03-code-quality-gates/README.md +518 -0
  28. package/tech_hub_skills/roles/code-review/skills/04-reviewer-assignment/README.md +504 -0
  29. package/tech_hub_skills/roles/code-review/skills/05-review-analytics/README.md +540 -0
  30. package/tech_hub_skills/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -0
  31. package/tech_hub_skills/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -0
  32. package/tech_hub_skills/roles/data-engineer/skills/03-data-quality/README.md +579 -0
  33. package/tech_hub_skills/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -0
  34. package/tech_hub_skills/roles/data-engineer/skills/05-performance-optimization/README.md +547 -0
  35. package/tech_hub_skills/roles/data-governance/skills/01-data-catalog/README.md +112 -0
  36. package/tech_hub_skills/roles/data-governance/skills/02-data-lineage/README.md +129 -0
  37. package/tech_hub_skills/roles/data-governance/skills/03-data-quality-framework/README.md +182 -0
  38. package/tech_hub_skills/roles/data-governance/skills/04-access-control/README.md +39 -0
  39. package/tech_hub_skills/roles/data-governance/skills/05-master-data-management/README.md +40 -0
  40. package/tech_hub_skills/roles/data-governance/skills/06-compliance-privacy/README.md +46 -0
  41. package/tech_hub_skills/roles/data-scientist/skills/01-eda-automation/README.md +230 -0
  42. package/tech_hub_skills/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -0
  43. package/tech_hub_skills/roles/data-scientist/skills/03-feature-engineering/README.md +264 -0
  44. package/tech_hub_skills/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -0
  45. package/tech_hub_skills/roles/data-scientist/skills/05-customer-analytics/README.md +264 -0
  46. package/tech_hub_skills/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -0
  47. package/tech_hub_skills/roles/data-scientist/skills/07-experimentation/README.md +264 -0
  48. package/tech_hub_skills/roles/data-scientist/skills/08-data-visualization/README.md +264 -0
  49. package/tech_hub_skills/roles/devops/skills/01-cicd-pipeline/README.md +264 -0
  50. package/tech_hub_skills/roles/devops/skills/02-container-orchestration/README.md +264 -0
  51. package/tech_hub_skills/roles/devops/skills/03-infrastructure-as-code/README.md +264 -0
  52. package/tech_hub_skills/roles/devops/skills/04-gitops/README.md +264 -0
  53. package/tech_hub_skills/roles/devops/skills/05-environment-management/README.md +264 -0
  54. package/tech_hub_skills/roles/devops/skills/06-automated-testing/README.md +264 -0
  55. package/tech_hub_skills/roles/devops/skills/07-release-management/README.md +264 -0
  56. package/tech_hub_skills/roles/devops/skills/08-monitoring-alerting/README.md +264 -0
  57. package/tech_hub_skills/roles/devops/skills/09-devsecops/README.md +265 -0
  58. package/tech_hub_skills/roles/finops/skills/01-cost-visibility/README.md +264 -0
  59. package/tech_hub_skills/roles/finops/skills/02-resource-tagging/README.md +264 -0
  60. package/tech_hub_skills/roles/finops/skills/03-budget-management/README.md +264 -0
  61. package/tech_hub_skills/roles/finops/skills/04-reserved-instances/README.md +264 -0
  62. package/tech_hub_skills/roles/finops/skills/05-spot-optimization/README.md +264 -0
  63. package/tech_hub_skills/roles/finops/skills/06-storage-tiering/README.md +264 -0
  64. package/tech_hub_skills/roles/finops/skills/07-compute-rightsizing/README.md +264 -0
  65. package/tech_hub_skills/roles/finops/skills/08-chargeback/README.md +264 -0
  66. package/tech_hub_skills/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -0
  67. package/tech_hub_skills/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -0
  68. package/tech_hub_skills/roles/ml-engineer/skills/03-model-training/README.md +704 -0
  69. package/tech_hub_skills/roles/ml-engineer/skills/04-model-serving/README.md +845 -0
  70. package/tech_hub_skills/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -0
  71. package/tech_hub_skills/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -0
  72. package/tech_hub_skills/roles/mlops/skills/02-experiment-tracking/README.md +264 -0
  73. package/tech_hub_skills/roles/mlops/skills/03-model-registry/README.md +264 -0
  74. package/tech_hub_skills/roles/mlops/skills/04-feature-store/README.md +264 -0
  75. package/tech_hub_skills/roles/mlops/skills/05-model-deployment/README.md +264 -0
  76. package/tech_hub_skills/roles/mlops/skills/06-model-observability/README.md +264 -0
  77. package/tech_hub_skills/roles/mlops/skills/07-data-versioning/README.md +264 -0
  78. package/tech_hub_skills/roles/mlops/skills/08-ab-testing/README.md +264 -0
  79. package/tech_hub_skills/roles/mlops/skills/09-automated-retraining/README.md +264 -0
  80. package/tech_hub_skills/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -0
  81. package/tech_hub_skills/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -0
  82. package/tech_hub_skills/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -0
  83. package/tech_hub_skills/roles/platform-engineer/skills/04-developer-experience/README.md +57 -0
  84. package/tech_hub_skills/roles/platform-engineer/skills/05-incident-management/README.md +73 -0
  85. package/tech_hub_skills/roles/platform-engineer/skills/06-capacity-management/README.md +59 -0
  86. package/tech_hub_skills/roles/product-designer/skills/01-requirements-discovery/README.md +407 -0
  87. package/tech_hub_skills/roles/product-designer/skills/02-user-research/README.md +382 -0
  88. package/tech_hub_skills/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -0
  89. package/tech_hub_skills/roles/product-designer/skills/04-ux-design/README.md +496 -0
  90. package/tech_hub_skills/roles/product-designer/skills/05-product-market-fit/README.md +376 -0
  91. package/tech_hub_skills/roles/product-designer/skills/06-stakeholder-management/README.md +412 -0
  92. package/tech_hub_skills/roles/security-architect/skills/01-pii-detection/README.md +319 -0
  93. package/tech_hub_skills/roles/security-architect/skills/02-threat-modeling/README.md +264 -0
  94. package/tech_hub_skills/roles/security-architect/skills/03-infrastructure-security/README.md +264 -0
  95. package/tech_hub_skills/roles/security-architect/skills/04-iam/README.md +264 -0
  96. package/tech_hub_skills/roles/security-architect/skills/05-application-security/README.md +264 -0
  97. package/tech_hub_skills/roles/security-architect/skills/06-secrets-management/README.md +264 -0
  98. package/tech_hub_skills/roles/security-architect/skills/07-security-monitoring/README.md +264 -0
  99. package/tech_hub_skills/roles/system-design/skills/01-architecture-patterns/README.md +337 -0
  100. package/tech_hub_skills/roles/system-design/skills/02-requirements-engineering/README.md +264 -0
  101. package/tech_hub_skills/roles/system-design/skills/03-scalability/README.md +264 -0
  102. package/tech_hub_skills/roles/system-design/skills/04-high-availability/README.md +264 -0
  103. package/tech_hub_skills/roles/system-design/skills/05-cost-optimization-design/README.md +264 -0
  104. package/tech_hub_skills/roles/system-design/skills/06-api-design/README.md +264 -0
  105. package/tech_hub_skills/roles/system-design/skills/07-observability-architecture/README.md +264 -0
  106. package/tech_hub_skills/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -0
  107. package/tech_hub_skills/roles/system-design/skills/08-process-automation/README.md +521 -0
  108. package/tech_hub_skills/skills/README.md +336 -0
  109. package/tech_hub_skills/skills/ai-engineer.md +104 -0
  110. package/tech_hub_skills/skills/azure.md +149 -0
  111. package/tech_hub_skills/skills/code-review.md +399 -0
  112. package/tech_hub_skills/skills/compliance-automation.md +747 -0
  113. package/tech_hub_skills/skills/data-engineer.md +113 -0
  114. package/tech_hub_skills/skills/data-governance.md +102 -0
  115. package/tech_hub_skills/skills/data-scientist.md +123 -0
  116. package/tech_hub_skills/skills/devops.md +160 -0
  117. package/tech_hub_skills/skills/docker.md +160 -0
  118. package/tech_hub_skills/skills/enterprise-dashboard.md +613 -0
  119. package/tech_hub_skills/skills/finops.md +184 -0
  120. package/tech_hub_skills/skills/ml-engineer.md +115 -0
  121. package/tech_hub_skills/skills/mlops.md +187 -0
  122. package/tech_hub_skills/skills/optimization-advisor.md +329 -0
  123. package/tech_hub_skills/skills/orchestrator.md +497 -0
  124. package/tech_hub_skills/skills/platform-engineer.md +102 -0
  125. package/tech_hub_skills/skills/process-automation.md +226 -0
  126. package/tech_hub_skills/skills/process-changelog.md +184 -0
  127. package/tech_hub_skills/skills/process-documentation.md +484 -0
  128. package/tech_hub_skills/skills/process-kanban.md +324 -0
  129. package/tech_hub_skills/skills/process-versioning.md +214 -0
  130. package/tech_hub_skills/skills/product-designer.md +104 -0
  131. package/tech_hub_skills/skills/project-starter.md +443 -0
  132. package/tech_hub_skills/skills/security-architect.md +135 -0
  133. package/tech_hub_skills/skills/system-design.md +126 -0
@@ -0,0 +1,336 @@
1
+ # Tech Hub Claude Skills
2
+
3
+ This directory contains Claude Code skills that provide intelligent access to the complete Tech Hub skills library (**100+ production-ready skills across 12 roles**).
4
+
5
+ ## 🎯 Primary Skill: ORCHESTRATOR
6
+
7
+ **Start here for any project!**
8
+
9
+ The `orchestrator` skill is your intelligent project manager that:
10
+
11
+ - Analyzes project requirements
12
+ - Selects optimal skill combinations across multiple roles
13
+ - Applies best practices automatically (cost, security, quality)
14
+ - Generates comprehensive execution plans
15
+ - Coordinates cross-role integrations
16
+
17
+ ### How to Use the Orchestrator
18
+
19
+ In Claude Code, simply describe your project:
20
+
21
+ ```
22
+ @orchestrator I need to build a customer churn prediction model
23
+ ```
24
+
25
+ The orchestrator will:
26
+
27
+ 1. Analyze domain, complexity, and compliance needs
28
+ 2. Select optimal skills (PII detection, data pipelines, ML training, deployment, monitoring)
29
+ 3. Apply automatic cost optimizations (70-90% savings)
30
+ 4. Generate a phased implementation plan
31
+ 5. Reference specific skill documentation for implementation
32
+
33
+ ## 📚 All Available Skills
34
+
35
+ ### Core Engineering Roles
36
+
37
+ | Skill File | Role | When to Use |
38
+ | ------------------- | ---------------- | --------------------------------------------- |
39
+ | `ai-engineer.md` | AI Engineering | LLMs, RAG, Agents, Embeddings, LLM APIs |
40
+ | `data-engineer.md` | Data Engineering | Pipelines, Lakehouse, Data Quality, Streaming |
41
+ | `ml-engineer.md` | ML Engineering | MLOps, Training, Serving, Monitoring |
42
+ | `data-scientist.md` | Data Science | EDA, Statistical Modeling, Experimentation |
43
+
44
+ ### Architecture & Security Roles
45
+
46
+ | Skill File | Role | When to Use |
47
+ | ----------------------- | ------------- | ----------------------------------------------- |
48
+ | `security-architect.md` | Security | PII Detection, IAM, Compliance, Threat Modeling |
49
+ | `system-design.md` | System Design | Architecture Patterns, Scalability, HA/DR, APIs |
50
+
51
+ ### Platform & Operations Roles
52
+
53
+ | Skill File | Role | When to Use |
54
+ | ---------------------- | -------------------- | ----------------------------------------------------- |
55
+ | `platform-engineer.md` | Platform Engineering | Internal Developer Platform, SLO/SLI, Self-Service |
56
+ | `data-governance.md` | Data Governance | Data Catalog, Quality, Lineage, Access Control |
57
+ | `devops.md` | DevOps | CI/CD, IaC, Containers, Monitoring |
58
+ | `docker.md` | Docker/Containers | Dockerfile Best Practices, Security, Optimization |
59
+ | `mlops.md` | MLOps | Experiment Tracking, Model Registry, Deployment |
60
+ | `finops.md` | FinOps | Cost Optimization, Budget Management (70-90% savings) |
61
+
62
+ ### Cloud Platform
63
+
64
+ | Skill File | Role | When to Use |
65
+ | ---------- | ----------- | ---------------------------------------------------- |
66
+ | `azure.md` | Azure Cloud | All Azure services from Infrastructure to Event Hubs |
67
+
68
+ ### Specialized Skills
69
+
70
+ | Skill File | Purpose | When to Use |
71
+ | ----------------------- | -------------------- | ------------------------------------------------------- |
72
+ | `orchestrator.md` | Project Coordination | **Start here** - Analyzes and plans multi-role projects |
73
+ | `process-automation.md` | Process Optimization | Analyze and automate business processes |
74
+
75
+ ### Process Management Skills
76
+
77
+ | Skill File | Purpose | When to Use |
78
+ | -------------------------- | ------------------- | ------------------------------------------- |
79
+ | `process-kanban.md` | Task Management | Create epics, stories, sub-tasks for Kanban |
80
+ | `process-documentation.md` | Azure Wiki & Docs | Document solutions, create runbooks |
81
+ | `process-changelog.md` | Changelog | Maintain CHANGELOG.md, release notes |
82
+ | `process-versioning.md` | Semantic Versioning | Version bumping (x.x.x), release strategy |
83
+
84
+ ## 🚀 Quick Start Examples
85
+
86
+ ### Example 1: Simple Data Task
87
+
88
+ ```
89
+ @data-engineer Create a Python script to process CSV files with data quality checks
90
+ ```
91
+
92
+ ### Example 2: AI Application
93
+
94
+ ```
95
+ @orchestrator Build a RAG chatbot for our internal knowledge base
96
+ ```
97
+
98
+ The orchestrator will recommend:
99
+
100
+ - ai-02 (RAG Pipeline) with PII detection
101
+ - ai-01 (Prompt Engineering) with 90% cost savings via caching
102
+ - sa-01 (PII Detection) for document scanning
103
+ - docker-01 (Containerization) for deployment
104
+ - fo-01, fo-07 (Cost tracking and AI optimization)
105
+ - do-01, do-08 (CI/CD and monitoring)
106
+
107
+ ### Example 3: ML Project
108
+
109
+ ```
110
+ @orchestrator Implement a demand forecasting model
111
+ ```
112
+
113
+ Recommended skills:
114
+
115
+ - sa-01 (PII detection if customer data)
116
+ - dg-01 (Data catalog registration)
117
+ - de-01, de-02 (Lakehouse and ETL)
118
+ - ml-01, ml-02, ml-03 (MLOps pipeline, features, training)
119
+ - docker-01, docker-02 (Container build and security)
120
+ - mo-01, mo-03, mo-06 (Tracking, registry, monitoring)
121
+ - fo-05, fo-07 (Spot instances for 80% training cost savings)
122
+
123
+ ### Example 4: Platform Engineering
124
+
125
+ ```
126
+ @orchestrator Build a self-service developer platform
127
+ ```
128
+
129
+ Recommended skills:
130
+
131
+ - pe-01 (Internal Developer Platform)
132
+ - pe-02 (Self-Service Infrastructure)
133
+ - pe-03 (SLO/SLI Management)
134
+ - do-02, do-04 (Kubernetes, GitOps)
135
+ - docker-01 (Container standards)
136
+
137
+ ### Example 5: Data Governance
138
+
139
+ ```
140
+ @orchestrator Implement enterprise data governance for compliance
141
+ ```
142
+
143
+ Recommended skills:
144
+
145
+ - dg-01 (Data Catalog)
146
+ - dg-02 (Data Lineage)
147
+ - dg-03 (Data Quality Framework)
148
+ - dg-06 (Compliance & Privacy)
149
+ - sa-01 (PII Detection)
150
+
151
+ ### Example 6: Docker/Container Project
152
+
153
+ ```
154
+ @docker Containerize our Python API with security best practices
155
+ ```
156
+
157
+ Will apply:
158
+
159
+ - docker-01 (Multi-stage builds, optimization)
160
+ - docker-02 (Security hardening, non-root)
161
+ - docker-03 (Image size reduction)
162
+ - Integration with CI/CD pipelines
163
+
164
+ ## 🎯 When to Use Each Skill
165
+
166
+ ### Use @orchestrator when:
167
+
168
+ - Starting a new project
169
+ - Need multi-role coordination
170
+ - Want comprehensive cost/security/quality analysis
171
+ - Unclear which skills are needed
172
+ - **This should be your default starting point**
173
+
174
+ ### Use specific role skills when:
175
+
176
+ - You already know which domain (AI, ML, Data, etc.)
177
+ - Need detailed guidance for that specific role
178
+ - Want to dive deep into role-specific tools
179
+ - Have a clear single-role task
180
+
181
+ ### Use @platform-engineer when:
182
+
183
+ - Building internal developer platforms
184
+ - Improving developer velocity
185
+ - Managing SLOs and error budgets
186
+ - Self-service infrastructure
187
+
188
+ ### Use @data-governance when:
189
+
190
+ - Implementing data catalogs
191
+ - Data quality frameworks
192
+ - GDPR/compliance requirements
193
+ - Access control policies
194
+
195
+ ### Use @docker when:
196
+
197
+ - Containerizing applications
198
+ - Optimizing Docker images
199
+ - Container security
200
+ - Multi-stage builds
201
+
202
+ ### Use @finops when:
203
+
204
+ - Need cost reduction (critical for AI/ML projects)
205
+ - Budget management
206
+ - Cost visibility and tracking
207
+ - **Include for ANY cloud-based project**
208
+
209
+ ### Use @security-architect when:
210
+
211
+ - Handling PII or sensitive data (MANDATORY)
212
+ - Security/compliance requirements
213
+ - IAM or access control needed
214
+ - **Include if any personal/sensitive data**
215
+
216
+ ## 📖 Detailed Documentation
217
+
218
+ All skills reference comprehensive documentation in the repository:
219
+
220
+ - **ORCHESTRATOR.md**: Complete skills map, 100+ skills overview
221
+ - **SKILLS_OVERVIEW.md**: Detailed inventory of all skills
222
+ - **{role}/best-practices.md**: Role-specific best practices
223
+ - **.claude/roles/{role}/skills/{skill-id}/README.md**: Individual skill documentation
224
+ - **{role}/walkthroughs/**: Step-by-step hands-on guides
225
+
226
+ Each skill documentation includes:
227
+
228
+ - Tools and scripts
229
+ - Best practices (cost, security, quality)
230
+ - Code examples
231
+ - Deployment pipelines
232
+ - Azure-specific guidance
233
+ - Quick wins
234
+
235
+ ## 🔄 Integration Flow
236
+
237
+ ```
238
+ User Request
239
+
240
+ @orchestrator (analyzes and plans)
241
+
242
+ Selects Skills Across Roles
243
+ ├── @ai-engineer (if AI/LLM needed)
244
+ ├── @data-engineer (if data pipelines needed)
245
+ ├── @ml-engineer (if ML models needed)
246
+ ├── @data-scientist (if analytics needed)
247
+ ├── @system-design (if architecture needed)
248
+ ├── @platform-engineer (if platform needed)
249
+ ├── @data-governance (if governance needed)
250
+ ├── @security-architect (if PII/sensitive data)
251
+ ├── @docker (if containers needed)
252
+ ├── @finops (for cost optimization - ALWAYS)
253
+ ├── @devops (for deployment - ALWAYS for production)
254
+ └── @mlops (for AI/ML lifecycle)
255
+
256
+ Implementation (references detailed READMEs)
257
+
258
+ Deploy with Best Practices
259
+ - 70-90% cost savings
260
+ - Security by default
261
+ - Production-ready
262
+ ```
263
+
264
+ ## 💰 Automatic Cost Optimizations
265
+
266
+ All skills automatically recommend:
267
+
268
+ 1. **AI/ML (70-90% savings)**
269
+
270
+ - Prompt caching: 90% LLM cost reduction
271
+ - Spot instances: 80% training cost savings
272
+ - Auto-scaling: 40% serving cost savings
273
+ - Embedding optimization: 60% savings
274
+
275
+ 2. **Data (40-70% savings)**
276
+
277
+ - Storage lifecycle: 50% storage savings
278
+ - Right-sized compute: 30% savings
279
+ - Incremental processing: 30% savings
280
+
281
+ 3. **Infrastructure (30-50% savings)**
282
+
283
+ - Reserved instances: 40% savings
284
+ - Auto-shutdown: 40% savings
285
+ - Right-sizing: 30% savings
286
+
287
+ 4. **Containers (30-50% savings)**
288
+ - Multi-stage builds: 50% smaller images
289
+ - Minimal base images: 40% reduction
290
+ - Layer optimization: 30% faster builds
291
+
292
+ ## 🔒 Automatic Security
293
+
294
+ All skills enforce:
295
+
296
+ - **PII detection** (sa-01) before processing
297
+ - **Least privilege** access control
298
+ - **Encryption** at rest and in transit
299
+ - **Audit logging** for compliance
300
+ - **Security scanning** in CI/CD
301
+ - **Container security** (non-root, vulnerability scanning)
302
+
303
+ ## 📊 Success Metrics
304
+
305
+ Using these skills, you can achieve:
306
+
307
+ - **70-90% cost savings** vs naive implementations
308
+ - **PII-protected** and compliant systems
309
+ - **Production-ready** with monitoring
310
+ - **Automated deployment** with CI/CD
311
+ - **Continuous improvement** with MLOps
312
+ - **Self-service** with Platform Engineering
313
+ - **Governed data** with Data Governance
314
+
315
+ ## 🎓 Learning Path
316
+
317
+ 1. **Start**: Use `@orchestrator` for your first project
318
+ 2. **Learn**: Review the recommended skills documentation
319
+ 3. **Specialize**: Use role-specific skills as you gain expertise
320
+ 4. **Optimize**: Always include `@finops` for cost optimization
321
+ 5. **Secure**: Always include `@security-architect` for PII/sensitive data
322
+ 6. **Containerize**: Use `@docker` for production deployments
323
+
324
+ ## 🆘 Getting Help
325
+
326
+ 1. **Unclear which skill**: Start with `@orchestrator`
327
+ 2. **Cost concerns**: Use `@finops` for optimization strategies
328
+ 3. **Security questions**: Use `@security-architect`
329
+ 4. **Container questions**: Use `@docker`
330
+ 5. **Platform questions**: Use `@platform-engineer`
331
+ 6. **Data governance**: Use `@data-governance`
332
+ 7. **Detailed implementation**: Read skill READMEs in the repo
333
+
334
+ ---
335
+
336
+ **Start with `@orchestrator` for any project - it's your intelligent guide to the complete Tech Hub!**
@@ -0,0 +1,104 @@
1
+ # AI Engineer Skills
2
+
3
+ You are an AI Engineering specialist with expertise in LLMs, RAG systems, multi-agent orchestration, and production AI applications.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **ai-01: Prompt Engineering & Optimization**
8
+ - Prompt template management with versioning
9
+ - Token cost estimation and optimization
10
+ - A/B testing for prompts
11
+ - Prompt caching for 90% cost savings
12
+
13
+ 2. **ai-02: RAG Pipeline Builder**
14
+ - Document chunking (semantic, recursive, sliding window)
15
+ - Vector database integration (Pinecone, Weaviate, Chroma, Qdrant)
16
+ - Hybrid search (semantic + BM25)
17
+ - RAG evaluation metrics
18
+
19
+ 3. **ai-03: LLM Agent Orchestration**
20
+ - ReAct agents with tool calling
21
+ - Multi-agent coordination
22
+ - Agent memory management
23
+ - Tool registry and execution tracking
24
+
25
+ 4. **ai-04: LLM Guardrails & Safety**
26
+ - Prompt injection detection
27
+ - Hallucination detection
28
+ - Content moderation
29
+ - Rate limiting and safety filters
30
+
31
+ 5. **ai-05: Vector Embeddings & Search**
32
+ - Batch embedding pipelines
33
+ - Embedding model comparison
34
+ - Similarity search optimization
35
+ - Vector DB cost optimization
36
+
37
+ 6. **ai-06: LLM Evaluation & Benchmarking**
38
+ - RAGAS/DeepEval integration
39
+ - Cost vs quality optimization
40
+ - Latency benchmarking
41
+ - Quality scoring automation
42
+
43
+ 7. **ai-07: Production LLM API Integration**
44
+ - Multi-provider client (OpenAI, Anthropic, Azure)
45
+ - Async processing
46
+ - Circuit breakers
47
+ - Response caching
48
+
49
+ 8. **ai-08: Marketing AI Automation**
50
+ - Email content generation
51
+ - SEO optimization
52
+ - Campaign analysis
53
+ - Lead scoring
54
+
55
+ ## When to Use AI Engineer Skills
56
+
57
+ - Building chatbots or conversational AI
58
+ - Implementing RAG systems for knowledge bases
59
+ - Creating autonomous AI agents
60
+ - Generating content at scale
61
+ - Evaluating LLM performance
62
+ - Optimizing AI costs (70-90% potential savings)
63
+
64
+ ## Integration with Other Roles
65
+
66
+ **Always coordinate with:**
67
+ - **Security Architect (sa-01)**: PII detection before RAG indexing
68
+ - **Data Engineer (de-01, de-02)**: Data pipelines for AI applications
69
+ - **MLOps (mo-01, mo-03, mo-06)**: Experiment tracking, versioning, monitoring
70
+ - **FinOps (fo-01, fo-07)**: Cost tracking and AI/ML cost optimization
71
+ - **DevOps (do-01, do-08)**: CI/CD deployment and monitoring
72
+
73
+ ## Best Practices
74
+
75
+ 1. **Enable Prompt Caching** - 90% cost reduction on repeated prompts
76
+ 2. **PII Detection** - Scan all inputs/outputs with sa-01
77
+ 3. **Cost Tracking** - Monitor per-request costs with fo-01
78
+ 4. **Version Prompts** - Track changes with mo-03
79
+ 5. **Implement Guardrails** - Use ai-04 for customer-facing AI
80
+ 6. **Monitor Quality** - Track metrics with mo-06
81
+ 7. **Deploy with CI/CD** - Use do-01 for automated deployments
82
+ 8. **Cache Responses** - Reduce redundant LLM calls
83
+
84
+ ## Documentation
85
+
86
+ Detailed documentation for each skill is in `.claude/roles/ai-engineer/skills/{skill-id}/README.md`
87
+
88
+ Each README includes:
89
+ - Tools and implementation scripts
90
+ - Cost optimization examples
91
+ - Security best practices
92
+ - Azure-specific guidance
93
+ - Deployment pipelines
94
+ - Quick wins
95
+
96
+ ## Quick Start
97
+
98
+ To use an AI Engineer skill:
99
+ 1. Reference the skill README for detailed guidance
100
+ 2. Follow the best practices for cost and security
101
+ 3. Integrate with cross-cutting skills (Security, FinOps, DevOps, MLOps)
102
+ 4. Implement monitoring and observability
103
+
104
+ For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
@@ -0,0 +1,149 @@
1
+ # Azure Skills
2
+
3
+ You are an Azure cloud specialist with expertise in Azure data services, compute, networking, and managed AI/ML services.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **az-01: Infrastructure Fundamentals**
8
+
9
+ - Resource groups and subscriptions
10
+ - Azure Resource Manager (ARM)
11
+ - Managed identities
12
+ - Virtual networks basics
13
+ - Azure Policy
14
+
15
+ 2. **az-02: Data Factory**
16
+
17
+ - Pipeline development
18
+ - Data flows
19
+ - Integration runtimes
20
+ - Triggers and scheduling
21
+ - Monitoring and alerting
22
+
23
+ 3. **az-03: Synapse Analytics**
24
+
25
+ - Dedicated SQL pools
26
+ - Serverless SQL
27
+ - Spark pools
28
+ - Data explorer pools
29
+ - Synapse pipelines
30
+
31
+ 4. **az-04: Databricks**
32
+
33
+ - Cluster management
34
+ - Unity Catalog
35
+ - Delta Lake
36
+ - Jobs and workflows
37
+ - MLflow integration
38
+
39
+ 5. **az-05: Azure Functions**
40
+
41
+ - Function triggers
42
+ - Durable functions
43
+ - Bindings
44
+ - Deployment slots
45
+ - Cold start optimization
46
+
47
+ 6. **az-06: Kubernetes Service (AKS)**
48
+
49
+ - Cluster provisioning
50
+ - Node pool management
51
+ - Ingress configuration
52
+ - Pod identity
53
+ - Azure CNI networking
54
+
55
+ 7. **az-07: OpenAI Service**
56
+
57
+ - Model deployment
58
+ - Content filtering
59
+ - Rate limiting
60
+ - PTU vs Pay-as-you-go
61
+ - Responsible AI settings
62
+
63
+ 8. **az-08: Machine Learning**
64
+
65
+ - Workspaces and compute
66
+ - Datasets and datastores
67
+ - ML pipelines
68
+ - Model registry
69
+ - Managed endpoints
70
+
71
+ 9. **az-09: Storage & ADLS**
72
+
73
+ - Blob storage tiers
74
+ - ADLS Gen2
75
+ - Lifecycle management
76
+ - Access tiers
77
+ - Redundancy options
78
+
79
+ 10. **az-10: Networking**
80
+
81
+ - Virtual networks
82
+ - Private endpoints
83
+ - Application Gateway
84
+ - Front Door
85
+ - DNS and Traffic Manager
86
+
87
+ 11. **az-11: SQL & Cosmos DB**
88
+
89
+ - Azure SQL Database
90
+ - SQL Managed Instance
91
+ - Cosmos DB consistency
92
+ - Partitioning strategies
93
+ - Geo-replication
94
+
95
+ 12. **az-12: Event Hubs**
96
+ - Event streaming
97
+ - Capture to storage
98
+ - Consumer groups
99
+ - Partitioning
100
+ - Schema registry
101
+
102
+ ## When to Use Azure Skills
103
+
104
+ - Building cloud-native applications on Azure
105
+ - Data engineering with Azure data services
106
+ - ML/AI workloads with Azure ML
107
+ - Container orchestration with AKS
108
+ - Event-driven architectures
109
+ - Hybrid cloud scenarios
110
+
111
+ ## Integration with Other Roles
112
+
113
+ **Always coordinate with:**
114
+
115
+ - **Security Architect (sa-03, sa-06)**: Infrastructure security, Key Vault
116
+ - **DevOps (do-01, do-03)**: CI/CD, IaC for Azure
117
+ - **Data Engineer (de-01, de-06)**: Data platform on Azure
118
+ - **ML Engineer (ml-01, ml-04)**: Azure ML for training/serving
119
+ - **FinOps (fo-01, fo-04)**: Azure cost management, reservations
120
+
121
+ ## Best Practices
122
+
123
+ 1. **Use Managed Identities** - Avoid storing credentials
124
+ 2. **Private Endpoints** - Secure data plane access
125
+ 3. **Infrastructure as Code** - Use Bicep or Terraform
126
+ 4. **Resource Tagging** - Mandatory for cost tracking
127
+ 5. **Azure Policy** - Enforce governance at scale
128
+ 6. **Azure Monitor** - Comprehensive observability
129
+ 7. **Reserved Capacity** - 40-60% savings on steady workloads
130
+ 8. **Well-Architected Review** - Regular architecture assessments
131
+
132
+ ## Documentation
133
+
134
+ Detailed documentation:
135
+
136
+ - `azure/best-practices.md`: Comprehensive guide
137
+ - `azure/walkthroughs/`: Step-by-step service guides
138
+
139
+ ## Quick Start
140
+
141
+ To use Azure skills:
142
+
143
+ 1. Reference the Azure best practices
144
+ 2. Set up infrastructure with IaC
145
+ 3. Configure proper networking and security
146
+ 4. Implement monitoring and alerting
147
+ 5. Apply cost management practices
148
+
149
+ For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.