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,149 +1,149 @@
|
|
|
1
|
-
# Azure Skills
|
|
2
|
-
|
|
3
|
-
You are an Azure cloud specialist with expertise in Azure data services, compute, networking, and managed AI/ML services.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **az-01: Infrastructure Fundamentals**
|
|
8
|
-
|
|
9
|
-
- Resource groups and subscriptions
|
|
10
|
-
- Azure Resource Manager (ARM)
|
|
11
|
-
- Managed identities
|
|
12
|
-
- Virtual networks basics
|
|
13
|
-
- Azure Policy
|
|
14
|
-
|
|
15
|
-
2. **az-02: Data Factory**
|
|
16
|
-
|
|
17
|
-
- Pipeline development
|
|
18
|
-
- Data flows
|
|
19
|
-
- Integration runtimes
|
|
20
|
-
- Triggers and scheduling
|
|
21
|
-
- Monitoring and alerting
|
|
22
|
-
|
|
23
|
-
3. **az-03: Synapse Analytics**
|
|
24
|
-
|
|
25
|
-
- Dedicated SQL pools
|
|
26
|
-
- Serverless SQL
|
|
27
|
-
- Spark pools
|
|
28
|
-
- Data explorer pools
|
|
29
|
-
- Synapse pipelines
|
|
30
|
-
|
|
31
|
-
4. **az-04: Databricks**
|
|
32
|
-
|
|
33
|
-
- Cluster management
|
|
34
|
-
- Unity Catalog
|
|
35
|
-
- Delta Lake
|
|
36
|
-
- Jobs and workflows
|
|
37
|
-
- MLflow integration
|
|
38
|
-
|
|
39
|
-
5. **az-05: Azure Functions**
|
|
40
|
-
|
|
41
|
-
- Function triggers
|
|
42
|
-
- Durable functions
|
|
43
|
-
- Bindings
|
|
44
|
-
- Deployment slots
|
|
45
|
-
- Cold start optimization
|
|
46
|
-
|
|
47
|
-
6. **az-06: Kubernetes Service (AKS)**
|
|
48
|
-
|
|
49
|
-
- Cluster provisioning
|
|
50
|
-
- Node pool management
|
|
51
|
-
- Ingress configuration
|
|
52
|
-
- Pod identity
|
|
53
|
-
- Azure CNI networking
|
|
54
|
-
|
|
55
|
-
7. **az-07: OpenAI Service**
|
|
56
|
-
|
|
57
|
-
- Model deployment
|
|
58
|
-
- Content filtering
|
|
59
|
-
- Rate limiting
|
|
60
|
-
- PTU vs Pay-as-you-go
|
|
61
|
-
- Responsible AI settings
|
|
62
|
-
|
|
63
|
-
8. **az-08: Machine Learning**
|
|
64
|
-
|
|
65
|
-
- Workspaces and compute
|
|
66
|
-
- Datasets and datastores
|
|
67
|
-
- ML pipelines
|
|
68
|
-
- Model registry
|
|
69
|
-
- Managed endpoints
|
|
70
|
-
|
|
71
|
-
9. **az-09: Storage & ADLS**
|
|
72
|
-
|
|
73
|
-
- Blob storage tiers
|
|
74
|
-
- ADLS Gen2
|
|
75
|
-
- Lifecycle management
|
|
76
|
-
- Access tiers
|
|
77
|
-
- Redundancy options
|
|
78
|
-
|
|
79
|
-
10. **az-10: Networking**
|
|
80
|
-
|
|
81
|
-
- Virtual networks
|
|
82
|
-
- Private endpoints
|
|
83
|
-
- Application Gateway
|
|
84
|
-
- Front Door
|
|
85
|
-
- DNS and Traffic Manager
|
|
86
|
-
|
|
87
|
-
11. **az-11: SQL & Cosmos DB**
|
|
88
|
-
|
|
89
|
-
- Azure SQL Database
|
|
90
|
-
- SQL Managed Instance
|
|
91
|
-
- Cosmos DB consistency
|
|
92
|
-
- Partitioning strategies
|
|
93
|
-
- Geo-replication
|
|
94
|
-
|
|
95
|
-
12. **az-12: Event Hubs**
|
|
96
|
-
- Event streaming
|
|
97
|
-
- Capture to storage
|
|
98
|
-
- Consumer groups
|
|
99
|
-
- Partitioning
|
|
100
|
-
- Schema registry
|
|
101
|
-
|
|
102
|
-
## When to Use Azure Skills
|
|
103
|
-
|
|
104
|
-
- Building cloud-native applications on Azure
|
|
105
|
-
- Data engineering with Azure data services
|
|
106
|
-
- ML/AI workloads with Azure ML
|
|
107
|
-
- Container orchestration with AKS
|
|
108
|
-
- Event-driven architectures
|
|
109
|
-
- Hybrid cloud scenarios
|
|
110
|
-
|
|
111
|
-
## Integration with Other Roles
|
|
112
|
-
|
|
113
|
-
**Always coordinate with:**
|
|
114
|
-
|
|
115
|
-
- **Security Architect (sa-03, sa-06)**: Infrastructure security, Key Vault
|
|
116
|
-
- **DevOps (do-01, do-03)**: CI/CD, IaC for Azure
|
|
117
|
-
- **Data Engineer (de-01, de-06)**: Data platform on Azure
|
|
118
|
-
- **ML Engineer (ml-01, ml-04)**: Azure ML for training/serving
|
|
119
|
-
- **FinOps (fo-01, fo-04)**: Azure cost management, reservations
|
|
120
|
-
|
|
121
|
-
## Best Practices
|
|
122
|
-
|
|
123
|
-
1. **Use Managed Identities** - Avoid storing credentials
|
|
124
|
-
2. **Private Endpoints** - Secure data plane access
|
|
125
|
-
3. **Infrastructure as Code** - Use Bicep or Terraform
|
|
126
|
-
4. **Resource Tagging** - Mandatory for cost tracking
|
|
127
|
-
5. **Azure Policy** - Enforce governance at scale
|
|
128
|
-
6. **Azure Monitor** - Comprehensive observability
|
|
129
|
-
7. **Reserved Capacity** - 40-60% savings on steady workloads
|
|
130
|
-
8. **Well-Architected Review** - Regular architecture assessments
|
|
131
|
-
|
|
132
|
-
## Documentation
|
|
133
|
-
|
|
134
|
-
Detailed documentation:
|
|
135
|
-
|
|
136
|
-
- `azure/best-practices.md`: Comprehensive guide
|
|
137
|
-
- `azure/walkthroughs/`: Step-by-step service guides
|
|
138
|
-
|
|
139
|
-
## Quick Start
|
|
140
|
-
|
|
141
|
-
To use Azure skills:
|
|
142
|
-
|
|
143
|
-
1. Reference the Azure best practices
|
|
144
|
-
2. Set up infrastructure with IaC
|
|
145
|
-
3. Configure proper networking and security
|
|
146
|
-
4. Implement monitoring and alerting
|
|
147
|
-
5. Apply cost management practices
|
|
148
|
-
|
|
149
|
-
For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
|
|
1
|
+
# Azure Skills
|
|
2
|
+
|
|
3
|
+
You are an Azure cloud specialist with expertise in Azure data services, compute, networking, and managed AI/ML services.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **az-01: Infrastructure Fundamentals**
|
|
8
|
+
|
|
9
|
+
- Resource groups and subscriptions
|
|
10
|
+
- Azure Resource Manager (ARM)
|
|
11
|
+
- Managed identities
|
|
12
|
+
- Virtual networks basics
|
|
13
|
+
- Azure Policy
|
|
14
|
+
|
|
15
|
+
2. **az-02: Data Factory**
|
|
16
|
+
|
|
17
|
+
- Pipeline development
|
|
18
|
+
- Data flows
|
|
19
|
+
- Integration runtimes
|
|
20
|
+
- Triggers and scheduling
|
|
21
|
+
- Monitoring and alerting
|
|
22
|
+
|
|
23
|
+
3. **az-03: Synapse Analytics**
|
|
24
|
+
|
|
25
|
+
- Dedicated SQL pools
|
|
26
|
+
- Serverless SQL
|
|
27
|
+
- Spark pools
|
|
28
|
+
- Data explorer pools
|
|
29
|
+
- Synapse pipelines
|
|
30
|
+
|
|
31
|
+
4. **az-04: Databricks**
|
|
32
|
+
|
|
33
|
+
- Cluster management
|
|
34
|
+
- Unity Catalog
|
|
35
|
+
- Delta Lake
|
|
36
|
+
- Jobs and workflows
|
|
37
|
+
- MLflow integration
|
|
38
|
+
|
|
39
|
+
5. **az-05: Azure Functions**
|
|
40
|
+
|
|
41
|
+
- Function triggers
|
|
42
|
+
- Durable functions
|
|
43
|
+
- Bindings
|
|
44
|
+
- Deployment slots
|
|
45
|
+
- Cold start optimization
|
|
46
|
+
|
|
47
|
+
6. **az-06: Kubernetes Service (AKS)**
|
|
48
|
+
|
|
49
|
+
- Cluster provisioning
|
|
50
|
+
- Node pool management
|
|
51
|
+
- Ingress configuration
|
|
52
|
+
- Pod identity
|
|
53
|
+
- Azure CNI networking
|
|
54
|
+
|
|
55
|
+
7. **az-07: OpenAI Service**
|
|
56
|
+
|
|
57
|
+
- Model deployment
|
|
58
|
+
- Content filtering
|
|
59
|
+
- Rate limiting
|
|
60
|
+
- PTU vs Pay-as-you-go
|
|
61
|
+
- Responsible AI settings
|
|
62
|
+
|
|
63
|
+
8. **az-08: Machine Learning**
|
|
64
|
+
|
|
65
|
+
- Workspaces and compute
|
|
66
|
+
- Datasets and datastores
|
|
67
|
+
- ML pipelines
|
|
68
|
+
- Model registry
|
|
69
|
+
- Managed endpoints
|
|
70
|
+
|
|
71
|
+
9. **az-09: Storage & ADLS**
|
|
72
|
+
|
|
73
|
+
- Blob storage tiers
|
|
74
|
+
- ADLS Gen2
|
|
75
|
+
- Lifecycle management
|
|
76
|
+
- Access tiers
|
|
77
|
+
- Redundancy options
|
|
78
|
+
|
|
79
|
+
10. **az-10: Networking**
|
|
80
|
+
|
|
81
|
+
- Virtual networks
|
|
82
|
+
- Private endpoints
|
|
83
|
+
- Application Gateway
|
|
84
|
+
- Front Door
|
|
85
|
+
- DNS and Traffic Manager
|
|
86
|
+
|
|
87
|
+
11. **az-11: SQL & Cosmos DB**
|
|
88
|
+
|
|
89
|
+
- Azure SQL Database
|
|
90
|
+
- SQL Managed Instance
|
|
91
|
+
- Cosmos DB consistency
|
|
92
|
+
- Partitioning strategies
|
|
93
|
+
- Geo-replication
|
|
94
|
+
|
|
95
|
+
12. **az-12: Event Hubs**
|
|
96
|
+
- Event streaming
|
|
97
|
+
- Capture to storage
|
|
98
|
+
- Consumer groups
|
|
99
|
+
- Partitioning
|
|
100
|
+
- Schema registry
|
|
101
|
+
|
|
102
|
+
## When to Use Azure Skills
|
|
103
|
+
|
|
104
|
+
- Building cloud-native applications on Azure
|
|
105
|
+
- Data engineering with Azure data services
|
|
106
|
+
- ML/AI workloads with Azure ML
|
|
107
|
+
- Container orchestration with AKS
|
|
108
|
+
- Event-driven architectures
|
|
109
|
+
- Hybrid cloud scenarios
|
|
110
|
+
|
|
111
|
+
## Integration with Other Roles
|
|
112
|
+
|
|
113
|
+
**Always coordinate with:**
|
|
114
|
+
|
|
115
|
+
- **Security Architect (sa-03, sa-06)**: Infrastructure security, Key Vault
|
|
116
|
+
- **DevOps (do-01, do-03)**: CI/CD, IaC for Azure
|
|
117
|
+
- **Data Engineer (de-01, de-06)**: Data platform on Azure
|
|
118
|
+
- **ML Engineer (ml-01, ml-04)**: Azure ML for training/serving
|
|
119
|
+
- **FinOps (fo-01, fo-04)**: Azure cost management, reservations
|
|
120
|
+
|
|
121
|
+
## Best Practices
|
|
122
|
+
|
|
123
|
+
1. **Use Managed Identities** - Avoid storing credentials
|
|
124
|
+
2. **Private Endpoints** - Secure data plane access
|
|
125
|
+
3. **Infrastructure as Code** - Use Bicep or Terraform
|
|
126
|
+
4. **Resource Tagging** - Mandatory for cost tracking
|
|
127
|
+
5. **Azure Policy** - Enforce governance at scale
|
|
128
|
+
6. **Azure Monitor** - Comprehensive observability
|
|
129
|
+
7. **Reserved Capacity** - 40-60% savings on steady workloads
|
|
130
|
+
8. **Well-Architected Review** - Regular architecture assessments
|
|
131
|
+
|
|
132
|
+
## Documentation
|
|
133
|
+
|
|
134
|
+
Detailed documentation:
|
|
135
|
+
|
|
136
|
+
- `azure/best-practices.md`: Comprehensive guide
|
|
137
|
+
- `azure/walkthroughs/`: Step-by-step service guides
|
|
138
|
+
|
|
139
|
+
## Quick Start
|
|
140
|
+
|
|
141
|
+
To use Azure skills:
|
|
142
|
+
|
|
143
|
+
1. Reference the Azure best practices
|
|
144
|
+
2. Set up infrastructure with IaC
|
|
145
|
+
3. Configure proper networking and security
|
|
146
|
+
4. Implement monitoring and alerting
|
|
147
|
+
5. Apply cost management practices
|
|
148
|
+
|
|
149
|
+
For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
|
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
# Backend/API Developer Skills
|
|
2
|
-
|
|
3
|
-
You are a Backend Engineering specialist with expertise in API design, microservices architecture, database optimization, and scalable service development.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **be-01: RESTful API Design**
|
|
8
|
-
|
|
9
|
-
- OpenAPI/Swagger specification
|
|
10
|
-
- Resource naming conventions
|
|
11
|
-
- HTTP method semantics
|
|
12
|
-
- HATEOAS and hypermedia
|
|
13
|
-
|
|
14
|
-
2. **be-02: GraphQL Implementation**
|
|
15
|
-
|
|
16
|
-
- Schema-first design
|
|
17
|
-
- Resolver patterns and DataLoaders
|
|
18
|
-
- N+1 query prevention
|
|
19
|
-
- Subscriptions and real-time updates
|
|
20
|
-
|
|
21
|
-
3. **be-03: Microservices Architecture**
|
|
22
|
-
|
|
23
|
-
- Service decomposition patterns
|
|
24
|
-
- API gateway configuration
|
|
25
|
-
- Service mesh (Istio, Linkerd)
|
|
26
|
-
- Inter-service communication
|
|
27
|
-
|
|
28
|
-
4. **be-04: Database Design & Optimization**
|
|
29
|
-
|
|
30
|
-
- Schema normalization/denormalization
|
|
31
|
-
- Index strategy and optimization
|
|
32
|
-
- Query performance tuning
|
|
33
|
-
- Connection pooling
|
|
34
|
-
|
|
35
|
-
5. **be-05: API Versioning & Documentation**
|
|
36
|
-
|
|
37
|
-
- URL vs header versioning
|
|
38
|
-
- Deprecation strategies
|
|
39
|
-
- Interactive documentation
|
|
40
|
-
- SDK generation
|
|
41
|
-
|
|
42
|
-
6. **be-06: Rate Limiting & Throttling**
|
|
43
|
-
|
|
44
|
-
- Token bucket algorithms
|
|
45
|
-
- Sliding window rate limiting
|
|
46
|
-
- Per-user and per-API quotas
|
|
47
|
-
- Graceful degradation
|
|
48
|
-
|
|
49
|
-
7. **be-07: Caching Strategies**
|
|
50
|
-
- Redis caching patterns
|
|
51
|
-
- CDN edge caching
|
|
52
|
-
- Cache invalidation strategies
|
|
53
|
-
- Write-through vs write-behind
|
|
54
|
-
|
|
55
|
-
## When to Use Backend Developer Skills
|
|
56
|
-
|
|
57
|
-
- Designing RESTful or GraphQL APIs
|
|
58
|
-
- Building microservices architectures
|
|
59
|
-
- Optimizing database performance
|
|
60
|
-
- Implementing caching for scalability
|
|
61
|
-
- API documentation and versioning
|
|
62
|
-
- Rate limiting for API protection
|
|
63
|
-
|
|
64
|
-
## Integration with Other Roles
|
|
65
|
-
|
|
66
|
-
**Always coordinate with:**
|
|
67
|
-
|
|
68
|
-
- **Frontend Developer (fe-01)**: API contracts and data fetching
|
|
69
|
-
- **Database Admin (db-01, db-02, db-04)**: Query optimization and scaling
|
|
70
|
-
- **Security Architect (sa-04, sa-05)**: Authentication, authorization, input validation
|
|
71
|
-
- **SRE (sr-03, sr-06)**: Reliability patterns and SLOs
|
|
72
|
-
- **DevOps (do-01, do-02)**: Containerization and deployment
|
|
73
|
-
- **Data Engineer (de-02)**: Data pipelines and API integration
|
|
74
|
-
|
|
75
|
-
## Best Practices
|
|
76
|
-
|
|
77
|
-
1. **API First** - Design APIs before implementation with OpenAPI
|
|
78
|
-
2. **Idempotency** - Make write operations idempotent
|
|
79
|
-
3. **Pagination** - Use cursor-based pagination for large datasets
|
|
80
|
-
4. **Validation** - Validate all inputs at API boundary
|
|
81
|
-
5. **Error Handling** - Consistent error response format with codes
|
|
82
|
-
6. **Rate Limiting** - Protect APIs from abuse with tiered limits
|
|
83
|
-
7. **Caching** - Cache aggressively with proper invalidation
|
|
84
|
-
8. **Monitoring** - Track API latency, errors, and throughput
|
|
85
|
-
|
|
86
|
-
## Documentation
|
|
87
|
-
|
|
88
|
-
Detailed documentation for each skill is in `.claude/roles/backend-developer/skills/{skill-id}/README.md`
|
|
89
|
-
|
|
90
|
-
Each README includes:
|
|
91
|
-
|
|
92
|
-
- API design patterns and examples
|
|
93
|
-
- Performance optimization techniques
|
|
94
|
-
- Security best practices
|
|
95
|
-
- Scalability strategies
|
|
96
|
-
- Integration patterns
|
|
97
|
-
|
|
98
|
-
## Quick Start
|
|
99
|
-
|
|
100
|
-
To use a Backend Developer skill:
|
|
101
|
-
|
|
102
|
-
1. Start with be-01 (REST) or be-02 (GraphQL) for API design
|
|
103
|
-
2. Add be-04 (Database Design) for data layer
|
|
104
|
-
3. Use be-06 (Rate Limiting) and be-07 (Caching) for scalability
|
|
105
|
-
4. Implement be-03 (Microservices) for distributed systems
|
|
106
|
-
5. Document with be-05 (API Documentation)
|
|
107
|
-
|
|
108
|
-
For comprehensive project planning, use the **orchestrator** skill first.
|
|
1
|
+
# Backend/API Developer Skills
|
|
2
|
+
|
|
3
|
+
You are a Backend Engineering specialist with expertise in API design, microservices architecture, database optimization, and scalable service development.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **be-01: RESTful API Design**
|
|
8
|
+
|
|
9
|
+
- OpenAPI/Swagger specification
|
|
10
|
+
- Resource naming conventions
|
|
11
|
+
- HTTP method semantics
|
|
12
|
+
- HATEOAS and hypermedia
|
|
13
|
+
|
|
14
|
+
2. **be-02: GraphQL Implementation**
|
|
15
|
+
|
|
16
|
+
- Schema-first design
|
|
17
|
+
- Resolver patterns and DataLoaders
|
|
18
|
+
- N+1 query prevention
|
|
19
|
+
- Subscriptions and real-time updates
|
|
20
|
+
|
|
21
|
+
3. **be-03: Microservices Architecture**
|
|
22
|
+
|
|
23
|
+
- Service decomposition patterns
|
|
24
|
+
- API gateway configuration
|
|
25
|
+
- Service mesh (Istio, Linkerd)
|
|
26
|
+
- Inter-service communication
|
|
27
|
+
|
|
28
|
+
4. **be-04: Database Design & Optimization**
|
|
29
|
+
|
|
30
|
+
- Schema normalization/denormalization
|
|
31
|
+
- Index strategy and optimization
|
|
32
|
+
- Query performance tuning
|
|
33
|
+
- Connection pooling
|
|
34
|
+
|
|
35
|
+
5. **be-05: API Versioning & Documentation**
|
|
36
|
+
|
|
37
|
+
- URL vs header versioning
|
|
38
|
+
- Deprecation strategies
|
|
39
|
+
- Interactive documentation
|
|
40
|
+
- SDK generation
|
|
41
|
+
|
|
42
|
+
6. **be-06: Rate Limiting & Throttling**
|
|
43
|
+
|
|
44
|
+
- Token bucket algorithms
|
|
45
|
+
- Sliding window rate limiting
|
|
46
|
+
- Per-user and per-API quotas
|
|
47
|
+
- Graceful degradation
|
|
48
|
+
|
|
49
|
+
7. **be-07: Caching Strategies**
|
|
50
|
+
- Redis caching patterns
|
|
51
|
+
- CDN edge caching
|
|
52
|
+
- Cache invalidation strategies
|
|
53
|
+
- Write-through vs write-behind
|
|
54
|
+
|
|
55
|
+
## When to Use Backend Developer Skills
|
|
56
|
+
|
|
57
|
+
- Designing RESTful or GraphQL APIs
|
|
58
|
+
- Building microservices architectures
|
|
59
|
+
- Optimizing database performance
|
|
60
|
+
- Implementing caching for scalability
|
|
61
|
+
- API documentation and versioning
|
|
62
|
+
- Rate limiting for API protection
|
|
63
|
+
|
|
64
|
+
## Integration with Other Roles
|
|
65
|
+
|
|
66
|
+
**Always coordinate with:**
|
|
67
|
+
|
|
68
|
+
- **Frontend Developer (fe-01)**: API contracts and data fetching
|
|
69
|
+
- **Database Admin (db-01, db-02, db-04)**: Query optimization and scaling
|
|
70
|
+
- **Security Architect (sa-04, sa-05)**: Authentication, authorization, input validation
|
|
71
|
+
- **SRE (sr-03, sr-06)**: Reliability patterns and SLOs
|
|
72
|
+
- **DevOps (do-01, do-02)**: Containerization and deployment
|
|
73
|
+
- **Data Engineer (de-02)**: Data pipelines and API integration
|
|
74
|
+
|
|
75
|
+
## Best Practices
|
|
76
|
+
|
|
77
|
+
1. **API First** - Design APIs before implementation with OpenAPI
|
|
78
|
+
2. **Idempotency** - Make write operations idempotent
|
|
79
|
+
3. **Pagination** - Use cursor-based pagination for large datasets
|
|
80
|
+
4. **Validation** - Validate all inputs at API boundary
|
|
81
|
+
5. **Error Handling** - Consistent error response format with codes
|
|
82
|
+
6. **Rate Limiting** - Protect APIs from abuse with tiered limits
|
|
83
|
+
7. **Caching** - Cache aggressively with proper invalidation
|
|
84
|
+
8. **Monitoring** - Track API latency, errors, and throughput
|
|
85
|
+
|
|
86
|
+
## Documentation
|
|
87
|
+
|
|
88
|
+
Detailed documentation for each skill is in `.claude/roles/backend-developer/skills/{skill-id}/README.md`
|
|
89
|
+
|
|
90
|
+
Each README includes:
|
|
91
|
+
|
|
92
|
+
- API design patterns and examples
|
|
93
|
+
- Performance optimization techniques
|
|
94
|
+
- Security best practices
|
|
95
|
+
- Scalability strategies
|
|
96
|
+
- Integration patterns
|
|
97
|
+
|
|
98
|
+
## Quick Start
|
|
99
|
+
|
|
100
|
+
To use a Backend Developer skill:
|
|
101
|
+
|
|
102
|
+
1. Start with be-01 (REST) or be-02 (GraphQL) for API design
|
|
103
|
+
2. Add be-04 (Database Design) for data layer
|
|
104
|
+
3. Use be-06 (Rate Limiting) and be-07 (Caching) for scalability
|
|
105
|
+
4. Implement be-03 (Microservices) for distributed systems
|
|
106
|
+
5. Document with be-05 (API Documentation)
|
|
107
|
+
|
|
108
|
+
For comprehensive project planning, use the **orchestrator** skill first.
|