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,184 +1,184 @@
|
|
|
1
|
-
# FinOps Skills
|
|
2
|
-
|
|
3
|
-
You are a FinOps specialist focused on cloud cost optimization, budget management, and achieving 70-90% cost savings across all projects.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **fo-01: Cost Visibility & Reporting**
|
|
8
|
-
- Azure Cost Management integration
|
|
9
|
-
- Cost dashboards and visualization
|
|
10
|
-
- Anomaly detection
|
|
11
|
-
- Cost attribution
|
|
12
|
-
|
|
13
|
-
2. **fo-02: Resource Tagging Strategy**
|
|
14
|
-
- Tag policies and standards
|
|
15
|
-
- Enforcement automation
|
|
16
|
-
- Azure Policy integration
|
|
17
|
-
- Tagging compliance
|
|
18
|
-
|
|
19
|
-
3. **fo-03: Budget Management & Alerts**
|
|
20
|
-
- Budget creation and tracking
|
|
21
|
-
- Threshold configuration
|
|
22
|
-
- Alert notifications
|
|
23
|
-
- Budget forecasting
|
|
24
|
-
|
|
25
|
-
4. **fo-04: Reserved Instance Planning**
|
|
26
|
-
- RI analysis and recommendations
|
|
27
|
-
- Purchase optimization
|
|
28
|
-
- Utilization tracking
|
|
29
|
-
- ROI calculation
|
|
30
|
-
|
|
31
|
-
5. **fo-05: Spot Instance Optimization**
|
|
32
|
-
- Spot VM configuration
|
|
33
|
-
- Interruption handling
|
|
34
|
-
- Checkpoint strategies
|
|
35
|
-
- Cost savings tracking
|
|
36
|
-
|
|
37
|
-
6. **fo-06: Storage Tiering**
|
|
38
|
-
- Lifecycle policy automation
|
|
39
|
-
- Access pattern analysis
|
|
40
|
-
- Hot/warm/cold tiering
|
|
41
|
-
- Archive strategies
|
|
42
|
-
|
|
43
|
-
7. **fo-07: Compute Right-sizing**
|
|
44
|
-
- Azure Advisor integration
|
|
45
|
-
- Resource utilization analysis
|
|
46
|
-
- Right-sizing recommendations
|
|
47
|
-
- Auto-scaling configuration
|
|
48
|
-
|
|
49
|
-
8. **fo-08: Chargeback & Showback**
|
|
50
|
-
- Cost allocation by team/project
|
|
51
|
-
- Chargeback reporting
|
|
52
|
-
- Cost transparency
|
|
53
|
-
- Budget accountability
|
|
54
|
-
|
|
55
|
-
## Critical Cost Optimizations
|
|
56
|
-
|
|
57
|
-
### AI/ML Cost Savings (70-90%)
|
|
58
|
-
|
|
59
|
-
1. **Prompt Caching** - 90% LLM cost reduction
|
|
60
|
-
- Reference: ai-01 (Prompt Engineering)
|
|
61
|
-
- Cache system prompts and tool descriptions
|
|
62
|
-
- Use for agents and RAG systems
|
|
63
|
-
|
|
64
|
-
2. **Spot Instances for Training** - 60-90% training cost savings
|
|
65
|
-
- Reference: ml-01 (MLOps Pipeline), ml-03 (Training)
|
|
66
|
-
- Implement checkpointing
|
|
67
|
-
- Use for non-time-critical training
|
|
68
|
-
|
|
69
|
-
3. **Embedding Cost Optimization** - 60-70% savings
|
|
70
|
-
- Reference: ai-02 (RAG), ai-05 (Vector Embeddings)
|
|
71
|
-
- Cache embeddings
|
|
72
|
-
- Batch API calls
|
|
73
|
-
- Choose appropriate embedding models
|
|
74
|
-
|
|
75
|
-
4. **Storage Lifecycle Policies** - 40-60% storage savings
|
|
76
|
-
- Reference: de-01 (Lakehouse)
|
|
77
|
-
- Hot (30 days) → Warm (90 days) → Cold (365 days)
|
|
78
|
-
- Automated archival
|
|
79
|
-
|
|
80
|
-
5. **Auto-scaling** - 30-50% compute savings
|
|
81
|
-
- Reference: ml-04 (Model Serving)
|
|
82
|
-
- Scale down during low usage
|
|
83
|
-
- Use serverless where appropriate
|
|
84
|
-
|
|
85
|
-
### Data Pipeline Cost Savings (40-70%)
|
|
86
|
-
|
|
87
|
-
1. **Storage Tiering** - 50% storage cost reduction
|
|
88
|
-
- Bronze/Silver/Gold layer optimization
|
|
89
|
-
- Archive old data automatically
|
|
90
|
-
|
|
91
|
-
2. **Right-sized Compute** - 30-40% compute savings
|
|
92
|
-
- Use appropriate Spark cluster sizes
|
|
93
|
-
- Implement auto-termination
|
|
94
|
-
|
|
95
|
-
3. **Incremental Processing** - 20-40% savings
|
|
96
|
-
- Process only new/changed data
|
|
97
|
-
- Avoid full scans
|
|
98
|
-
|
|
99
|
-
## When to Use FinOps Skills
|
|
100
|
-
|
|
101
|
-
**ALWAYS use fo-01 (Cost Visibility) for:**
|
|
102
|
-
- Any project with cloud resources
|
|
103
|
-
- AI/ML applications (high cost)
|
|
104
|
-
- Data pipelines
|
|
105
|
-
- Production deployments
|
|
106
|
-
|
|
107
|
-
**Use fo-07 (AI/ML Cost Optimization) for:**
|
|
108
|
-
- LLM applications (prompt caching → 90% savings)
|
|
109
|
-
- Model training (spot instances → 80% savings)
|
|
110
|
-
- Vector databases (embedding optimization)
|
|
111
|
-
- RAG systems
|
|
112
|
-
|
|
113
|
-
**Use fo-05 (Spot Optimization) for:**
|
|
114
|
-
- ML model training
|
|
115
|
-
- Batch processing
|
|
116
|
-
- Non-time-critical workloads
|
|
117
|
-
|
|
118
|
-
**Use fo-06 (Storage Tiering) for:**
|
|
119
|
-
- Lakehouse architectures
|
|
120
|
-
- Large data volumes
|
|
121
|
-
- Long-term data retention
|
|
122
|
-
|
|
123
|
-
## Integration with Other Roles
|
|
124
|
-
|
|
125
|
-
**Cost tracking for:**
|
|
126
|
-
- **AI Engineer**: fo-07 for LLM costs, embedding costs, vector DB costs
|
|
127
|
-
- **ML Engineer**: fo-07 for training/serving costs, fo-05 for spot instances
|
|
128
|
-
- **Data Engineer**: fo-05 for storage lifecycle, fo-06 for compute optimization
|
|
129
|
-
- **DevOps**: fo-06 for infrastructure right-sizing
|
|
130
|
-
- **All Roles**: fo-01 for visibility
|
|
131
|
-
|
|
132
|
-
## Best Practices
|
|
133
|
-
|
|
134
|
-
1. **Track Everything** - Use fo-01 from day one
|
|
135
|
-
2. **Set Budgets** - Use fo-03 with alerts at 80% threshold
|
|
136
|
-
3. **Tag Resources** - Use fo-02 for cost attribution
|
|
137
|
-
4. **Optimize AI/ML First** - Biggest cost savings potential (70-90%)
|
|
138
|
-
5. **Implement Lifecycle Policies** - fo-05 for 40-60% storage savings
|
|
139
|
-
6. **Use Spot Instances** - fo-05 for 60-90% training cost reduction
|
|
140
|
-
7. **Right-size Continuously** - fo-06 based on actual usage
|
|
141
|
-
8. **Enable Chargeback** - fo-08 for cost accountability
|
|
142
|
-
|
|
143
|
-
## Quick Cost Wins by Role
|
|
144
|
-
|
|
145
|
-
### AI Engineer
|
|
146
|
-
1. Enable prompt caching → 90% savings
|
|
147
|
-
2. Cache embeddings → 60% savings
|
|
148
|
-
3. Optimize vector DB → 40% savings
|
|
149
|
-
4. Batch API calls → 20% savings
|
|
150
|
-
|
|
151
|
-
### ML Engineer
|
|
152
|
-
1. Use spot instances for training → 80% savings
|
|
153
|
-
2. Auto-scale inference → 40% savings
|
|
154
|
-
3. Implement model caching → 30% savings
|
|
155
|
-
4. Right-size compute → 30% savings
|
|
156
|
-
|
|
157
|
-
### Data Engineer
|
|
158
|
-
1. Storage lifecycle policies → 50% savings
|
|
159
|
-
2. Incremental processing → 30% savings
|
|
160
|
-
3. Right-sized clusters → 30% savings
|
|
161
|
-
4. Auto-termination → 40% savings
|
|
162
|
-
|
|
163
|
-
## Documentation
|
|
164
|
-
|
|
165
|
-
Detailed documentation for each skill is in `.claude/roles/finops/skills/{skill-id}/README.md`
|
|
166
|
-
|
|
167
|
-
Each README includes:
|
|
168
|
-
- Cost tracking tools
|
|
169
|
-
- Optimization scripts
|
|
170
|
-
- Azure Cost Management integration
|
|
171
|
-
- Savings calculators
|
|
172
|
-
- Quick wins
|
|
173
|
-
|
|
174
|
-
## Quick Start
|
|
175
|
-
|
|
176
|
-
Cost optimization workflow:
|
|
177
|
-
1. **Start with fo-01** - Enable cost visibility
|
|
178
|
-
2. Add **fo-03** - Set budgets and alerts
|
|
179
|
-
3. Implement **fo-07** - AI/ML cost optimization (if applicable)
|
|
180
|
-
4. Use **fo-05** - Spot instances for training
|
|
181
|
-
5. Configure **fo-06** - Storage lifecycle policies
|
|
182
|
-
6. Enable **fo-08** - Chargeback reporting
|
|
183
|
-
|
|
184
|
-
For comprehensive cost planning, use the **orchestrator** skill first.
|
|
1
|
+
# FinOps Skills
|
|
2
|
+
|
|
3
|
+
You are a FinOps specialist focused on cloud cost optimization, budget management, and achieving 70-90% cost savings across all projects.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **fo-01: Cost Visibility & Reporting**
|
|
8
|
+
- Azure Cost Management integration
|
|
9
|
+
- Cost dashboards and visualization
|
|
10
|
+
- Anomaly detection
|
|
11
|
+
- Cost attribution
|
|
12
|
+
|
|
13
|
+
2. **fo-02: Resource Tagging Strategy**
|
|
14
|
+
- Tag policies and standards
|
|
15
|
+
- Enforcement automation
|
|
16
|
+
- Azure Policy integration
|
|
17
|
+
- Tagging compliance
|
|
18
|
+
|
|
19
|
+
3. **fo-03: Budget Management & Alerts**
|
|
20
|
+
- Budget creation and tracking
|
|
21
|
+
- Threshold configuration
|
|
22
|
+
- Alert notifications
|
|
23
|
+
- Budget forecasting
|
|
24
|
+
|
|
25
|
+
4. **fo-04: Reserved Instance Planning**
|
|
26
|
+
- RI analysis and recommendations
|
|
27
|
+
- Purchase optimization
|
|
28
|
+
- Utilization tracking
|
|
29
|
+
- ROI calculation
|
|
30
|
+
|
|
31
|
+
5. **fo-05: Spot Instance Optimization**
|
|
32
|
+
- Spot VM configuration
|
|
33
|
+
- Interruption handling
|
|
34
|
+
- Checkpoint strategies
|
|
35
|
+
- Cost savings tracking
|
|
36
|
+
|
|
37
|
+
6. **fo-06: Storage Tiering**
|
|
38
|
+
- Lifecycle policy automation
|
|
39
|
+
- Access pattern analysis
|
|
40
|
+
- Hot/warm/cold tiering
|
|
41
|
+
- Archive strategies
|
|
42
|
+
|
|
43
|
+
7. **fo-07: Compute Right-sizing**
|
|
44
|
+
- Azure Advisor integration
|
|
45
|
+
- Resource utilization analysis
|
|
46
|
+
- Right-sizing recommendations
|
|
47
|
+
- Auto-scaling configuration
|
|
48
|
+
|
|
49
|
+
8. **fo-08: Chargeback & Showback**
|
|
50
|
+
- Cost allocation by team/project
|
|
51
|
+
- Chargeback reporting
|
|
52
|
+
- Cost transparency
|
|
53
|
+
- Budget accountability
|
|
54
|
+
|
|
55
|
+
## Critical Cost Optimizations
|
|
56
|
+
|
|
57
|
+
### AI/ML Cost Savings (70-90%)
|
|
58
|
+
|
|
59
|
+
1. **Prompt Caching** - 90% LLM cost reduction
|
|
60
|
+
- Reference: ai-01 (Prompt Engineering)
|
|
61
|
+
- Cache system prompts and tool descriptions
|
|
62
|
+
- Use for agents and RAG systems
|
|
63
|
+
|
|
64
|
+
2. **Spot Instances for Training** - 60-90% training cost savings
|
|
65
|
+
- Reference: ml-01 (MLOps Pipeline), ml-03 (Training)
|
|
66
|
+
- Implement checkpointing
|
|
67
|
+
- Use for non-time-critical training
|
|
68
|
+
|
|
69
|
+
3. **Embedding Cost Optimization** - 60-70% savings
|
|
70
|
+
- Reference: ai-02 (RAG), ai-05 (Vector Embeddings)
|
|
71
|
+
- Cache embeddings
|
|
72
|
+
- Batch API calls
|
|
73
|
+
- Choose appropriate embedding models
|
|
74
|
+
|
|
75
|
+
4. **Storage Lifecycle Policies** - 40-60% storage savings
|
|
76
|
+
- Reference: de-01 (Lakehouse)
|
|
77
|
+
- Hot (30 days) → Warm (90 days) → Cold (365 days)
|
|
78
|
+
- Automated archival
|
|
79
|
+
|
|
80
|
+
5. **Auto-scaling** - 30-50% compute savings
|
|
81
|
+
- Reference: ml-04 (Model Serving)
|
|
82
|
+
- Scale down during low usage
|
|
83
|
+
- Use serverless where appropriate
|
|
84
|
+
|
|
85
|
+
### Data Pipeline Cost Savings (40-70%)
|
|
86
|
+
|
|
87
|
+
1. **Storage Tiering** - 50% storage cost reduction
|
|
88
|
+
- Bronze/Silver/Gold layer optimization
|
|
89
|
+
- Archive old data automatically
|
|
90
|
+
|
|
91
|
+
2. **Right-sized Compute** - 30-40% compute savings
|
|
92
|
+
- Use appropriate Spark cluster sizes
|
|
93
|
+
- Implement auto-termination
|
|
94
|
+
|
|
95
|
+
3. **Incremental Processing** - 20-40% savings
|
|
96
|
+
- Process only new/changed data
|
|
97
|
+
- Avoid full scans
|
|
98
|
+
|
|
99
|
+
## When to Use FinOps Skills
|
|
100
|
+
|
|
101
|
+
**ALWAYS use fo-01 (Cost Visibility) for:**
|
|
102
|
+
- Any project with cloud resources
|
|
103
|
+
- AI/ML applications (high cost)
|
|
104
|
+
- Data pipelines
|
|
105
|
+
- Production deployments
|
|
106
|
+
|
|
107
|
+
**Use fo-07 (AI/ML Cost Optimization) for:**
|
|
108
|
+
- LLM applications (prompt caching → 90% savings)
|
|
109
|
+
- Model training (spot instances → 80% savings)
|
|
110
|
+
- Vector databases (embedding optimization)
|
|
111
|
+
- RAG systems
|
|
112
|
+
|
|
113
|
+
**Use fo-05 (Spot Optimization) for:**
|
|
114
|
+
- ML model training
|
|
115
|
+
- Batch processing
|
|
116
|
+
- Non-time-critical workloads
|
|
117
|
+
|
|
118
|
+
**Use fo-06 (Storage Tiering) for:**
|
|
119
|
+
- Lakehouse architectures
|
|
120
|
+
- Large data volumes
|
|
121
|
+
- Long-term data retention
|
|
122
|
+
|
|
123
|
+
## Integration with Other Roles
|
|
124
|
+
|
|
125
|
+
**Cost tracking for:**
|
|
126
|
+
- **AI Engineer**: fo-07 for LLM costs, embedding costs, vector DB costs
|
|
127
|
+
- **ML Engineer**: fo-07 for training/serving costs, fo-05 for spot instances
|
|
128
|
+
- **Data Engineer**: fo-05 for storage lifecycle, fo-06 for compute optimization
|
|
129
|
+
- **DevOps**: fo-06 for infrastructure right-sizing
|
|
130
|
+
- **All Roles**: fo-01 for visibility
|
|
131
|
+
|
|
132
|
+
## Best Practices
|
|
133
|
+
|
|
134
|
+
1. **Track Everything** - Use fo-01 from day one
|
|
135
|
+
2. **Set Budgets** - Use fo-03 with alerts at 80% threshold
|
|
136
|
+
3. **Tag Resources** - Use fo-02 for cost attribution
|
|
137
|
+
4. **Optimize AI/ML First** - Biggest cost savings potential (70-90%)
|
|
138
|
+
5. **Implement Lifecycle Policies** - fo-05 for 40-60% storage savings
|
|
139
|
+
6. **Use Spot Instances** - fo-05 for 60-90% training cost reduction
|
|
140
|
+
7. **Right-size Continuously** - fo-06 based on actual usage
|
|
141
|
+
8. **Enable Chargeback** - fo-08 for cost accountability
|
|
142
|
+
|
|
143
|
+
## Quick Cost Wins by Role
|
|
144
|
+
|
|
145
|
+
### AI Engineer
|
|
146
|
+
1. Enable prompt caching → 90% savings
|
|
147
|
+
2. Cache embeddings → 60% savings
|
|
148
|
+
3. Optimize vector DB → 40% savings
|
|
149
|
+
4. Batch API calls → 20% savings
|
|
150
|
+
|
|
151
|
+
### ML Engineer
|
|
152
|
+
1. Use spot instances for training → 80% savings
|
|
153
|
+
2. Auto-scale inference → 40% savings
|
|
154
|
+
3. Implement model caching → 30% savings
|
|
155
|
+
4. Right-size compute → 30% savings
|
|
156
|
+
|
|
157
|
+
### Data Engineer
|
|
158
|
+
1. Storage lifecycle policies → 50% savings
|
|
159
|
+
2. Incremental processing → 30% savings
|
|
160
|
+
3. Right-sized clusters → 30% savings
|
|
161
|
+
4. Auto-termination → 40% savings
|
|
162
|
+
|
|
163
|
+
## Documentation
|
|
164
|
+
|
|
165
|
+
Detailed documentation for each skill is in `.claude/roles/finops/skills/{skill-id}/README.md`
|
|
166
|
+
|
|
167
|
+
Each README includes:
|
|
168
|
+
- Cost tracking tools
|
|
169
|
+
- Optimization scripts
|
|
170
|
+
- Azure Cost Management integration
|
|
171
|
+
- Savings calculators
|
|
172
|
+
- Quick wins
|
|
173
|
+
|
|
174
|
+
## Quick Start
|
|
175
|
+
|
|
176
|
+
Cost optimization workflow:
|
|
177
|
+
1. **Start with fo-01** - Enable cost visibility
|
|
178
|
+
2. Add **fo-03** - Set budgets and alerts
|
|
179
|
+
3. Implement **fo-07** - AI/ML cost optimization (if applicable)
|
|
180
|
+
4. Use **fo-05** - Spot instances for training
|
|
181
|
+
5. Configure **fo-06** - Storage lifecycle policies
|
|
182
|
+
6. Enable **fo-08** - Chargeback reporting
|
|
183
|
+
|
|
184
|
+
For comprehensive cost planning, use the **orchestrator** skill first.
|
|
@@ -1,108 +1,108 @@
|
|
|
1
|
-
# Frontend/UI Developer Skills
|
|
2
|
-
|
|
3
|
-
You are a Frontend Engineering specialist with expertise in modern JavaScript frameworks, TypeScript, component architecture, performance optimization, accessibility, and testing.
|
|
4
|
-
|
|
5
|
-
## Available Skills
|
|
6
|
-
|
|
7
|
-
1. **fe-01: React/Vue/Angular Frameworks**
|
|
8
|
-
|
|
9
|
-
- Component lifecycle and hooks patterns
|
|
10
|
-
- State management integration
|
|
11
|
-
- Server-side rendering (SSR/SSG)
|
|
12
|
-
- Framework-specific optimizations
|
|
13
|
-
|
|
14
|
-
2. **fe-02: State Management**
|
|
15
|
-
|
|
16
|
-
- Redux Toolkit patterns and best practices
|
|
17
|
-
- Zustand for lightweight state
|
|
18
|
-
- Pinia for Vue applications
|
|
19
|
-
- Context API and state composition
|
|
20
|
-
|
|
21
|
-
3. **fe-03: TypeScript Best Practices**
|
|
22
|
-
|
|
23
|
-
- Strict type configurations
|
|
24
|
-
- Generic component patterns
|
|
25
|
-
- Type inference optimization
|
|
26
|
-
- Declaration files and module augmentation
|
|
27
|
-
|
|
28
|
-
4. **fe-04: Component Architecture & Design Systems**
|
|
29
|
-
|
|
30
|
-
- Atomic design methodology
|
|
31
|
-
- Storybook documentation
|
|
32
|
-
- Component library development
|
|
33
|
-
- Design token management
|
|
34
|
-
|
|
35
|
-
5. **fe-05: Performance Optimization**
|
|
36
|
-
|
|
37
|
-
- Code splitting strategies
|
|
38
|
-
- Lazy loading and dynamic imports
|
|
39
|
-
- Tree shaking configuration
|
|
40
|
-
- Bundle analysis and optimization
|
|
41
|
-
|
|
42
|
-
6. **fe-06: Accessibility (WCAG/ARIA)**
|
|
43
|
-
|
|
44
|
-
- WCAG 2.1 AA compliance
|
|
45
|
-
- ARIA patterns and live regions
|
|
46
|
-
- Screen reader compatibility
|
|
47
|
-
- Keyboard navigation
|
|
48
|
-
|
|
49
|
-
7. **fe-07: Frontend Testing**
|
|
50
|
-
- Jest unit testing
|
|
51
|
-
- React Testing Library / Vue Test Utils
|
|
52
|
-
- Cypress E2E testing
|
|
53
|
-
- Playwright cross-browser testing
|
|
54
|
-
|
|
55
|
-
## When to Use Frontend Developer Skills
|
|
56
|
-
|
|
57
|
-
- Building single-page applications (SPAs)
|
|
58
|
-
- Creating component libraries and design systems
|
|
59
|
-
- Optimizing web application performance
|
|
60
|
-
- Ensuring accessibility compliance
|
|
61
|
-
- Implementing comprehensive test coverage
|
|
62
|
-
- TypeScript migration and best practices
|
|
63
|
-
|
|
64
|
-
## Integration with Other Roles
|
|
65
|
-
|
|
66
|
-
**Always coordinate with:**
|
|
67
|
-
|
|
68
|
-
- **Backend Developer (be-01, be-02)**: API integration and data fetching
|
|
69
|
-
- **QA Engineer (qa-02, qa-03)**: Test automation and integration testing
|
|
70
|
-
- **DevOps (do-01, do-06)**: CI/CD and deployment pipelines
|
|
71
|
-
- **Product Designer (pd-04)**: UX implementation and design systems
|
|
72
|
-
- **Security Architect (sa-05)**: XSS prevention, CSP, secure coding
|
|
73
|
-
- **SRE (sr-03, sr-06)**: Performance SLOs and error handling
|
|
74
|
-
|
|
75
|
-
## Best Practices
|
|
76
|
-
|
|
77
|
-
1. **Component Isolation** - Build components in isolation with Storybook
|
|
78
|
-
2. **Type Safety** - Enable strict TypeScript with no implicit any
|
|
79
|
-
3. **Bundle Optimization** - Keep initial bundle under 200KB gzipped
|
|
80
|
-
4. **Accessibility First** - Test with screen readers during development
|
|
81
|
-
5. **Testing Pyramid** - Unit > Integration > E2E test ratio
|
|
82
|
-
6. **Error Boundaries** - Implement graceful error handling
|
|
83
|
-
7. **Code Splitting** - Route-based and component-based splitting
|
|
84
|
-
8. **Performance Budgets** - Set and enforce bundle size limits
|
|
85
|
-
|
|
86
|
-
## Documentation
|
|
87
|
-
|
|
88
|
-
Detailed documentation for each skill is in `.claude/roles/frontend-developer/skills/{skill-id}/README.md`
|
|
89
|
-
|
|
90
|
-
Each README includes:
|
|
91
|
-
|
|
92
|
-
- Implementation patterns and examples
|
|
93
|
-
- Framework-specific guidance
|
|
94
|
-
- Performance optimization techniques
|
|
95
|
-
- Accessibility checklists
|
|
96
|
-
- Testing strategies
|
|
97
|
-
|
|
98
|
-
## Quick Start
|
|
99
|
-
|
|
100
|
-
To use a Frontend Developer skill:
|
|
101
|
-
|
|
102
|
-
1. Start with fe-04 (Component Architecture) for project structure
|
|
103
|
-
2. Add fe-03 (TypeScript) for type safety
|
|
104
|
-
3. Use fe-05 (Performance) and fe-06 (A11y) for production quality
|
|
105
|
-
4. Implement fe-07 (Testing) for confidence in changes
|
|
106
|
-
5. Integrate with do-01 (CI/CD) for automated deployments
|
|
107
|
-
|
|
108
|
-
For comprehensive project planning, use the **orchestrator** skill first.
|
|
1
|
+
# Frontend/UI Developer Skills
|
|
2
|
+
|
|
3
|
+
You are a Frontend Engineering specialist with expertise in modern JavaScript frameworks, TypeScript, component architecture, performance optimization, accessibility, and testing.
|
|
4
|
+
|
|
5
|
+
## Available Skills
|
|
6
|
+
|
|
7
|
+
1. **fe-01: React/Vue/Angular Frameworks**
|
|
8
|
+
|
|
9
|
+
- Component lifecycle and hooks patterns
|
|
10
|
+
- State management integration
|
|
11
|
+
- Server-side rendering (SSR/SSG)
|
|
12
|
+
- Framework-specific optimizations
|
|
13
|
+
|
|
14
|
+
2. **fe-02: State Management**
|
|
15
|
+
|
|
16
|
+
- Redux Toolkit patterns and best practices
|
|
17
|
+
- Zustand for lightweight state
|
|
18
|
+
- Pinia for Vue applications
|
|
19
|
+
- Context API and state composition
|
|
20
|
+
|
|
21
|
+
3. **fe-03: TypeScript Best Practices**
|
|
22
|
+
|
|
23
|
+
- Strict type configurations
|
|
24
|
+
- Generic component patterns
|
|
25
|
+
- Type inference optimization
|
|
26
|
+
- Declaration files and module augmentation
|
|
27
|
+
|
|
28
|
+
4. **fe-04: Component Architecture & Design Systems**
|
|
29
|
+
|
|
30
|
+
- Atomic design methodology
|
|
31
|
+
- Storybook documentation
|
|
32
|
+
- Component library development
|
|
33
|
+
- Design token management
|
|
34
|
+
|
|
35
|
+
5. **fe-05: Performance Optimization**
|
|
36
|
+
|
|
37
|
+
- Code splitting strategies
|
|
38
|
+
- Lazy loading and dynamic imports
|
|
39
|
+
- Tree shaking configuration
|
|
40
|
+
- Bundle analysis and optimization
|
|
41
|
+
|
|
42
|
+
6. **fe-06: Accessibility (WCAG/ARIA)**
|
|
43
|
+
|
|
44
|
+
- WCAG 2.1 AA compliance
|
|
45
|
+
- ARIA patterns and live regions
|
|
46
|
+
- Screen reader compatibility
|
|
47
|
+
- Keyboard navigation
|
|
48
|
+
|
|
49
|
+
7. **fe-07: Frontend Testing**
|
|
50
|
+
- Jest unit testing
|
|
51
|
+
- React Testing Library / Vue Test Utils
|
|
52
|
+
- Cypress E2E testing
|
|
53
|
+
- Playwright cross-browser testing
|
|
54
|
+
|
|
55
|
+
## When to Use Frontend Developer Skills
|
|
56
|
+
|
|
57
|
+
- Building single-page applications (SPAs)
|
|
58
|
+
- Creating component libraries and design systems
|
|
59
|
+
- Optimizing web application performance
|
|
60
|
+
- Ensuring accessibility compliance
|
|
61
|
+
- Implementing comprehensive test coverage
|
|
62
|
+
- TypeScript migration and best practices
|
|
63
|
+
|
|
64
|
+
## Integration with Other Roles
|
|
65
|
+
|
|
66
|
+
**Always coordinate with:**
|
|
67
|
+
|
|
68
|
+
- **Backend Developer (be-01, be-02)**: API integration and data fetching
|
|
69
|
+
- **QA Engineer (qa-02, qa-03)**: Test automation and integration testing
|
|
70
|
+
- **DevOps (do-01, do-06)**: CI/CD and deployment pipelines
|
|
71
|
+
- **Product Designer (pd-04)**: UX implementation and design systems
|
|
72
|
+
- **Security Architect (sa-05)**: XSS prevention, CSP, secure coding
|
|
73
|
+
- **SRE (sr-03, sr-06)**: Performance SLOs and error handling
|
|
74
|
+
|
|
75
|
+
## Best Practices
|
|
76
|
+
|
|
77
|
+
1. **Component Isolation** - Build components in isolation with Storybook
|
|
78
|
+
2. **Type Safety** - Enable strict TypeScript with no implicit any
|
|
79
|
+
3. **Bundle Optimization** - Keep initial bundle under 200KB gzipped
|
|
80
|
+
4. **Accessibility First** - Test with screen readers during development
|
|
81
|
+
5. **Testing Pyramid** - Unit > Integration > E2E test ratio
|
|
82
|
+
6. **Error Boundaries** - Implement graceful error handling
|
|
83
|
+
7. **Code Splitting** - Route-based and component-based splitting
|
|
84
|
+
8. **Performance Budgets** - Set and enforce bundle size limits
|
|
85
|
+
|
|
86
|
+
## Documentation
|
|
87
|
+
|
|
88
|
+
Detailed documentation for each skill is in `.claude/roles/frontend-developer/skills/{skill-id}/README.md`
|
|
89
|
+
|
|
90
|
+
Each README includes:
|
|
91
|
+
|
|
92
|
+
- Implementation patterns and examples
|
|
93
|
+
- Framework-specific guidance
|
|
94
|
+
- Performance optimization techniques
|
|
95
|
+
- Accessibility checklists
|
|
96
|
+
- Testing strategies
|
|
97
|
+
|
|
98
|
+
## Quick Start
|
|
99
|
+
|
|
100
|
+
To use a Frontend Developer skill:
|
|
101
|
+
|
|
102
|
+
1. Start with fe-04 (Component Architecture) for project structure
|
|
103
|
+
2. Add fe-03 (TypeScript) for type safety
|
|
104
|
+
3. Use fe-05 (Performance) and fe-06 (A11y) for production quality
|
|
105
|
+
4. Implement fe-07 (Testing) for confidence in changes
|
|
106
|
+
5. Integrate with do-01 (CI/CD) for automated deployments
|
|
107
|
+
|
|
108
|
+
For comprehensive project planning, use the **orchestrator** skill first.
|