tech-hub-skills 1.2.0 → 1.5.2
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/{LICENSE → .claude/LICENSE} +21 -21
- package/.claude/README.md +291 -0
- package/.claude/bin/cli.js +266 -0
- package/{bin → .claude/bin}/copilot.js +182 -182
- package/{bin → .claude/bin}/postinstall.js +42 -42
- package/{tech_hub_skills/skills → .claude/commands}/README.md +336 -336
- package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +104 -104
- package/{tech_hub_skills/skills → .claude/commands}/aws.md +143 -143
- package/{tech_hub_skills/skills → .claude/commands}/azure.md +149 -149
- package/{tech_hub_skills/skills → .claude/commands}/backend-developer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/code-review.md +399 -399
- package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +747 -747
- package/{tech_hub_skills/skills → .claude/commands}/compliance-officer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +113 -113
- package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +102 -102
- package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +123 -123
- package/{tech_hub_skills/skills → .claude/commands}/database-admin.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/devops.md +160 -160
- package/{tech_hub_skills/skills → .claude/commands}/docker.md +160 -160
- package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +613 -613
- package/{tech_hub_skills/skills → .claude/commands}/finops.md +184 -184
- package/{tech_hub_skills/skills → .claude/commands}/frontend-developer.md +108 -108
- package/{tech_hub_skills/skills → .claude/commands}/gcp.md +143 -143
- package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +115 -115
- package/{tech_hub_skills/skills → .claude/commands}/mlops.md +187 -187
- package/{tech_hub_skills/skills → .claude/commands}/network-engineer.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +329 -329
- package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +623 -623
- package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +102 -102
- package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +226 -226
- package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +184 -184
- package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +484 -484
- package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +324 -324
- package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +214 -214
- package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +104 -104
- package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +443 -443
- package/{tech_hub_skills/skills → .claude/commands}/qa-engineer.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +135 -135
- package/{tech_hub_skills/skills → .claude/commands}/sre.md +109 -109
- package/{tech_hub_skills/skills → .claude/commands}/system-design.md +126 -126
- package/{tech_hub_skills/skills → .claude/commands}/technical-writer.md +101 -101
- package/.claude/package.json +46 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
- package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
- package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +394 -394
- package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
- package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
- package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
- package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +540 -540
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +579 -579
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
- package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +112 -112
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +129 -129
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +39 -39
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +40 -40
- package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
- package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +265 -265
- package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +704 -704
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
- package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
- package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
- package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +382 -382
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +496 -496
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
- package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +319 -319
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
- package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +264 -264
- package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
- package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +521 -521
- package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
- package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
- package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
- package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
- package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
- package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
- package/.claude/skills/README.md +336 -0
- package/.claude/skills/ai-engineer.md +104 -0
- package/.claude/skills/aws.md +143 -0
- package/.claude/skills/azure.md +149 -0
- package/.claude/skills/backend-developer.md +108 -0
- package/.claude/skills/code-review.md +399 -0
- package/.claude/skills/compliance-automation.md +747 -0
- package/.claude/skills/compliance-officer.md +108 -0
- package/.claude/skills/data-engineer.md +113 -0
- package/.claude/skills/data-governance.md +102 -0
- package/.claude/skills/data-scientist.md +123 -0
- package/.claude/skills/database-admin.md +109 -0
- package/.claude/skills/devops.md +160 -0
- package/.claude/skills/docker.md +160 -0
- package/.claude/skills/enterprise-dashboard.md +613 -0
- package/.claude/skills/finops.md +184 -0
- package/.claude/skills/frontend-developer.md +108 -0
- package/.claude/skills/gcp.md +143 -0
- package/.claude/skills/ml-engineer.md +115 -0
- package/.claude/skills/mlops.md +187 -0
- package/.claude/skills/network-engineer.md +109 -0
- package/.claude/skills/optimization-advisor.md +329 -0
- package/.claude/skills/orchestrator.md +623 -0
- package/.claude/skills/platform-engineer.md +102 -0
- package/.claude/skills/process-automation.md +226 -0
- package/.claude/skills/process-changelog.md +184 -0
- package/.claude/skills/process-documentation.md +484 -0
- package/.claude/skills/process-kanban.md +324 -0
- package/.claude/skills/process-versioning.md +214 -0
- package/.claude/skills/product-designer.md +104 -0
- package/.claude/skills/project-starter.md +443 -0
- package/.claude/skills/qa-engineer.md +109 -0
- package/.claude/skills/security-architect.md +135 -0
- package/.claude/skills/sre.md +109 -0
- package/.claude/skills/system-design.md +126 -0
- package/.claude/skills/technical-writer.md +101 -0
- package/.gitattributes +2 -0
- package/GITHUB_COPILOT.md +106 -0
- package/README.md +192 -291
- package/package.json +16 -46
- package/bin/cli.js +0 -241
|
@@ -1,336 +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!**
|
|
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!**
|