tech-hub-skills 1.5.1 → 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 (197) hide show
  1. package/.claude/LICENSE +21 -21
  2. package/.claude/README.md +291 -291
  3. package/.claude/bin/cli.js +266 -266
  4. package/.claude/bin/copilot.js +182 -182
  5. package/.claude/bin/postinstall.js +42 -42
  6. package/.claude/commands/README.md +336 -336
  7. package/.claude/commands/ai-engineer.md +104 -104
  8. package/.claude/commands/aws.md +143 -143
  9. package/.claude/commands/azure.md +149 -149
  10. package/.claude/commands/backend-developer.md +108 -108
  11. package/.claude/commands/code-review.md +399 -399
  12. package/.claude/commands/compliance-automation.md +747 -747
  13. package/.claude/commands/compliance-officer.md +108 -108
  14. package/.claude/commands/data-engineer.md +113 -113
  15. package/.claude/commands/data-governance.md +102 -102
  16. package/.claude/commands/data-scientist.md +123 -123
  17. package/.claude/commands/database-admin.md +109 -109
  18. package/.claude/commands/devops.md +160 -160
  19. package/.claude/commands/docker.md +160 -160
  20. package/.claude/commands/enterprise-dashboard.md +613 -613
  21. package/.claude/commands/finops.md +184 -184
  22. package/.claude/commands/frontend-developer.md +108 -108
  23. package/.claude/commands/gcp.md +143 -143
  24. package/.claude/commands/ml-engineer.md +115 -115
  25. package/.claude/commands/mlops.md +187 -187
  26. package/.claude/commands/network-engineer.md +109 -109
  27. package/.claude/commands/optimization-advisor.md +329 -329
  28. package/.claude/commands/orchestrator.md +623 -623
  29. package/.claude/commands/platform-engineer.md +102 -102
  30. package/.claude/commands/process-automation.md +226 -226
  31. package/.claude/commands/process-changelog.md +184 -184
  32. package/.claude/commands/process-documentation.md +484 -484
  33. package/.claude/commands/process-kanban.md +324 -324
  34. package/.claude/commands/process-versioning.md +214 -214
  35. package/.claude/commands/product-designer.md +104 -104
  36. package/.claude/commands/project-starter.md +443 -443
  37. package/.claude/commands/qa-engineer.md +109 -109
  38. package/.claude/commands/security-architect.md +135 -135
  39. package/.claude/commands/sre.md +109 -109
  40. package/.claude/commands/system-design.md +126 -126
  41. package/.claude/commands/technical-writer.md +101 -101
  42. package/.claude/package.json +46 -46
  43. package/.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 -356
  45. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -274
  46. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -324
  47. package/.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 -336
  49. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -213
  50. package/.claude/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
  51. package/.claude/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
  52. package/.claude/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
  53. package/.claude/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
  54. package/.claude/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
  55. package/.claude/roles/azure/skills/02-data-factory/README.md +264 -264
  56. package/.claude/roles/azure/skills/03-synapse-analytics/README.md +264 -264
  57. package/.claude/roles/azure/skills/04-databricks/README.md +264 -264
  58. package/.claude/roles/azure/skills/05-functions/README.md +264 -264
  59. package/.claude/roles/azure/skills/06-kubernetes-service/README.md +264 -264
  60. package/.claude/roles/azure/skills/07-openai-service/README.md +264 -264
  61. package/.claude/roles/azure/skills/08-machine-learning/README.md +264 -264
  62. package/.claude/roles/azure/skills/09-storage-adls/README.md +264 -264
  63. package/.claude/roles/azure/skills/10-networking/README.md +264 -264
  64. package/.claude/roles/azure/skills/11-sql-cosmos/README.md +264 -264
  65. package/.claude/roles/azure/skills/12-event-hubs/README.md +264 -264
  66. package/.claude/roles/code-review/skills/01-automated-code-review/README.md +394 -394
  67. package/.claude/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
  68. package/.claude/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
  69. package/.claude/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
  70. package/.claude/roles/code-review/skills/05-review-analytics/README.md +540 -540
  71. package/.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 -337
  73. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -300
  74. package/.claude/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
  75. package/.claude/roles/data-engineer/skills/03-data-quality/README.md +579 -579
  76. package/.claude/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
  77. package/.claude/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
  78. package/.claude/roles/data-governance/skills/01-data-catalog/README.md +112 -112
  79. package/.claude/roles/data-governance/skills/02-data-lineage/README.md +129 -129
  80. package/.claude/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
  81. package/.claude/roles/data-governance/skills/04-access-control/README.md +39 -39
  82. package/.claude/roles/data-governance/skills/05-master-data-management/README.md +40 -40
  83. package/.claude/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
  84. package/.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 -446
  86. package/.claude/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
  87. package/.claude/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
  88. package/.claude/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
  89. package/.claude/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
  90. package/.claude/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
  91. package/.claude/roles/data-scientist/skills/07-experimentation/README.md +264 -264
  92. package/.claude/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
  93. package/.claude/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
  94. package/.claude/roles/devops/skills/02-container-orchestration/README.md +264 -264
  95. package/.claude/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
  96. package/.claude/roles/devops/skills/04-gitops/README.md +264 -264
  97. package/.claude/roles/devops/skills/05-environment-management/README.md +264 -264
  98. package/.claude/roles/devops/skills/06-automated-testing/README.md +264 -264
  99. package/.claude/roles/devops/skills/07-release-management/README.md +264 -264
  100. package/.claude/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
  101. package/.claude/roles/devops/skills/09-devsecops/README.md +265 -265
  102. package/.claude/roles/finops/skills/01-cost-visibility/README.md +264 -264
  103. package/.claude/roles/finops/skills/02-resource-tagging/README.md +264 -264
  104. package/.claude/roles/finops/skills/03-budget-management/README.md +264 -264
  105. package/.claude/roles/finops/skills/04-reserved-instances/README.md +264 -264
  106. package/.claude/roles/finops/skills/05-spot-optimization/README.md +264 -264
  107. package/.claude/roles/finops/skills/06-storage-tiering/README.md +264 -264
  108. package/.claude/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
  109. package/.claude/roles/finops/skills/08-chargeback/README.md +264 -264
  110. package/.claude/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
  111. package/.claude/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
  112. package/.claude/roles/ml-engineer/skills/03-model-training/README.md +704 -704
  113. package/.claude/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
  114. package/.claude/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
  115. package/.claude/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
  116. package/.claude/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
  117. package/.claude/roles/mlops/skills/03-model-registry/README.md +264 -264
  118. package/.claude/roles/mlops/skills/04-feature-store/README.md +264 -264
  119. package/.claude/roles/mlops/skills/05-model-deployment/README.md +264 -264
  120. package/.claude/roles/mlops/skills/06-model-observability/README.md +264 -264
  121. package/.claude/roles/mlops/skills/07-data-versioning/README.md +264 -264
  122. package/.claude/roles/mlops/skills/08-ab-testing/README.md +264 -264
  123. package/.claude/roles/mlops/skills/09-automated-retraining/README.md +264 -264
  124. package/.claude/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
  125. package/.claude/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
  126. package/.claude/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
  127. package/.claude/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
  128. package/.claude/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
  129. package/.claude/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
  130. package/.claude/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
  131. package/.claude/roles/product-designer/skills/02-user-research/README.md +382 -382
  132. package/.claude/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
  133. package/.claude/roles/product-designer/skills/04-ux-design/README.md +496 -496
  134. package/.claude/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
  135. package/.claude/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
  136. package/.claude/roles/security-architect/skills/01-pii-detection/README.md +319 -319
  137. package/.claude/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
  138. package/.claude/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
  139. package/.claude/roles/security-architect/skills/04-iam/README.md +264 -264
  140. package/.claude/roles/security-architect/skills/05-application-security/README.md +264 -264
  141. package/.claude/roles/security-architect/skills/06-secrets-management/README.md +264 -264
  142. package/.claude/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
  143. package/.claude/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
  144. package/.claude/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
  145. package/.claude/roles/system-design/skills/03-scalability/README.md +264 -264
  146. package/.claude/roles/system-design/skills/04-high-availability/README.md +264 -264
  147. package/.claude/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
  148. package/.claude/roles/system-design/skills/06-api-design/README.md +264 -264
  149. package/.claude/roles/system-design/skills/07-observability-architecture/README.md +264 -264
  150. package/.claude/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
  151. package/.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 -744
  153. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -688
  154. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -679
  155. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -528
  156. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -684
  157. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -615
  158. package/.claude/skills/README.md +336 -336
  159. package/.claude/skills/ai-engineer.md +104 -104
  160. package/.claude/skills/aws.md +143 -143
  161. package/.claude/skills/azure.md +149 -149
  162. package/.claude/skills/backend-developer.md +108 -108
  163. package/.claude/skills/code-review.md +399 -399
  164. package/.claude/skills/compliance-automation.md +747 -747
  165. package/.claude/skills/compliance-officer.md +108 -108
  166. package/.claude/skills/data-engineer.md +113 -113
  167. package/.claude/skills/data-governance.md +102 -102
  168. package/.claude/skills/data-scientist.md +123 -123
  169. package/.claude/skills/database-admin.md +109 -109
  170. package/.claude/skills/devops.md +160 -160
  171. package/.claude/skills/docker.md +160 -160
  172. package/.claude/skills/enterprise-dashboard.md +613 -613
  173. package/.claude/skills/finops.md +184 -184
  174. package/.claude/skills/frontend-developer.md +108 -108
  175. package/.claude/skills/gcp.md +143 -143
  176. package/.claude/skills/ml-engineer.md +115 -115
  177. package/.claude/skills/mlops.md +187 -187
  178. package/.claude/skills/network-engineer.md +109 -109
  179. package/.claude/skills/optimization-advisor.md +329 -329
  180. package/.claude/skills/orchestrator.md +623 -623
  181. package/.claude/skills/platform-engineer.md +102 -102
  182. package/.claude/skills/process-automation.md +226 -226
  183. package/.claude/skills/process-changelog.md +184 -184
  184. package/.claude/skills/process-documentation.md +484 -484
  185. package/.claude/skills/process-kanban.md +324 -324
  186. package/.claude/skills/process-versioning.md +214 -214
  187. package/.claude/skills/product-designer.md +104 -104
  188. package/.claude/skills/project-starter.md +443 -443
  189. package/.claude/skills/qa-engineer.md +109 -109
  190. package/.claude/skills/security-architect.md +135 -135
  191. package/.claude/skills/sre.md +109 -109
  192. package/.claude/skills/system-design.md +126 -126
  193. package/.claude/skills/technical-writer.md +101 -101
  194. package/.gitattributes +2 -2
  195. package/GITHUB_COPILOT.md +106 -106
  196. package/README.md +192 -184
  197. package/package.json +16 -8
