tech-hub-skills 1.1.1 → 1.5.1

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/.claude/README.md +291 -0
  2. package/.claude/bin/cli.js +266 -0
  3. package/.claude/commands/aws.md +143 -0
  4. package/.claude/commands/backend-developer.md +108 -0
  5. package/.claude/commands/compliance-officer.md +108 -0
  6. package/.claude/commands/database-admin.md +109 -0
  7. package/.claude/commands/frontend-developer.md +108 -0
  8. package/.claude/commands/gcp.md +143 -0
  9. package/.claude/commands/network-engineer.md +109 -0
  10. package/{tech_hub_skills/skills → .claude/commands}/orchestrator.md +139 -13
  11. package/.claude/commands/qa-engineer.md +109 -0
  12. package/.claude/commands/sre.md +109 -0
  13. package/.claude/commands/technical-writer.md +101 -0
  14. package/.claude/package.json +46 -0
  15. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -0
  16. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -0
  17. package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -0
  18. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -0
  19. package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -0
  20. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -0
  21. package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -0
  22. package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -0
  23. package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -0
  24. package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -0
  25. package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -0
  26. package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -0
  27. package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -0
  28. package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -0
  29. package/.claude/skills/README.md +336 -0
  30. package/.claude/skills/ai-engineer.md +104 -0
  31. package/.claude/skills/aws.md +143 -0
  32. package/.claude/skills/azure.md +149 -0
  33. package/.claude/skills/backend-developer.md +108 -0
  34. package/.claude/skills/code-review.md +399 -0
  35. package/.claude/skills/compliance-automation.md +747 -0
  36. package/.claude/skills/compliance-officer.md +108 -0
  37. package/.claude/skills/data-engineer.md +113 -0
  38. package/.claude/skills/data-governance.md +102 -0
  39. package/.claude/skills/data-scientist.md +123 -0
  40. package/.claude/skills/database-admin.md +109 -0
  41. package/.claude/skills/devops.md +160 -0
  42. package/.claude/skills/docker.md +160 -0
  43. package/.claude/skills/enterprise-dashboard.md +613 -0
  44. package/.claude/skills/finops.md +184 -0
  45. package/.claude/skills/frontend-developer.md +108 -0
  46. package/.claude/skills/gcp.md +143 -0
  47. package/.claude/skills/ml-engineer.md +115 -0
  48. package/.claude/skills/mlops.md +187 -0
  49. package/.claude/skills/network-engineer.md +109 -0
  50. package/.claude/skills/optimization-advisor.md +329 -0
  51. package/.claude/skills/orchestrator.md +623 -0
  52. package/.claude/skills/platform-engineer.md +102 -0
  53. package/.claude/skills/process-automation.md +226 -0
  54. package/.claude/skills/process-changelog.md +184 -0
  55. package/.claude/skills/process-documentation.md +484 -0
  56. package/.claude/skills/process-kanban.md +324 -0
  57. package/.claude/skills/process-versioning.md +214 -0
  58. package/.claude/skills/product-designer.md +104 -0
  59. package/.claude/skills/project-starter.md +443 -0
  60. package/.claude/skills/qa-engineer.md +109 -0
  61. package/.claude/skills/security-architect.md +135 -0
  62. package/.claude/skills/sre.md +109 -0
  63. package/.claude/skills/system-design.md +126 -0
  64. package/.claude/skills/technical-writer.md +101 -0
  65. package/.gitattributes +2 -0
  66. package/GITHUB_COPILOT.md +106 -0
  67. package/README.md +131 -197
  68. package/package.json +4 -42
  69. package/bin/cli.js +0 -241
  70. /package/{LICENSE → .claude/LICENSE} +0 -0
  71. /package/{bin → .claude/bin}/copilot.js +0 -0
  72. /package/{bin → .claude/bin}/postinstall.js +0 -0
  73. /package/{tech_hub_skills/skills → .claude/commands}/README.md +0 -0
  74. /package/{tech_hub_skills/skills → .claude/commands}/ai-engineer.md +0 -0
  75. /package/{tech_hub_skills/skills → .claude/commands}/azure.md +0 -0
  76. /package/{tech_hub_skills/skills → .claude/commands}/code-review.md +0 -0
  77. /package/{tech_hub_skills/skills → .claude/commands}/compliance-automation.md +0 -0
  78. /package/{tech_hub_skills/skills → .claude/commands}/data-engineer.md +0 -0
  79. /package/{tech_hub_skills/skills → .claude/commands}/data-governance.md +0 -0
  80. /package/{tech_hub_skills/skills → .claude/commands}/data-scientist.md +0 -0
  81. /package/{tech_hub_skills/skills → .claude/commands}/devops.md +0 -0
  82. /package/{tech_hub_skills/skills → .claude/commands}/docker.md +0 -0
  83. /package/{tech_hub_skills/skills → .claude/commands}/enterprise-dashboard.md +0 -0
  84. /package/{tech_hub_skills/skills → .claude/commands}/finops.md +0 -0
  85. /package/{tech_hub_skills/skills → .claude/commands}/ml-engineer.md +0 -0
  86. /package/{tech_hub_skills/skills → .claude/commands}/mlops.md +0 -0
  87. /package/{tech_hub_skills/skills → .claude/commands}/optimization-advisor.md +0 -0
  88. /package/{tech_hub_skills/skills → .claude/commands}/platform-engineer.md +0 -0
  89. /package/{tech_hub_skills/skills → .claude/commands}/process-automation.md +0 -0
  90. /package/{tech_hub_skills/skills → .claude/commands}/process-changelog.md +0 -0
  91. /package/{tech_hub_skills/skills → .claude/commands}/process-documentation.md +0 -0
  92. /package/{tech_hub_skills/skills → .claude/commands}/process-kanban.md +0 -0
  93. /package/{tech_hub_skills/skills → .claude/commands}/process-versioning.md +0 -0
  94. /package/{tech_hub_skills/skills → .claude/commands}/product-designer.md +0 -0
  95. /package/{tech_hub_skills/skills → .claude/commands}/project-starter.md +0 -0
  96. /package/{tech_hub_skills/skills → .claude/commands}/security-architect.md +0 -0
  97. /package/{tech_hub_skills/skills → .claude/commands}/system-design.md +0 -0
  98. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/01-prompt-engineering/README.md +0 -0
  99. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/02-rag-pipeline/README.md +0 -0
  100. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/03-agent-orchestration/README.md +0 -0
  101. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/04-llm-guardrails/README.md +0 -0
  102. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/05-vector-embeddings/README.md +0 -0
  103. /package/{tech_hub_skills → .claude}/roles/ai-engineer/skills/06-llm-evaluation/README.md +0 -0
  104. /package/{tech_hub_skills → .claude}/roles/azure/skills/01-infrastructure-fundamentals/README.md +0 -0
  105. /package/{tech_hub_skills → .claude}/roles/azure/skills/02-data-factory/README.md +0 -0
  106. /package/{tech_hub_skills → .claude}/roles/azure/skills/03-synapse-analytics/README.md +0 -0
  107. /package/{tech_hub_skills → .claude}/roles/azure/skills/04-databricks/README.md +0 -0
  108. /package/{tech_hub_skills → .claude}/roles/azure/skills/05-functions/README.md +0 -0
  109. /package/{tech_hub_skills → .claude}/roles/azure/skills/06-kubernetes-service/README.md +0 -0
  110. /package/{tech_hub_skills → .claude}/roles/azure/skills/07-openai-service/README.md +0 -0
  111. /package/{tech_hub_skills → .claude}/roles/azure/skills/08-machine-learning/README.md +0 -0
  112. /package/{tech_hub_skills → .claude}/roles/azure/skills/09-storage-adls/README.md +0 -0
  113. /package/{tech_hub_skills → .claude}/roles/azure/skills/10-networking/README.md +0 -0
  114. /package/{tech_hub_skills → .claude}/roles/azure/skills/11-sql-cosmos/README.md +0 -0
  115. /package/{tech_hub_skills → .claude}/roles/azure/skills/12-event-hubs/README.md +0 -0
  116. /package/{tech_hub_skills → .claude}/roles/code-review/skills/01-automated-code-review/README.md +0 -0
  117. /package/{tech_hub_skills → .claude}/roles/code-review/skills/02-pr-review-workflow/README.md +0 -0
  118. /package/{tech_hub_skills → .claude}/roles/code-review/skills/03-code-quality-gates/README.md +0 -0
  119. /package/{tech_hub_skills → .claude}/roles/code-review/skills/04-reviewer-assignment/README.md +0 -0
  120. /package/{tech_hub_skills → .claude}/roles/code-review/skills/05-review-analytics/README.md +0 -0
  121. /package/{tech_hub_skills → .claude}/roles/data-engineer/skills/01-lakehouse-architecture/README.md +0 -0
  122. /package/{tech_hub_skills → .claude}/roles/data-engineer/skills/02-etl-pipeline/README.md +0 -0
  123. /package/{tech_hub_skills → .claude}/roles/data-engineer/skills/03-data-quality/README.md +0 -0
  124. /package/{tech_hub_skills → .claude}/roles/data-engineer/skills/04-streaming-pipelines/README.md +0 -0
  125. /package/{tech_hub_skills → .claude}/roles/data-engineer/skills/05-performance-optimization/README.md +0 -0
  126. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/01-data-catalog/README.md +0 -0
  127. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/02-data-lineage/README.md +0 -0
  128. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/03-data-quality-framework/README.md +0 -0
  129. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/04-access-control/README.md +0 -0
  130. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/05-master-data-management/README.md +0 -0
  131. /package/{tech_hub_skills → .claude}/roles/data-governance/skills/06-compliance-privacy/README.md +0 -0
  132. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/01-eda-automation/README.md +0 -0
  133. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/02-statistical-modeling/README.md +0 -0
  134. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/03-feature-engineering/README.md +0 -0
  135. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/04-predictive-modeling/README.md +0 -0
  136. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/05-customer-analytics/README.md +0 -0
  137. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/06-campaign-analysis/README.md +0 -0
  138. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/07-experimentation/README.md +0 -0
  139. /package/{tech_hub_skills → .claude}/roles/data-scientist/skills/08-data-visualization/README.md +0 -0
  140. /package/{tech_hub_skills → .claude}/roles/devops/skills/01-cicd-pipeline/README.md +0 -0
  141. /package/{tech_hub_skills → .claude}/roles/devops/skills/02-container-orchestration/README.md +0 -0
  142. /package/{tech_hub_skills → .claude}/roles/devops/skills/03-infrastructure-as-code/README.md +0 -0
  143. /package/{tech_hub_skills → .claude}/roles/devops/skills/04-gitops/README.md +0 -0
  144. /package/{tech_hub_skills → .claude}/roles/devops/skills/05-environment-management/README.md +0 -0
  145. /package/{tech_hub_skills → .claude}/roles/devops/skills/06-automated-testing/README.md +0 -0
  146. /package/{tech_hub_skills → .claude}/roles/devops/skills/07-release-management/README.md +0 -0
  147. /package/{tech_hub_skills → .claude}/roles/devops/skills/08-monitoring-alerting/README.md +0 -0
  148. /package/{tech_hub_skills → .claude}/roles/devops/skills/09-devsecops/README.md +0 -0
  149. /package/{tech_hub_skills → .claude}/roles/finops/skills/01-cost-visibility/README.md +0 -0
  150. /package/{tech_hub_skills → .claude}/roles/finops/skills/02-resource-tagging/README.md +0 -0
  151. /package/{tech_hub_skills → .claude}/roles/finops/skills/03-budget-management/README.md +0 -0
  152. /package/{tech_hub_skills → .claude}/roles/finops/skills/04-reserved-instances/README.md +0 -0
  153. /package/{tech_hub_skills → .claude}/roles/finops/skills/05-spot-optimization/README.md +0 -0
  154. /package/{tech_hub_skills → .claude}/roles/finops/skills/06-storage-tiering/README.md +0 -0
  155. /package/{tech_hub_skills → .claude}/roles/finops/skills/07-compute-rightsizing/README.md +0 -0
  156. /package/{tech_hub_skills → .claude}/roles/finops/skills/08-chargeback/README.md +0 -0
  157. /package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/01-mlops-pipeline/README.md +0 -0
  158. /package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/02-feature-engineering/README.md +0 -0
  159. /package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/03-model-training/README.md +0 -0
  160. /package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/04-model-serving/README.md +0 -0
  161. /package/{tech_hub_skills → .claude}/roles/ml-engineer/skills/05-model-monitoring/README.md +0 -0
  162. /package/{tech_hub_skills → .claude}/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +0 -0
  163. /package/{tech_hub_skills → .claude}/roles/mlops/skills/02-experiment-tracking/README.md +0 -0
  164. /package/{tech_hub_skills → .claude}/roles/mlops/skills/03-model-registry/README.md +0 -0
  165. /package/{tech_hub_skills → .claude}/roles/mlops/skills/04-feature-store/README.md +0 -0
  166. /package/{tech_hub_skills → .claude}/roles/mlops/skills/05-model-deployment/README.md +0 -0
  167. /package/{tech_hub_skills → .claude}/roles/mlops/skills/06-model-observability/README.md +0 -0
  168. /package/{tech_hub_skills → .claude}/roles/mlops/skills/07-data-versioning/README.md +0 -0
  169. /package/{tech_hub_skills → .claude}/roles/mlops/skills/08-ab-testing/README.md +0 -0
  170. /package/{tech_hub_skills → .claude}/roles/mlops/skills/09-automated-retraining/README.md +0 -0
  171. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/01-internal-developer-platform/README.md +0 -0
  172. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +0 -0
  173. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/03-slo-sli-management/README.md +0 -0
  174. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/04-developer-experience/README.md +0 -0
  175. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/05-incident-management/README.md +0 -0
  176. /package/{tech_hub_skills → .claude}/roles/platform-engineer/skills/06-capacity-management/README.md +0 -0
  177. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/01-requirements-discovery/README.md +0 -0
  178. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/02-user-research/README.md +0 -0
  179. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/03-brainstorming-ideation/README.md +0 -0
  180. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/04-ux-design/README.md +0 -0
  181. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/05-product-market-fit/README.md +0 -0
  182. /package/{tech_hub_skills → .claude}/roles/product-designer/skills/06-stakeholder-management/README.md +0 -0
  183. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/01-pii-detection/README.md +0 -0
  184. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/02-threat-modeling/README.md +0 -0
  185. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/03-infrastructure-security/README.md +0 -0
  186. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/04-iam/README.md +0 -0
  187. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/05-application-security/README.md +0 -0
  188. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/06-secrets-management/README.md +0 -0
  189. /package/{tech_hub_skills → .claude}/roles/security-architect/skills/07-security-monitoring/README.md +0 -0
  190. /package/{tech_hub_skills → .claude}/roles/system-design/skills/01-architecture-patterns/README.md +0 -0
  191. /package/{tech_hub_skills → .claude}/roles/system-design/skills/02-requirements-engineering/README.md +0 -0
  192. /package/{tech_hub_skills → .claude}/roles/system-design/skills/03-scalability/README.md +0 -0
  193. /package/{tech_hub_skills → .claude}/roles/system-design/skills/04-high-availability/README.md +0 -0
  194. /package/{tech_hub_skills → .claude}/roles/system-design/skills/05-cost-optimization-design/README.md +0 -0
  195. /package/{tech_hub_skills → .claude}/roles/system-design/skills/06-api-design/README.md +0 -0
  196. /package/{tech_hub_skills → .claude}/roles/system-design/skills/07-observability-architecture/README.md +0 -0
  197. /package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +0 -0
  198. /package/{tech_hub_skills → .claude}/roles/system-design/skills/08-process-automation/README.md +0 -0
