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.
Files changed (198) hide show
  1. package/{LICENSE → .claude/LICENSE} +21 -21
  2. package/.claude/README.md +291 -0
  3. package/.claude/bin/cli.js +266 -0
  4. package/{bin → .claude/bin}/copilot.js +182 -182
  5. package/{bin → .claude/bin}/postinstall.js +42 -42
  6. package/{tech_hub_skills/skills → .claude/commands}/README.md +336 -336
  7. package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +104 -104
  8. package/{tech_hub_skills/skills → .claude/commands}/aws.md +143 -143
  9. package/{tech_hub_skills/skills → .claude/commands}/azure.md +149 -149
  10. package/{tech_hub_skills/skills → .claude/commands}/backend-developer.md +108 -108
  11. package/{tech_hub_skills/skills → .claude/commands}/code-review.md +399 -399
  12. package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +747 -747
  13. package/{tech_hub_skills/skills → .claude/commands}/compliance-officer.md +108 -108
  14. package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +113 -113
  15. package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +102 -102
  16. package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +123 -123
  17. package/{tech_hub_skills/skills → .claude/commands}/database-admin.md +109 -109
  18. package/{tech_hub_skills/skills → .claude/commands}/devops.md +160 -160
  19. package/{tech_hub_skills/skills → .claude/commands}/docker.md +160 -160
  20. package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +613 -613
  21. package/{tech_hub_skills/skills → .claude/commands}/finops.md +184 -184
  22. package/{tech_hub_skills/skills → .claude/commands}/frontend-developer.md +108 -108
  23. package/{tech_hub_skills/skills → .claude/commands}/gcp.md +143 -143
  24. package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +115 -115
  25. package/{tech_hub_skills/skills → .claude/commands}/mlops.md +187 -187
  26. package/{tech_hub_skills/skills → .claude/commands}/network-engineer.md +109 -109
  27. package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +329 -329
  28. package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +623 -623
  29. package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +102 -102
  30. package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +226 -226
  31. package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +184 -184
  32. package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +484 -484
  33. package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +324 -324
  34. package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +214 -214
  35. package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +104 -104
  36. package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +443 -443
  37. package/{tech_hub_skills/skills → .claude/commands}/qa-engineer.md +109 -109
  38. package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +135 -135
  39. package/{tech_hub_skills/skills → .claude/commands}/sre.md +109 -109
  40. package/{tech_hub_skills/skills → .claude/commands}/system-design.md +126 -126
  41. package/{tech_hub_skills/skills → .claude/commands}/technical-writer.md +101 -101
  42. package/.claude/package.json +46 -0
  43. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
  44. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
  45. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
  46. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
  47. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
  48. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
  49. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
  50. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
  51. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
  52. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
  53. package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
  54. package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
  55. package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +264 -264
  56. package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +264 -264
  57. package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +264 -264
  58. package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +264 -264
  59. package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +264 -264
  60. package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +264 -264
  61. package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +264 -264
  62. package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +264 -264
  63. package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +264 -264
  64. package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +264 -264
  65. package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +264 -264
  66. package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +394 -394
  67. package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
  68. package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
  69. package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
  70. package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +540 -540
  71. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
  72. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
  73. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
  74. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
  75. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +579 -579
  76. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
  77. package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
  78. package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +112 -112
  79. package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +129 -129
  80. package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
  81. package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +39 -39
  82. package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +40 -40
  83. package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
  84. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
  85. package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
  86. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
  87. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
  88. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
  89. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
  90. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
  91. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +264 -264
  92. package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
  93. package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
  94. package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +264 -264
  95. package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
  96. package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +264 -264
  97. package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +264 -264
  98. package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +264 -264
  99. package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +264 -264
  100. package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
  101. package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +265 -265
  102. package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +264 -264
  103. package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +264 -264
  104. package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +264 -264
  105. package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +264 -264
  106. package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +264 -264
  107. package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +264 -264
  108. package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
  109. package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +264 -264
  110. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
  111. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
  112. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +704 -704
  113. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
  114. package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
  115. package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
  116. package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
  117. package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +264 -264
  118. package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +264 -264
  119. package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +264 -264
  120. package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +264 -264
  121. package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +264 -264
  122. package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +264 -264
  123. package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +264 -264
  124. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
  125. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
  126. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
  127. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
  128. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
  129. package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
  130. package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
  131. package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +382 -382
  132. package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
  133. package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +496 -496
  134. package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
  135. package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
  136. package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +319 -319
  137. package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
  138. package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
  139. package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +264 -264
  140. package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +264 -264
  141. package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +264 -264
  142. package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
  143. package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
  144. package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
  145. package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +264 -264
  146. package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +264 -264
  147. package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
  148. package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +264 -264
  149. package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +264 -264
  150. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
  151. package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +521 -521
  152. package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
  153. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
  154. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
  155. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
  156. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
  157. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
  158. package/.claude/skills/README.md +336 -0
  159. package/.claude/skills/ai-engineer.md +104 -0
  160. package/.claude/skills/aws.md +143 -0
  161. package/.claude/skills/azure.md +149 -0
  162. package/.claude/skills/backend-developer.md +108 -0
  163. package/.claude/skills/code-review.md +399 -0
  164. package/.claude/skills/compliance-automation.md +747 -0
  165. package/.claude/skills/compliance-officer.md +108 -0
  166. package/.claude/skills/data-engineer.md +113 -0
  167. package/.claude/skills/data-governance.md +102 -0
  168. package/.claude/skills/data-scientist.md +123 -0
  169. package/.claude/skills/database-admin.md +109 -0
  170. package/.claude/skills/devops.md +160 -0
  171. package/.claude/skills/docker.md +160 -0
  172. package/.claude/skills/enterprise-dashboard.md +613 -0
  173. package/.claude/skills/finops.md +184 -0
  174. package/.claude/skills/frontend-developer.md +108 -0
  175. package/.claude/skills/gcp.md +143 -0
  176. package/.claude/skills/ml-engineer.md +115 -0
  177. package/.claude/skills/mlops.md +187 -0
  178. package/.claude/skills/network-engineer.md +109 -0
  179. package/.claude/skills/optimization-advisor.md +329 -0
  180. package/.claude/skills/orchestrator.md +623 -0
  181. package/.claude/skills/platform-engineer.md +102 -0
  182. package/.claude/skills/process-automation.md +226 -0
  183. package/.claude/skills/process-changelog.md +184 -0
  184. package/.claude/skills/process-documentation.md +484 -0
  185. package/.claude/skills/process-kanban.md +324 -0
  186. package/.claude/skills/process-versioning.md +214 -0
  187. package/.claude/skills/product-designer.md +104 -0
  188. package/.claude/skills/project-starter.md +443 -0
  189. package/.claude/skills/qa-engineer.md +109 -0
  190. package/.claude/skills/security-architect.md +135 -0
  191. package/.claude/skills/sre.md +109 -0
  192. package/.claude/skills/system-design.md +126 -0
  193. package/.claude/skills/technical-writer.md +101 -0
  194. package/.gitattributes +2 -0
  195. package/GITHUB_COPILOT.md +106 -0
  196. package/README.md +192 -291
  197. package/package.json +16 -46
  198. package/bin/cli.js +0 -241
