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,104 +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.
|
|
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.
|
|
@@ -1,143 +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.
|
|
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.
|