@@ -0,0 +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
@@ -0,0 +1,266 @@
1
+ #!/usr/bin/env node
2
+
3
+ const fs = require("fs");
4
+ const path = require("path");
5
+ const { execSync } = require("child_process");
6
+ const { installCopilotInstructions } = require("./copilot");
7
+
8
+ const SKILLS_DIR = path.join(__dirname, "..");
9
+ const VERSION = require("../package.json").version;
10
+
11
+ const colors = {
12
+ reset: "\x1b[0m",
13
+ bright: "\x1b[1m",
14
+ cyan: "\x1b[36m",
15
+ green: "\x1b[32m",
16
+ yellow: "\x1b[33m",
17
+ red: "\x1b[31m",
18
+ magenta: "\x1b[35m",
19
+ };
20
+
21
+ function print(msg, color = "reset") {
22
+ console.log(`${colors[color]}${msg}${colors.reset}`);
23
+ }
24
+
25
+ function printBanner() {
26
+ console.log(`
27
+ ${colors.cyan}╔═══════════════════════════════════════════════════════════╗
28
+ ║ TECH HUB SKILLS - AI Agent Skills for Claude ║
29
+ ║ 110+ Production-Ready Skills ║
30
+ ╚═══════════════════════════════════════════════════════════╝${colors.reset}
31
+ `);
32
+ }
33
+
34
+ function copyDir(src, dest) {
35
+ if (!fs.existsSync(dest)) {
36
+ fs.mkdirSync(dest, { recursive: true });
37
+ }
38
+
39
+ const entries = fs.readdirSync(src, { withFileTypes: true });
40
+
41
+ for (const entry of entries) {
42
+ const srcPath = path.join(src, entry.name);
43
+ const destPath = path.join(dest, entry.name);
44
+
45
+ // Skip bin, node_modules, package.json
46
+ if (
47
+ ["bin", "node_modules", "package.json", "package-lock.json"].includes(
48
+ entry.name
49
+ )
50
+ ) {
51
+ continue;
52
+ }
53
+
54
+ if (entry.isDirectory()) {
55
+ copyDir(srcPath, destPath);
56
+ } else {
57
+ fs.copyFileSync(srcPath, destPath);
58
+ }
59
+ }
60
+ }
61
+
62
+ function install(options = {}) {
63
+ const isGlobal = options.global;
64
+ const targetDir = isGlobal
65
+ ? path.join(require("os").homedir(), ".claude")
66
+ : path.join(process.cwd(), ".claude");
67
+
68
+ print(`\n📦 Installing Tech Hub Skills to: ${targetDir}`, "cyan");
69
+
70
+ // Copy skills and roles
71
+ const skillsSrc = path.join(SKILLS_DIR, "tech_hub_skills", "skills");
72
+ const rolesSrc = path.join(SKILLS_DIR, "tech_hub_skills", "roles");
73
+ const skillsDest = path.join(targetDir, "skills");
74
+ const rolesDest = path.join(targetDir, "roles");
75
+ const commandsDest = path.join(targetDir, "commands");
76
+
77
+ if (fs.existsSync(skillsSrc)) {
78
+ print(" Copying skills...", "yellow");
79
+ copyDir(skillsSrc, skillsDest);
80
+
81
+ print(" Copying commands...", "yellow");
82
+ copyDir(skillsSrc, commandsDest);
83
+ }
84
+
85
+ if (fs.existsSync(rolesSrc)) {
86
+ print(" Copying roles...", "yellow");
87
+ copyDir(rolesSrc, rolesDest);
88
+ }
89
+
90
+ // Install GitHub Copilot instructions if requested (project-level only)
91
+ if (options.copilot && !isGlobal) {
92
+ print("\n🤖 Installing GitHub Copilot integration...", "cyan");
93
+ installCopilotInstructions({ force: options.force });
94
+ } else if (options.copilot && isGlobal) {
95
+ print(
96
+ "\n⚠️ Copilot integration is only available for project-level installs",
97
+ "yellow"
98
+ );
99
+ print(
100
+ " (Copilot instructions must be in project .github/ directory)",
101
+ "yellow"
102
+ );
103
+ }
104
+
105
+ // Count installed files
106
+ const skillCount = fs.existsSync(skillsDest)
107
+ ? fs.readdirSync(skillsDest).filter((f) => f.endsWith(".md")).length
108
+ : 0;
109
+
110
+ print(`\n✓ Installation complete!`, "green");
111
+ print(` Location: ${targetDir}`, "cyan");
112
+ print(` Skills: ${skillCount} role files installed`, "cyan");
113
+ print(` Roles: 16+ specialized agents`, "cyan");
114
+ if (options.copilot && !isGlobal) {
115
+ print(` Copilot: .github/copilot-instructions.md`, "cyan");
116
+ }
117
+
118
+ print(`\n${colors.bright}Next Steps:${colors.reset}`);
119
+ if (options.copilot && !isGlobal) {
120
+ print(" GitHub Copilot:");
121
+ print(" 1. Open VSCode with GitHub Copilot enabled");
122
+ print(" 2. Copilot will automatically use the instructions");
123
+ print(" 3. Try: // Using AI Engineer approach for RAG pipeline");
124
+ print("");
125
+ }
126
+ print(" Claude Code:");
127
+ print(" 1. Open Claude Code in your project");
128
+ print(" 2. Use /orchestrator or @orchestrator to start");
129
+ print(
130
+ " 3. Or invoke specific roles: /ai-engineer, /security-architect, etc."
131
+ );
132
+
133
+ print(`\n${colors.bright}Example:${colors.reset}`);
134
+ if (options.copilot && !isGlobal) {
135
+ print(" Copilot: // Apply Security Architect best practices");
136
+ }
137
+ print(' Claude: /orchestrator "Build a customer churn prediction model"');
138
+ print(' Claude: @orchestrator "Build a customer churn prediction model"');
139
+ }
140
+
141
+ function init(options = {}) {
142
+ printBanner();
143
+
144
+ if (options.enterprise) {
145
+ print("\n🏢 ENTERPRISE MODE", "magenta");
146
+ print(" Mandatory: Security Architect + Data Governance", "yellow");
147
+ print("\n Use in Claude Code:", "cyan");
148
+ print(' @project-starter --enterprise "Your project description"');
149
+ } else {
150
+ print("\n📦 Standard Mode", "cyan");
151
+ print("\n Use in Claude Code:", "cyan");
152
+ print(' @project-starter "Your project description"');
153
+ }
154
+ }
155
+
156
+ function list() {
157
+ printBanner();
158
+
159
+ const roles = [
160
+ {
161
+ name: "Orchestrator",
162
+ skills: "Routes all",
163
+ focus: "Project coordination",
164
+ },
165
+ { name: "AI Engineer", skills: "8", focus: "LLMs, RAG, Agents" },
166
+ { name: "Data Engineer", skills: "9", focus: "Pipelines, Lakehouse" },
167
+ { name: "ML Engineer", skills: "9", focus: "Training, Serving, MLOps" },
168
+ { name: "Data Scientist", skills: "8", focus: "Analytics, Modeling" },
169
+ { name: "Security Architect", skills: "7", focus: "PII, IAM, Compliance" },
170
+ { name: "System Design", skills: "8", focus: "Architecture, Scalability" },
171
+ { name: "Platform Engineer", skills: "6", focus: "IDP, SLOs" },
172
+ {
173
+ name: "Data Governance",
174
+ skills: "6",
175
+ focus: "Catalog, Lineage, Quality",
176
+ },
177
+ { name: "DevOps", skills: "9", focus: "CI/CD, Containers, IaC" },
178
+ { name: "MLOps", skills: "9", focus: "Experiments, Registry" },
179
+ { name: "FinOps", skills: "8", focus: "Cost Optimization" },
180
+ { name: "Azure", skills: "12", focus: "Azure Services" },
181
+ { name: "Code Review", skills: "5", focus: "PR Automation, Quality Gates" },
182
+ { name: "Product Designer", skills: "6", focus: "Requirements, UX" },
183
+ ];
184
+
185
+ print("\nAvailable Roles:\n", "bright");
186
+ console.log(" Role Skills Focus");
187
+ console.log(" ────────────────────────────────────────────────");
188
+
189
+ for (const role of roles) {
190
+ const name = role.name.padEnd(20);
191
+ const skills = role.skills.toString().padEnd(8);
192
+ console.log(` ${name} ${skills} ${role.focus}`);
193
+ }
194
+
195
+ print("\n Total: 110+ skills across 16+ roles", "cyan");
196
+ }
197
+
198
+ function showHelp() {
199
+ printBanner();
200
+ console.log(`
201
+ ${colors.bright}Usage:${colors.reset}
202
+ npx tech-hub-skills <command> [options]
203
+
204
+ ${colors.bright}Commands:${colors.reset}
205
+ install Install skills to current project (Claude Code)
206
+ install --copilot Install with GitHub Copilot integration
207
+ install --global Install skills globally (~/.claude)
208
+ install --force Force overwrite existing installation
209
+ init Initialize project with guided setup
210
+ init --enterprise Enterprise mode with security + governance
211
+ list List all available roles and skills
212
+ help Show this help message
213
+
214
+ ${colors.bright}Options:${colors.reset}
215
+ --copilot, -c Add GitHub Copilot instructions (.github/copilot-instructions.md)
216
+ --global, -g Install globally to ~/.claude (not available with --copilot)
217
+ --force, -f Overwrite existing files
218
+ --enterprise, -E Enterprise mode (for init command)
219
+
220
+ ${colors.bright}Examples:${colors.reset}
221
+ npx tech-hub-skills install
222
+ npx tech-hub-skills install --copilot
223
+ npx tech-hub-skills install --global
224
+ npx tech-hub-skills init --enterprise
225
+ npx tech-hub-skills list
226
+
227
+ ${colors.bright}After Installation:${colors.reset}
228
+ Claude Code: @orchestrator "Your project description"
229
+ GitHub Copilot: // Using AI Engineer approach for RAG pipeline
230
+ `);
231
+ }
232
+
233
+ // Parse arguments
234
+ const args = process.argv.slice(2);
235
+ const command = args[0];
236
+ const options = {
237
+ global: args.includes("--global") || args.includes("-g"),
238
+ enterprise: args.includes("--enterprise") || args.includes("-E"),
239
+ copilot: args.includes("--copilot") || args.includes("-c"),
240
+ force: args.includes("--force") || args.includes("-f"),
241
+ };
242
+
243
+ switch (command) {
244
+ case "install":
245
+ printBanner();
246
+ install(options);
247
+ break;
248
+ case "init":
249
+ init(options);
250
+ break;
251
+ case "list":
252
+ list();
253
+ break;
254
+ case "help":
255
+ case "--help":
256
+ case "-h":
257
+ showHelp();
258
+ break;
259
+ case "version":
260
+ case "--version":
261
+ case "-v":
262
+ console.log(`tech-hub-skills v${VERSION}`);
263
+ break;
264
+ default:
265
+ showHelp();
266
+ }
@@ -0,0 +1,143 @@
1
+ # AWS Architect Skills
2
+
3
+ You are an AWS Cloud Architecture specialist with expertise in compute, serverless, storage, databases, networking, security, containers, messaging, infrastructure as code, and cost optimization.
4
+
5
+ ## Available Skills
6
+
7
+ 1. **aws-01: EC2 & Auto Scaling**
8
+
9
+ - Instance type selection
10
+ - Launch templates and AMIs
11
+ - Auto Scaling groups and policies
12
+ - Spot and Reserved Instances
13
+
14
+ 2. **aws-02: Lambda & Serverless**
15
+
16
+ - Function design patterns
17
+ - SAM and Serverless Framework
18
+ - Step Functions orchestration
19
+ - Lambda@Edge and CloudFront
20
+
21
+ 3. **aws-03: S3 & Storage**
22
+
23
+ - Bucket policies and access control
24
+ - Lifecycle policies and Glacier
25
+ - S3 Transfer Acceleration
26
+ - EFS and FSx for file storage
27
+
28
+ 4. **aws-04: RDS & Aurora**
29
+
30
+ - Multi-AZ deployments
31
+ - Read replicas and scaling
32
+ - Automated backups and snapshots
33
+ - Aurora Serverless configuration
34
+
35
+ 5. **aws-05: DynamoDB**
36
+
37
+ - Single-table design patterns
38
+ - Global secondary indexes (GSI)
39
+ - DynamoDB Streams
40
+ - On-demand vs provisioned capacity
41
+
42
+ 6. **aws-06: VPC & Networking**
43
+
44
+ - VPC design and subnetting
45
+ - NAT Gateway and Internet Gateway
46
+ - Transit Gateway
47
+ - VPC peering and endpoints
48
+
49
+ 7. **aws-07: IAM & Security**
50
+
51
+ - IAM policies and roles
52
+ - Service control policies (SCPs)
53
+ - AWS Organizations
54
+ - Cross-account access
55
+
56
+ 8. **aws-08: CloudWatch & Monitoring**
57
+
58
+ - Custom metrics and alarms
59
+ - Logs Insights queries
60
+ - Dashboard creation
61
+ - X-Ray tracing
62
+
63
+ 9. **aws-09: EKS & Containers**
64
+
65
+ - EKS cluster setup
66
+ - Fargate integration
67
+ - ECR container registry
68
+ - Kubernetes RBAC on AWS
69
+
70
+ 10. **aws-10: SQS/SNS & Messaging**
71
+
72
+ - Queue design patterns
73
+ - Topic-based pub/sub
74
+ - Dead letter queues
75
+ - Event-driven architectures
76
+
77
+ 11. **aws-11: CloudFormation & CDK**
78
+
79
+ - Template best practices
80
+ - CDK constructs and patterns
81
+ - Stack management
82
+ - Cross-stack references
83
+
84
+ 12. **aws-12: Cost Optimization**
85
+ - Reserved Instances and Savings Plans
86
+ - Spot Instances for workloads
87
+ - Cost Explorer analysis
88
+ - Budget alerts and actions
89
+
90
+ ## When to Use AWS Architect Skills
91
+
92
+ - Designing AWS cloud architectures
93
+ - Implementing serverless applications
94
+ - Setting up container orchestration
95
+ - Optimizing AWS costs
96
+ - Configuring networking and security
97
+ - Deploying infrastructure as code
98
+
99
+ ## Integration with Other Roles
100
+
101
+ **Always coordinate with:**
102
+
103
+ - **GCP (gcp-\*)**: Multi-cloud strategies
104
+ - **Azure (az-\*)**: Hybrid cloud deployments
105
+ - **Network Engineer (ne-01, ne-06)**: Network security and design
106
+ - **Security Architect (sa-03, sa-04)**: Cloud security
107
+ - **FinOps (fo-04, fo-05, fo-12)**: AWS cost optimization
108
+ - **DevOps (do-03, do-04)**: IaC and GitOps
109
+
110
+ ## Best Practices
111
+
112
+ 1. **Well-Architected** - Follow AWS Well-Architected Framework
113
+ 2. **Least Privilege** - Minimal IAM permissions
114
+ 3. **Multi-AZ** - Deploy across availability zones
115
+ 4. **Tag Everything** - Consistent tagging for cost tracking
116
+ 5. **Encryption** - Encrypt data at rest and in transit
117
+ 6. **Spot for Batch** - Use Spot Instances for interruptible workloads
118
+ 7. **CloudFormation/CDK** - Infrastructure as code always
119
+ 8. **Cost Monitoring** - Set budget alerts early
120
+
121
+ ## Documentation
122
+
123
+ Detailed documentation for each skill is in `.claude/roles/aws/skills/{skill-id}/README.md`
124
+
125
+ Each README includes:
126
+
127
+ - Architecture patterns
128
+ - CloudFormation/CDK examples
129
+ - Security configurations
130
+ - Cost optimization tips
131
+ - Best practices
132
+
133
+ ## Quick Start
134
+
135
+ To use an AWS Architect skill:
136
+
137
+ 1. Start with aws-06 (VPC) for network foundation
138
+ 2. Add aws-07 (IAM) for security
139
+ 3. Use aws-01/aws-02 for compute (EC2 or Lambda)
140
+ 4. Implement aws-04/aws-05 for data layer
141
+ 5. Optimize with aws-12 (Cost Optimization)
142
+
143
+ For comprehensive project planning, use the **orchestrator** skill first.