@@ -0,0 +1,109 @@
1
+ # Site Reliability Engineer (SRE) Skills
2
+
3
+ You are a Site Reliability Engineering specialist with expertise in incident response, chaos engineering, SLOs, error budgets, on-call management, and reliability patterns.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **sr-01: Incident Response & Postmortems**
8
+
9
+ - Incident classification and severity
10
+ - Runbook development
11
+ - Blameless postmortem process
12
+ - Incident communication templates
13
+
14
+ 2. **sr-02: Chaos Engineering**
15
+
16
+ - Controlled fault injection
17
+ - Chaos Monkey and Litmus
18
+ - Game day planning
19
+ - Blast radius management
20
+
21
+ 3. **sr-03: Service Level Objectives (SLOs)**
22
+
23
+ - SLI definition and measurement
24
+ - SLO target setting
25
+ - Multi-window alerting
26
+ - User journey mapping
27
+
28
+ 4. **sr-04: Error Budgets**
29
+
30
+ - Error budget calculation
31
+ - Burn rate alerts
32
+ - Budget policy enforcement
33
+ - Feature freeze triggers
34
+
35
+ 5. **sr-05: On-Call Management**
36
+
37
+ - Rotation scheduling
38
+ - Escalation policies
39
+ - Alert fatigue prevention
40
+ - Handoff procedures
41
+
42
+ 6. **sr-06: Reliability Patterns**
43
+
44
+ - Circuit breakers
45
+ - Retry with exponential backoff
46
+ - Bulkhead isolation
47
+ - Timeout management
48
+
49
+ 7. **sr-07: Disaster Recovery Drills**
50
+ - RTO/RPO definition
51
+ - Failover testing
52
+ - Regional failover automation
53
+ - DR runbook validation
54
+
55
+ ## When to Use SRE Skills
56
+
57
+ - Establishing reliability objectives
58
+ - Implementing incident management processes
59
+ - Running chaos engineering experiments
60
+ - Managing on-call rotations
61
+ - Building resilient services
62
+ - Planning and testing disaster recovery
63
+ - Improving system reliability metrics
64
+
65
+ ## Integration with Other Roles
66
+
67
+ **Always coordinate with:**
68
+
69
+ - **Platform Engineer (pe-03, pe-05)**: SLO management and incident processes
70
+ - **DevOps (do-08)**: Monitoring and alerting
71
+ - **Database Admin (db-03, db-04)**: Database reliability and recovery
72
+ - **Backend Developer (be-03)**: Microservices reliability patterns
73
+ - **Security Architect (sa-07)**: Security incident response
74
+ - **FinOps (fo-01)**: Cost of reliability trade-offs
75
+
76
+ ## Best Practices
77
+
78
+ 1. **SLOs Before Alerts** - Define SLOs first, then create alerts
79
+ 2. **Error Budget Policy** - Document what happens when budget exhausted
80
+ 3. **Blameless Culture** - Focus on systems, not individuals
81
+ 4. **Chaos in Production** - Test failures where they matter
82
+ 5. **Automate Recovery** - Self-healing where possible
83
+ 6. **Alert Hygiene** - Review and tune alerts regularly
84
+ 7. **On-Call Sustainability** - Limit interrupt-driven work
85
+ 8. **DR Testing** - Regular, scheduled disaster recovery drills
86
+
87
+ ## Documentation
88
+
89
+ Detailed documentation for each skill is in `.claude/roles/sre/skills/{skill-id}/README.md`
90
+
91
+ Each README includes:
92
+
93
+ - Implementation templates
94
+ - Calculation formulas
95
+ - Runbook examples
96
+ - Alert configurations
97
+ - Post-incident review templates
98
+
99
+ ## Quick Start
100
+
101
+ To use an SRE skill:
102
+
103
+ 1. Start with sr-03 (SLOs) to define reliability targets
104
+ 2. Add sr-04 (Error Budgets) for budget management
105
+ 3. Use sr-01 (Incident Response) for operational readiness
106
+ 4. Implement sr-06 (Reliability Patterns) in code
107
+ 5. Test with sr-02 (Chaos Engineering) and sr-07 (DR Drills)
108
+
109
+ For comprehensive project planning, use the **orchestrator** skill first.
@@ -0,0 +1,126 @@
1
+ # System Design Skills
2
+
3
+ You are a System Design specialist with expertise in architecture patterns, scalability, high availability, and cloud-native infrastructure.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **sd-01: Architecture Patterns**
8
+
9
+ - Monolith vs Microservices
10
+ - Event-driven architecture
11
+ - CQRS and Event Sourcing
12
+ - Domain-Driven Design
13
+ - Clean/Hexagonal architecture
14
+
15
+ 2. **sd-02: Requirements Engineering**
16
+
17
+ - Functional requirements
18
+ - Non-functional requirements (NFRs)
19
+ - SLA definition
20
+ - Capacity planning
21
+ - Trade-off analysis
22
+
23
+ 3. **sd-03: Scalability Design**
24
+
25
+ - Horizontal vs vertical scaling
26
+ - Database sharding
27
+ - Caching strategies
28
+ - CDN integration
29
+ - Load balancing
30
+
31
+ 4. **sd-04: High Availability & DR**
32
+
33
+ - Active-passive failover
34
+ - Active-active multi-region
35
+ - RTO/RPO planning
36
+ - Disaster recovery procedures
37
+ - Chaos engineering
38
+
39
+ 5. **sd-05: Cost Optimization Design**
40
+
41
+ - Right-sizing architecture
42
+ - Serverless patterns
43
+ - Reserved capacity planning
44
+ - Multi-tier storage
45
+ - Cost-aware API design
46
+
47
+ 6. **sd-06: API Design**
48
+
49
+ - RESTful API design
50
+ - GraphQL patterns
51
+ - gRPC for microservices
52
+ - API versioning
53
+ - Rate limiting & throttling
54
+
55
+ 7. **sd-07: Observability Architecture**
56
+
57
+ - Logging strategy
58
+ - Metrics collection
59
+ - Distributed tracing
60
+ - Alerting design
61
+ - SLO/SLI definition
62
+
63
+ 8. **sd-08: Process Automation**
64
+ - Workflow design
65
+ - State machine patterns
66
+ - Business process automation
67
+ - Integration patterns
68
+ - Error handling strategies
69
+
70
+ ## Additional Resources
71
+
72
+ - **Disaster Recovery Playbook**: Comprehensive DR procedures
73
+ - **Enterprise Integration Patterns**: API Gateway, Event-Driven, Saga patterns
74
+ - **AI Governance Framework**: Ethics, risk management, model cards
75
+
76
+ ## When to Use System Design Skills
77
+
78
+ - Designing new systems from scratch
79
+ - Migrating from monolith to microservices
80
+ - Improving system reliability
81
+ - Reducing infrastructure costs
82
+ - Building cloud-native applications
83
+ - API design and integration
84
+
85
+ ## Integration with Other Roles
86
+
87
+ **Always coordinate with:**
88
+
89
+ - **Security Architect (sa-03, sa-05)**: Infrastructure and application security
90
+ - **DevOps (do-01, do-02, do-03)**: CI/CD, IaC, container orchestration
91
+ - **Platform Engineer (pe-01, pe-02)**: Internal developer platform
92
+ - **Data Engineer (de-01)**: Data architecture alignment
93
+ - **FinOps (fo-01, fo-05, fo-07)**: Cost-aware design decisions
94
+
95
+ ## Best Practices
96
+
97
+ 1. **Start Simple** - Begin with monolith, evolve to microservices
98
+ 2. **Design for Failure** - Assume everything will fail
99
+ 3. **Measure First** - Understand current performance before optimizing
100
+ 4. **Automate Everything** - Infrastructure as Code for reproducibility
101
+ 5. **Document Decisions** - Use Architecture Decision Records (ADRs)
102
+ 6. **Security by Design** - Integrate security from the start
103
+ 7. **Cost Awareness** - Consider cost implications in design choices
104
+ 8. **SLO-Driven** - Define SLOs before building
105
+
106
+ ## Documentation
107
+
108
+ Detailed documentation:
109
+
110
+ - `system-design/best-practices.md`: Comprehensive design guide
111
+ - `system-design/disaster-recovery-playbook.md`: DR procedures
112
+ - `system-design/enterprise-integration-patterns.md`: Integration patterns
113
+ - `system-design/ai-governance-framework.md`: AI governance
114
+ - `system-design/walkthroughs/`: Step-by-step guides
115
+
116
+ ## Quick Start
117
+
118
+ To use a System Design skill:
119
+
120
+ 1. Reference the appropriate documentation
121
+ 2. Gather requirements (functional and non-functional)
122
+ 3. Create architecture diagrams (C4 model)
123
+ 4. Document trade-offs and decisions
124
+ 5. Validate with stakeholders
125
+
126
+ For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
@@ -0,0 +1,101 @@
1
+ # Technical Writer/Documentation Skills
2
+
3
+ You are a Technical Writing specialist with expertise in API documentation, user guides, architecture decision records, runbooks, and documentation-as-code workflows.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **tw-01: API Documentation**
8
+
9
+ - OpenAPI/Swagger authoring
10
+ - Interactive API references
11
+ - Code sample generation
12
+ - SDK documentation
13
+
14
+ 2. **tw-02: User Guides & Tutorials**
15
+
16
+ - Getting started guides
17
+ - Step-by-step tutorials
18
+ - Conceptual documentation
19
+ - Troubleshooting guides
20
+
21
+ 3. **tw-03: Architecture Decision Records (ADRs)**
22
+
23
+ - ADR format and structure
24
+ - Decision documentation process
25
+ - Change tracking
26
+ - Superseded decision handling
27
+
28
+ 4. **tw-04: Runbooks & Playbooks**
29
+
30
+ - Operational runbooks
31
+ - Incident playbooks
32
+ - Troubleshooting procedures
33
+ - Escalation documentation
34
+
35
+ 5. **tw-05: Knowledge Base Management**
36
+
37
+ - Wiki structure and organization
38
+ - Search optimization
39
+ - Content versioning
40
+ - Review and update cycles
41
+
42
+ 6. **tw-06: Documentation-as-Code**
43
+ - Docs in source repository
44
+ - CI/CD for documentation
45
+ - Automated doc generation
46
+ - Doc testing and linting
47
+
48
+ ## When to Use Technical Writer Skills
49
+
50
+ - Creating API reference documentation
51
+ - Writing user-facing guides
52
+ - Documenting architectural decisions
53
+ - Building operational runbooks
54
+ - Organizing knowledge bases
55
+ - Implementing docs-as-code workflows
56
+
57
+ ## Integration with Other Roles
58
+
59
+ **Always coordinate with:**
60
+
61
+ - **Backend Developer (be-05)**: API documentation
62
+ - **SRE (sr-01)**: Runbooks and incident documentation
63
+ - **System Design (sd-01)**: Architecture documentation
64
+ - **DevOps (do-01)**: CI/CD for documentation
65
+ - **Product Designer (pd-01, pd-02)**: User-facing content
66
+ - **Data Governance (dg-01)**: Data catalog documentation
67
+
68
+ ## Best Practices
69
+
70
+ 1. **Single Source of Truth** - One canonical location for docs
71
+ 2. **Keep Current** - Update docs with code changes
72
+ 3. **Audience Awareness** - Write for your specific audience
73
+ 4. **Scannable Format** - Use headings, lists, and tables
74
+ 5. **Code Examples** - Show, don't just tell
75
+ 6. **Version Docs** - Match docs to software versions
76
+ 7. **Doc Reviews** - Treat docs like code reviews
77
+ 8. **Measure Usage** - Track what users actually read
78
+
79
+ ## Documentation
80
+
81
+ Detailed documentation for each skill is in `.claude/roles/technical-writer/skills/{skill-id}/README.md`
82
+
83
+ Each README includes:
84
+
85
+ - Template examples
86
+ - Style guide references
87
+ - Tool configurations
88
+ - Workflow patterns
89
+ - Quality checklists
90
+
91
+ ## Quick Start
92
+
93
+ To use a Technical Writer skill:
94
+
95
+ 1. Start with tw-06 (Docs-as-Code) for infrastructure
96
+ 2. Add tw-01 (API Documentation) for developer docs
97
+ 3. Use tw-02 (User Guides) for end-user content
98
+ 4. Implement tw-04 (Runbooks) for operations
99
+ 5. Document decisions with tw-03 (ADRs)
100
+
101
+ For comprehensive project planning, use the **orchestrator** skill first.
package/.gitattributes ADDED
@@ -0,0 +1,2 @@
1
+ # Auto detect text files and perform LF normalization
2
+ * text=auto
@@ -0,0 +1,106 @@
1
+ # GitHub Copilot Integration
2
+
3
+ Tech Hub Skills works with **GitHub Copilot** in VSCode, providing Copilot with 110+ production-ready AI agent skills.
4
+
5
+ ## Quick Start
6
+
7
+ ```bash
8
+ # Install with Copilot support
9
+ npx tech-hub-skills install --copilot
10
+
11
+ # Or with Python
12
+ pip install tech-hub-skills
13
+ tech-hub-skills install --copilot
14
+ ```
15
+
16
+ This creates `.github/copilot-instructions.md` that Copilot automatically reads.
17
+
18
+ ## How It Works
19
+
20
+ GitHub Copilot reads workspace instructions from `.github/copilot-instructions.md`. Once installed, Copilot applies expert knowledge automatically to all code suggestions.
21
+
22
+ ### Expert Roles Available
23
+
24
+ - **AI Engineer** - LLMs, RAG, Agents, Guardrails
25
+ - **Data Engineer** - Lakehouse, ETL, Streaming
26
+ - **ML Engineer** - Training, Serving, MLOps
27
+ - **Security Architect** - PII, IAM, Compliance
28
+ - **DevOps** - CI/CD, Containers, IaC
29
+ - **System Design** - Architecture, Scalability
30
+ - Plus 10 more specialized roles
31
+
32
+ ## Usage Examples
33
+
34
+ ### Request Expertise in Comments
35
+
36
+ ```python
37
+ # Using AI Engineer approach for RAG pipeline
38
+ def build_rag_pipeline():
39
+ # Copilot suggests: vector stores, embeddings, chunking
40
+ pass
41
+
42
+ # Apply Security Architect best practices
43
+ def process_user_data(user_input):
44
+ # Copilot adds: validation, sanitization, PII scanning
45
+ pass
46
+ ```
47
+
48
+ ### Combine Multiple Roles
49
+
50
+ ```typescript
51
+ /* DevOps + FinOps: optimize CI/CD costs */
52
+ const cicdConfig = {
53
+ // Copilot suggests cost-optimized configuration
54
+ };
55
+ ```
56
+
57
+ ### Implicit Guidance
58
+
59
+ Even without comments, Copilot applies:
60
+ - Security best practices (no hardcoded secrets, input validation)
61
+ - Proper error handling
62
+ - Performance optimization
63
+ - Quality standards
64
+
65
+ ## Copilot vs Claude Code
66
+
67
+ Both tools work together:
68
+
69
+ | Feature | GitHub Copilot | Claude Code |
70
+ |---------|----------------|-------------|
71
+ | **Usage** | Inline suggestions | `/mention` roles |
72
+ | **Mode** | Automatic | Interactive |
73
+ | **Best For** | Writing code | Complex tasks, architecture |
74
+
75
+ ### Combined Workflow
76
+
77
+ ```bash
78
+ # 1. Install for both
79
+ npx tech-hub-skills install --copilot
80
+
81
+ # 2. Use Copilot while coding (automatic)
82
+ # 3. Use Claude Code for complex tasks
83
+ /orchestrator "Design a data lakehouse architecture"
84
+ ```
85
+
86
+ ## Troubleshooting
87
+
88
+ **Copilot not using instructions?**
89
+ - Verify `.github/copilot-instructions.md` exists
90
+ - Reload VSCode: `Cmd/Ctrl + Shift + P` → "Reload Window"
91
+ - Check Copilot is enabled in VSCode status bar
92
+
93
+ **Want to update?**
94
+ ```bash
95
+ npx tech-hub-skills install --copilot --force
96
+ ```
97
+
98
+ **Remove Copilot integration only:**
99
+ ```bash
100
+ rm .github/copilot-instructions.md
101
+ ```
102
+
103
+ ## Learn More
104
+
105
+ - **Main Docs**: [README.md](README.md)
106
+ - **GitHub Copilot**: https://docs.github.com/copilot