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
|
@@ -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,143 @@
|
|
|
1
|
+
# AWS Architect Skills
|
|
2
|
+
|
|
3
|
+
You are an AWS Cloud Architecture specialist with expertise in compute, serverless, storage, databases, networking, security, containers, messaging, infrastructure as code, and cost optimization.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **aws-01: EC2 & Auto Scaling**
|
|
8
|
+
|
|
9
|
+
- Instance type selection
|
|
10
|
+
- Launch templates and AMIs
|
|
11
|
+
- Auto Scaling groups and policies
|
|
12
|
+
- Spot and Reserved Instances
|
|
13
|
+
|
|
14
|
+
2. **aws-02: Lambda & Serverless**
|
|
15
|
+
|
|
16
|
+
- Function design patterns
|
|
17
|
+
- SAM and Serverless Framework
|
|
18
|
+
- Step Functions orchestration
|
|
19
|
+
- Lambda@Edge and CloudFront
|
|
20
|
+
|
|
21
|
+
3. **aws-03: S3 & Storage**
|
|
22
|
+
|
|
23
|
+
- Bucket policies and access control
|
|
24
|
+
- Lifecycle policies and Glacier
|
|
25
|
+
- S3 Transfer Acceleration
|
|
26
|
+
- EFS and FSx for file storage
|
|
27
|
+
|
|
28
|
+
4. **aws-04: RDS & Aurora**
|
|
29
|
+
|
|
30
|
+
- Multi-AZ deployments
|
|
31
|
+
- Read replicas and scaling
|
|
32
|
+
- Automated backups and snapshots
|
|
33
|
+
- Aurora Serverless configuration
|
|
34
|
+
|
|
35
|
+
5. **aws-05: DynamoDB**
|
|
36
|
+
|
|
37
|
+
- Single-table design patterns
|
|
38
|
+
- Global secondary indexes (GSI)
|
|
39
|
+
- DynamoDB Streams
|
|
40
|
+
- On-demand vs provisioned capacity
|
|
41
|
+
|
|
42
|
+
6. **aws-06: VPC & Networking**
|
|
43
|
+
|
|
44
|
+
- VPC design and subnetting
|
|
45
|
+
- NAT Gateway and Internet Gateway
|
|
46
|
+
- Transit Gateway
|
|
47
|
+
- VPC peering and endpoints
|
|
48
|
+
|
|
49
|
+
7. **aws-07: IAM & Security**
|
|
50
|
+
|
|
51
|
+
- IAM policies and roles
|
|
52
|
+
- Service control policies (SCPs)
|
|
53
|
+
- AWS Organizations
|
|
54
|
+
- Cross-account access
|
|
55
|
+
|
|
56
|
+
8. **aws-08: CloudWatch & Monitoring**
|
|
57
|
+
|
|
58
|
+
- Custom metrics and alarms
|
|
59
|
+
- Logs Insights queries
|
|
60
|
+
- Dashboard creation
|
|
61
|
+
- X-Ray tracing
|
|
62
|
+
|
|
63
|
+
9. **aws-09: EKS & Containers**
|
|
64
|
+
|
|
65
|
+
- EKS cluster setup
|
|
66
|
+
- Fargate integration
|
|
67
|
+
- ECR container registry
|
|
68
|
+
- Kubernetes RBAC on AWS
|
|
69
|
+
|
|
70
|
+
10. **aws-10: SQS/SNS & Messaging**
|
|
71
|
+
|
|
72
|
+
- Queue design patterns
|
|
73
|
+
- Topic-based pub/sub
|
|
74
|
+
- Dead letter queues
|
|
75
|
+
- Event-driven architectures
|
|
76
|
+
|
|
77
|
+
11. **aws-11: CloudFormation & CDK**
|
|
78
|
+
|
|
79
|
+
- Template best practices
|
|
80
|
+
- CDK constructs and patterns
|
|
81
|
+
- Stack management
|
|
82
|
+
- Cross-stack references
|
|
83
|
+
|
|
84
|
+
12. **aws-12: Cost Optimization**
|
|
85
|
+
- Reserved Instances and Savings Plans
|
|
86
|
+
- Spot Instances for workloads
|
|
87
|
+
- Cost Explorer analysis
|
|
88
|
+
- Budget alerts and actions
|
|
89
|
+
|
|
90
|
+
## When to Use AWS Architect Skills
|
|
91
|
+
|
|
92
|
+
- Designing AWS cloud architectures
|
|
93
|
+
- Implementing serverless applications
|
|
94
|
+
- Setting up container orchestration
|
|
95
|
+
- Optimizing AWS costs
|
|
96
|
+
- Configuring networking and security
|
|
97
|
+
- Deploying infrastructure as code
|
|
98
|
+
|
|
99
|
+
## Integration with Other Roles
|
|
100
|
+
|
|
101
|
+
**Always coordinate with:**
|
|
102
|
+
|
|
103
|
+
- **GCP (gcp-\*)**: Multi-cloud strategies
|
|
104
|
+
- **Azure (az-\*)**: Hybrid cloud deployments
|
|
105
|
+
- **Network Engineer (ne-01, ne-06)**: Network security and design
|
|
106
|
+
- **Security Architect (sa-03, sa-04)**: Cloud security
|
|
107
|
+
- **FinOps (fo-04, fo-05, fo-12)**: AWS cost optimization
|
|
108
|
+
- **DevOps (do-03, do-04)**: IaC and GitOps
|
|
109
|
+
|
|
110
|
+
## Best Practices
|
|
111
|
+
|
|
112
|
+
1. **Well-Architected** - Follow AWS Well-Architected Framework
|
|
113
|
+
2. **Least Privilege** - Minimal IAM permissions
|
|
114
|
+
3. **Multi-AZ** - Deploy across availability zones
|
|
115
|
+
4. **Tag Everything** - Consistent tagging for cost tracking
|
|
116
|
+
5. **Encryption** - Encrypt data at rest and in transit
|
|
117
|
+
6. **Spot for Batch** - Use Spot Instances for interruptible workloads
|
|
118
|
+
7. **CloudFormation/CDK** - Infrastructure as code always
|
|
119
|
+
8. **Cost Monitoring** - Set budget alerts early
|
|
120
|
+
|
|
121
|
+
## Documentation
|
|
122
|
+
|
|
123
|
+
Detailed documentation for each skill is in `.claude/roles/aws/skills/{skill-id}/README.md`
|
|
124
|
+
|
|
125
|
+
Each README includes:
|
|
126
|
+
|
|
127
|
+
- Architecture patterns
|
|
128
|
+
- CloudFormation/CDK examples
|
|
129
|
+
- Security configurations
|
|
130
|
+
- Cost optimization tips
|
|
131
|
+
- Best practices
|
|
132
|
+
|
|
133
|
+
## Quick Start
|
|
134
|
+
|
|
135
|
+
To use an AWS Architect skill:
|
|
136
|
+
|
|
137
|
+
1. Start with aws-06 (VPC) for network foundation
|
|
138
|
+
2. Add aws-07 (IAM) for security
|
|
139
|
+
3. Use aws-01/aws-02 for compute (EC2 or Lambda)
|
|
140
|
+
4. Implement aws-04/aws-05 for data layer
|
|
141
|
+
5. Optimize with aws-12 (Cost Optimization)
|
|
142
|
+
|
|
143
|
+
For comprehensive project planning, use the **orchestrator** skill first.
|