package/.claude/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2025 6ogo
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2025 6ogo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/.claude/README.md CHANGED
@@ -1,291 +1,291 @@
1
- # Tech Hub Skills - Complete Role Documentation
2
-
3
- This document provides detailed information about all available roles and their skills.
4
-
5
- For installation instructions, see the [main README](https://github.com/6ogo/Tech-Skills/blob/main/README.md).
6
-
7
- ## Quick Reference
8
-
9
- Use skills in Claude Code with `@` mentions:
10
-
11
- ```bash
12
- # Start with the orchestrator (routes to all skills)
13
- @orchestrator "Build a customer churn prediction model"
14
-
15
- # Or invoke specific roles
16
- @ai-engineer "Create a RAG pipeline"
17
- @security-architect "Review this code for PII"
18
- @data-engineer "Design a lakehouse architecture"
19
-
20
- # Enterprise mode (mandatory security + governance)
21
- @project-starter --enterprise "Build a customer data platform"
22
- ```
23
-
24
- ## Available Roles & Skills
25
-
26
- ### Core Engineering (48 skills)
27
-
28
- | Role | Skills | Focus |
29
- | ---------------------- | ------ | -------------------------------------------- |
30
- | **AI Engineer** | 8 | LLMs, RAG, Agents, Guardrails, Embeddings |
31
- | **Data Engineer** | 9 | Lakehouse, ETL/ELT, Streaming, Quality |
32
- | **ML Engineer** | 9 | MLOps, Training, Serving, Monitoring |
33
- | **Data Scientist** | 8 | EDA, Modeling, Analytics, Experimentation |
34
- | **Frontend Developer** | 7 | React/Vue/Angular, TypeScript, A11y, Testing |
35
- | **Backend Developer** | 7 | REST, GraphQL, Microservices, Caching |
36
-
37
- ### Architecture & Security Roles (22 skills)
38
-
39
- | Role | Skills | Focus |
40
- | ---------------------- | ------ | ------------------------------------------- |
41
- | **Security Architect** | 7 | PII, Threat Modeling, IAM, Secrets |
42
- | **System Design** | 8 | Architecture, Scalability, HA/DR, APIs |
43
- | **Network Engineer** | 7 | Topology, VPN/VPC, Load Balancers, CDN, DNS |
44
-
45
- ### Platform & Operations Roles (59 skills)
46
-
47
- | Role | Skills | Focus |
48
- | --------------------- | ------ | ------------------------------------------- |
49
- | **Platform Engineer** | 6 | IDP, Self-Service, SLOs |
50
- | **SRE** | 7 | Incident Response, Chaos Engineering, SLOs |
51
- | **Database Admin** | 7 | Query Optimization, Replication, Migrations |
52
- | **Data Governance** | 6 | Catalog, Lineage, Quality, Compliance |
53
- | **DevOps** | 9 | CI/CD, Containers, IaC, GitOps |
54
- | **MLOps** | 9 | Experiments, Registry, Deployment |
55
- | **FinOps** | 8 | Cost Visibility, Optimization |
56
- | **Docker** | 5 | Containers, Security, Optimization |
57
-
58
- ### Enterprise Governance Roles (17 skills)
59
-
60
- | Role | Skills | Focus |
61
- | ------------------------- | ---------- | --------------------------------------- |
62
- | **Code Review** | 5 | PR Automation, Quality Gates, Analytics |
63
- | **Compliance Officer** | 7 | SOC 2, GDPR, HIPAA, PCI-DSS, ISO 27001 |
64
- | **Compliance Automation** | Integrated | Policy-as-Code, Evidence Collection |
65
- | **Dashboard** | Integrated | Security, Compliance, DORA Metrics |
66
-
67
- ### Product, Design & Quality Roles (19 skills)
68
-
69
- | Role | Skills | Focus |
70
- | -------------------- | ------ | ----------------------------------------- |
71
- | **Product Designer** | 6 | Requirements, Research, UX, Brainstorming |
72
- | **QA Engineer** | 7 | Test Strategy, Automation, Performance |
73
- | **Technical Writer** | 6 | API Docs, ADRs, Runbooks, Knowledge Base |
74
-
75
- ### Cloud Platform Roles (36 skills)
76
-
77
- | Role | Skills | Focus |
78
- | --------- | ------ | ------------------------------- |
79
- | **Azure** | 12 | All Azure services |
80
- | **AWS** | 12 | EC2, Lambda, S3, RDS, VPC, EKS |
81
- | **GCP** | 12 | Compute, BigQuery, GKE, Pub/Sub |
82
-
83
- ## Directory Structure
84
-
85
- ```
86
- .claude/
87
- ├── skills/ # Role skill files (invoke with @role-name)
88
- │ ├── orchestrator.md # Main orchestrator - routes to all skills
89
- │ ├── ai-engineer.md
90
- │ ├── data-engineer.md
91
- │ ├── security-architect.md
92
- │ ├── code-review.md
93
- │ ├── compliance-automation.md
94
- │ └── ...
95
- ├── roles/ # Detailed skill implementations
96
- │ ├── ai-engineer/
97
- │ │ └── skills/
98
- │ │ ├── 01-prompt-engineering/README.md
99
- │ │ ├── 02-rag-pipeline/README.md
100
- │ │ └── ...
101
- │ ├── security-architect/
102
- │ │ └── skills/
103
- │ │ ├── 01-pii-detection/README.md
104
- │ │ ├── 02-threat-modeling/README.md
105
- │ │ └── ...
106
- │ └── ...
107
- └── README.md # This file
108
- ```
109
-
110
- ## Skill ID Reference
111
-
112
- | Role | Prefix | Skills |
113
- | ------------------ | ------ | ---------------- |
114
- | AI Engineer | `ai-` | ai-01 to ai-08 |
115
- | Data Engineer | `de-` | de-01 to de-09 |
116
- | ML Engineer | `ml-` | ml-01 to ml-09 |
117
- | Data Scientist | `ds-` | ds-01 to ds-08 |
118
- | Frontend Developer | `fe-` | fe-01 to fe-07 |
119
- | Backend Developer | `be-` | be-01 to be-07 |
120
- | Security Architect | `sa-` | sa-01 to sa-07 |
121
- | System Design | `sd-` | sd-01 to sd-08 |
122
- | Network Engineer | `ne-` | ne-01 to ne-07 |
123
- | Platform Engineer | `pe-` | pe-01 to pe-06 |
124
- | SRE | `sr-` | sr-01 to sr-07 |
125
- | Database Admin | `db-` | db-01 to db-07 |
126
- | Data Governance | `dg-` | dg-01 to dg-06 |
127
- | DevOps | `do-` | do-01 to do-09 |
128
- | MLOps | `mo-` | mo-01 to mo-09 |
129
- | FinOps | `fo-` | fo-01 to fo-08 |
130
- | Azure | `az-` | az-01 to az-12 |
131
- | AWS | `aws-` | aws-01 to aws-12 |
132
- | GCP | `gcp-` | gcp-01 to gcp-12 |
133
- | Code Review | `cr-` | cr-01 to cr-05 |
134
- | Compliance Officer | `co-` | co-01 to co-07 |
135
- | Product Designer | `pd-` | pd-01 to pd-06 |
136
- | QA Engineer | `qa-` | qa-01 to qa-07 |
137
- | Technical Writer | `tw-` | tw-01 to tw-06 |
138
-
139
- ## Enterprise Mode
140
-
141
- For production applications, use Enterprise Mode to ensure security and governance:
142
-
143
- ```bash
144
- @project-starter --enterprise "Build a production API"
145
- ```
146
-
147
- Enterprise Mode **automatically includes**:
148
-
149
- - Security Architect (sa-01 to sa-07)
150
- - Data Governance (dg-01 to dg-06)
151
- - Code Review (cr-01 to cr-05)
152
- - Compliance Automation
153
-
154
- ### Enterprise Workflow
155
-
156
- ```
157
- Requirements → Security Assessment → Data Classification
158
-
159
- Architecture → Security Review → Governance Review
160
-
161
- Development → Code Review → Compliance Check
162
-
163
- Deployment → Security Scan → Production Approval
164
-
165
- Monitoring → Continuous Compliance
166
- ```
167
-
168
- ### Enterprise Quality Gates
169
-
170
- - No critical/high vulnerabilities
171
- - 80%+ code coverage
172
- - All compliance controls passing
173
- - Security architect sign-off
174
- - Data governance sign-off
175
-
176
- ## Examples
177
-
178
- ### AI/ML Project
179
-
180
- ```bash
181
- @orchestrator "Build a customer churn prediction model with GDPR compliance"
182
- ```
183
-
184
- Auto-includes: sa-01 (PII), dg-01 (catalog), ml-01-05, mo-01-06
185
-
186
- ### RAG Application
187
-
188
- ```bash
189
- @ai-engineer ai-02 "Create a RAG pipeline for internal docs"
190
- ```
191
-
192
- ### Security Review
193
-
194
- ```bash
195
- @security-architect "Audit this codebase for security vulnerabilities"
196
- ```
197
-
198
- ### Enterprise Platform
199
-
200
- ```bash
201
- @project-starter --enterprise "Build a customer data platform"
202
- ```
203
-
204
- Auto-includes: ALL security + governance + compliance skills
205
-
206
- ## Integration Options
207
-
208
- ### Claude Code (Primary)
209
-
210
- Skills are designed for Claude Code's `@` mention system.
211
-
212
- ### CrewAI
213
-
214
- ```python
215
- from crewai import Agent, Task, Crew
216
-
217
- orchestrator = Agent(
218
- role="Tech Hub Orchestrator",
219
- goal="Coordinate skills for optimal project execution",
220
- backstory=open(".claude/skills/orchestrator.md").read()
221
- )
222
- ```
223
-
224
- ### LangGraph
225
-
226
- ```python
227
- from langgraph.graph import StateGraph
228
-
229
- # Load skills as node definitions
230
- skills = load_skills(".claude/skills/")
231
- ```
232
-
233
- ## Integration Options
234
-
235
- ### Claude Code (Primary)
236
-
237
- Skills are designed for Claude Code's `@` mention system.
238
-
239
- ### CrewAI
240
-
241
- ```python
242
- from crewai import Agent, Task, Crew
243
-
244
- orchestrator = Agent(
245
- role="Tech Hub Orchestrator",
246
- goal="Coordinate skills for optimal project execution",
247
- backstory=open(".claude/skills/orchestrator.md").read()
248
- )
249
- ```
250
-
251
- ### LangGraph
252
-
253
- ```python
254
- from langgraph.graph import StateGraph
255
-
256
- # Load skills as node definitions
257
- skills = load_skills(".claude/skills/")
258
- ```
259
-
260
- ## Repository Structure
261
-
262
- ```
263
- .claude/
264
- ├── skills/ # Role skill files (invoke with @role-name)
265
- │ ├── orchestrator.md # Main orchestrator - routes to all skills
266
- │ ├── ai-engineer.md
267
- │ ├── data-engineer.md
268
- │ ├── security-architect.md
269
- │ └── ...
270
- ├── roles/ # Detailed skill implementations
271
- │ ├── ai-engineer/
272
- │ │ └── skills/
273
- │ │ ├── 01-prompt-engineering/README.md
274
- │ │ ├── 02-rag-pipeline/README.md
275
- │ │ └── ...
276
- │ └── ...
277
- └── README.md # This file
278
- ```
279
-
280
- ## Contributing
281
-
282
- 1. Fork the repository
283
- 2. Add skills to `roles/{role}/skills/{skill-id}/`
284
- 3. Update `skills/{role}.md`
285
- 4. Submit PR
286
-
287
- For publishing instructions (maintainers only), see [PUBLISHING.md](https://github.com/6ogo/Tech-Skills/blob/main/PUBLISHING.md).
288
-
289
- ## License
290
-
291
- MIT
1
+ # Tech Hub Skills - Complete Role Documentation
2
+
3
+ This document provides detailed information about all available roles and their skills.
4
+
5
+ For installation instructions, see the [main README](https://github.com/6ogo/Tech-Skills/blob/main/README.md).
6
+
7
+ ## Quick Reference
8
+
9
+ Use skills in Claude Code with `@` mentions:
10
+
11
+ ```bash
12
+ # Start with the orchestrator (routes to all skills)
13
+ @orchestrator "Build a customer churn prediction model"
14
+
15
+ # Or invoke specific roles
16
+ @ai-engineer "Create a RAG pipeline"
17
+ @security-architect "Review this code for PII"
18
+ @data-engineer "Design a lakehouse architecture"
19
+
20
+ # Enterprise mode (mandatory security + governance)
21
+ @project-starter --enterprise "Build a customer data platform"
22
+ ```
23
+
24
+ ## Available Roles & Skills
25
+
26
+ ### Core Engineering (48 skills)
27
+
28
+ | Role | Skills | Focus |
29
+ | ---------------------- | ------ | -------------------------------------------- |
30
+ | **AI Engineer** | 8 | LLMs, RAG, Agents, Guardrails, Embeddings |
31
+ | **Data Engineer** | 9 | Lakehouse, ETL/ELT, Streaming, Quality |
32
+ | **ML Engineer** | 9 | MLOps, Training, Serving, Monitoring |
33
+ | **Data Scientist** | 8 | EDA, Modeling, Analytics, Experimentation |
34
+ | **Frontend Developer** | 7 | React/Vue/Angular, TypeScript, A11y, Testing |
35
+ | **Backend Developer** | 7 | REST, GraphQL, Microservices, Caching |
36
+
37
+ ### Architecture & Security Roles (22 skills)
38
+
39
+ | Role | Skills | Focus |
40
+ | ---------------------- | ------ | ------------------------------------------- |
41
+ | **Security Architect** | 7 | PII, Threat Modeling, IAM, Secrets |
42
+ | **System Design** | 8 | Architecture, Scalability, HA/DR, APIs |
43
+ | **Network Engineer** | 7 | Topology, VPN/VPC, Load Balancers, CDN, DNS |
44
+
45
+ ### Platform & Operations Roles (59 skills)
46
+
47
+ | Role | Skills | Focus |
48
+ | --------------------- | ------ | ------------------------------------------- |
49
+ | **Platform Engineer** | 6 | IDP, Self-Service, SLOs |
50
+ | **SRE** | 7 | Incident Response, Chaos Engineering, SLOs |
51
+ | **Database Admin** | 7 | Query Optimization, Replication, Migrations |
52
+ | **Data Governance** | 6 | Catalog, Lineage, Quality, Compliance |
53
+ | **DevOps** | 9 | CI/CD, Containers, IaC, GitOps |
54
+ | **MLOps** | 9 | Experiments, Registry, Deployment |
55
+ | **FinOps** | 8 | Cost Visibility, Optimization |
56
+ | **Docker** | 5 | Containers, Security, Optimization |
57
+
58
+ ### Enterprise Governance Roles (17 skills)
59
+
60
+ | Role | Skills | Focus |
61
+ | ------------------------- | ---------- | --------------------------------------- |
62
+ | **Code Review** | 5 | PR Automation, Quality Gates, Analytics |
63
+ | **Compliance Officer** | 7 | SOC 2, GDPR, HIPAA, PCI-DSS, ISO 27001 |
64
+ | **Compliance Automation** | Integrated | Policy-as-Code, Evidence Collection |
65
+ | **Dashboard** | Integrated | Security, Compliance, DORA Metrics |
66
+
67
+ ### Product, Design & Quality Roles (19 skills)
68
+
69
+ | Role | Skills | Focus |
70
+ | -------------------- | ------ | ----------------------------------------- |
71
+ | **Product Designer** | 6 | Requirements, Research, UX, Brainstorming |
72
+ | **QA Engineer** | 7 | Test Strategy, Automation, Performance |
73
+ | **Technical Writer** | 6 | API Docs, ADRs, Runbooks, Knowledge Base |
74
+
75
+ ### Cloud Platform Roles (36 skills)
76
+
77
+ | Role | Skills | Focus |
78
+ | --------- | ------ | ------------------------------- |
79
+ | **Azure** | 12 | All Azure services |
80
+ | **AWS** | 12 | EC2, Lambda, S3, RDS, VPC, EKS |
81
+ | **GCP** | 12 | Compute, BigQuery, GKE, Pub/Sub |
82
+
83
+ ## Directory Structure
84
+
85
+ ```
86
+ .claude/
87
+ ├── skills/ # Role skill files (invoke with @role-name)
88
+ │ ├── orchestrator.md # Main orchestrator - routes to all skills
89
+ │ ├── ai-engineer.md
90
+ │ ├── data-engineer.md
91
+ │ ├── security-architect.md
92
+ │ ├── code-review.md
93
+ │ ├── compliance-automation.md
94
+ │ └── ...
95
+ ├── roles/ # Detailed skill implementations
96
+ │ ├── ai-engineer/
97
+ │ │ └── skills/
98
+ │ │ ├── 01-prompt-engineering/README.md
99
+ │ │ ├── 02-rag-pipeline/README.md
100
+ │ │ └── ...
101
+ │ ├── security-architect/
102
+ │ │ └── skills/
103
+ │ │ ├── 01-pii-detection/README.md
104
+ │ │ ├── 02-threat-modeling/README.md
105
+ │ │ └── ...
106
+ │ └── ...
107
+ └── README.md # This file
108
+ ```
109
+
110
+ ## Skill ID Reference
111
+
112
+ | Role | Prefix | Skills |
113
+ | ------------------ | ------ | ---------------- |
114
+ | AI Engineer | `ai-` | ai-01 to ai-08 |
115
+ | Data Engineer | `de-` | de-01 to de-09 |
116
+ | ML Engineer | `ml-` | ml-01 to ml-09 |
117
+ | Data Scientist | `ds-` | ds-01 to ds-08 |
118
+ | Frontend Developer | `fe-` | fe-01 to fe-07 |
119
+ | Backend Developer | `be-` | be-01 to be-07 |
120
+ | Security Architect | `sa-` | sa-01 to sa-07 |
121
+ | System Design | `sd-` | sd-01 to sd-08 |
122
+ | Network Engineer | `ne-` | ne-01 to ne-07 |
123
+ | Platform Engineer | `pe-` | pe-01 to pe-06 |
124
+ | SRE | `sr-` | sr-01 to sr-07 |
125
+ | Database Admin | `db-` | db-01 to db-07 |
126
+ | Data Governance | `dg-` | dg-01 to dg-06 |
127
+ | DevOps | `do-` | do-01 to do-09 |
128
+ | MLOps | `mo-` | mo-01 to mo-09 |
129
+ | FinOps | `fo-` | fo-01 to fo-08 |
130
+ | Azure | `az-` | az-01 to az-12 |
131
+ | AWS | `aws-` | aws-01 to aws-12 |
132
+ | GCP | `gcp-` | gcp-01 to gcp-12 |
133
+ | Code Review | `cr-` | cr-01 to cr-05 |
134
+ | Compliance Officer | `co-` | co-01 to co-07 |
135
+ | Product Designer | `pd-` | pd-01 to pd-06 |
136
+ | QA Engineer | `qa-` | qa-01 to qa-07 |
137
+ | Technical Writer | `tw-` | tw-01 to tw-06 |
138
+
139
+ ## Enterprise Mode
140
+
141
+ For production applications, use Enterprise Mode to ensure security and governance:
142
+
143
+ ```bash
144
+ @project-starter --enterprise "Build a production API"
145
+ ```
146
+
147
+ Enterprise Mode **automatically includes**:
148
+
149
+ - Security Architect (sa-01 to sa-07)
150
+ - Data Governance (dg-01 to dg-06)
151
+ - Code Review (cr-01 to cr-05)
152
+ - Compliance Automation
153
+
154
+ ### Enterprise Workflow
155
+
156
+ ```
157
+ Requirements → Security Assessment → Data Classification
158
+
159
+ Architecture → Security Review → Governance Review
160
+
161
+ Development → Code Review → Compliance Check
162
+
163
+ Deployment → Security Scan → Production Approval
164
+
165
+ Monitoring → Continuous Compliance
166
+ ```
167
+
168
+ ### Enterprise Quality Gates
169
+
170
+ - No critical/high vulnerabilities
171
+ - 80%+ code coverage
172
+ - All compliance controls passing
173
+ - Security architect sign-off
174
+ - Data governance sign-off
175
+
176
+ ## Examples
177
+
178
+ ### AI/ML Project
179
+
180
+ ```bash
181
+ @orchestrator "Build a customer churn prediction model with GDPR compliance"
182
+ ```
183
+
184
+ Auto-includes: sa-01 (PII), dg-01 (catalog), ml-01-05, mo-01-06
185
+
186
+ ### RAG Application
187
+
188
+ ```bash
189
+ @ai-engineer ai-02 "Create a RAG pipeline for internal docs"
190
+ ```
191
+
192
+ ### Security Review
193
+
194
+ ```bash
195
+ @security-architect "Audit this codebase for security vulnerabilities"
196
+ ```
197
+
198
+ ### Enterprise Platform
199
+
200
+ ```bash
201
+ @project-starter --enterprise "Build a customer data platform"
202
+ ```
203
+
204
+ Auto-includes: ALL security + governance + compliance skills
205
+
206
+ ## Integration Options
207
+
208
+ ### Claude Code (Primary)
209
+
210
+ Skills are designed for Claude Code's `@` mention system.
211
+
212
+ ### CrewAI
213
+
214
+ ```python
215
+ from crewai import Agent, Task, Crew
216
+
217
+ orchestrator = Agent(
218
+ role="Tech Hub Orchestrator",
219
+ goal="Coordinate skills for optimal project execution",
220
+ backstory=open(".claude/skills/orchestrator.md").read()
221
+ )
222
+ ```
223
+
224
+ ### LangGraph
225
+
226
+ ```python
227
+ from langgraph.graph import StateGraph
228
+
229
+ # Load skills as node definitions
230
+ skills = load_skills(".claude/skills/")
231
+ ```
232
+
233
+ ## Integration Options
234
+
235
+ ### Claude Code (Primary)
236
+
237
+ Skills are designed for Claude Code's `@` mention system.
238
+
239
+ ### CrewAI
240
+
241
+ ```python
242
+ from crewai import Agent, Task, Crew
243
+
244
+ orchestrator = Agent(
245
+ role="Tech Hub Orchestrator",
246
+ goal="Coordinate skills for optimal project execution",
247
+ backstory=open(".claude/skills/orchestrator.md").read()
248
+ )
249
+ ```
250
+
251
+ ### LangGraph
252
+
253
+ ```python
254
+ from langgraph.graph import StateGraph
255
+
256
+ # Load skills as node definitions
257
+ skills = load_skills(".claude/skills/")
258
+ ```
259
+
260
+ ## Repository Structure
261
+
262
+ ```
263
+ .claude/
264
+ ├── skills/ # Role skill files (invoke with @role-name)
265
+ │ ├── orchestrator.md # Main orchestrator - routes to all skills
266
+ │ ├── ai-engineer.md
267
+ │ ├── data-engineer.md
268
+ │ ├── security-architect.md
269
+ │ └── ...
270
+ ├── roles/ # Detailed skill implementations
271
+ │ ├── ai-engineer/
272
+ │ │ └── skills/
273
+ │ │ ├── 01-prompt-engineering/README.md
274
+ │ │ ├── 02-rag-pipeline/README.md
275
+ │ │ └── ...
276
+ │ └── ...
277
+ └── README.md # This file
278
+ ```
279
+
280
+ ## Contributing
281
+
282
+ 1. Fork the repository
283
+ 2. Add skills to `roles/{role}/skills/{skill-id}/`
284
+ 3. Update `skills/{role}.md`
285
+ 4. Submit PR
286
+
287
+ For publishing instructions (maintainers only), see [PUBLISHING.md](https://github.com/6ogo/Tech-Skills/blob/main/PUBLISHING.md).
288
+
289
+ ## License
290
+
291
+ MIT