tech-hub-skills 1.0.0

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 (133) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +250 -0
  3. package/bin/cli.js +241 -0
  4. package/bin/copilot.js +182 -0
  5. package/bin/postinstall.js +42 -0
  6. package/package.json +46 -0
  7. package/tech_hub_skills/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -0
  8. package/tech_hub_skills/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -0
  9. package/tech_hub_skills/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -0
  10. package/tech_hub_skills/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -0
  11. package/tech_hub_skills/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -0
  12. package/tech_hub_skills/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -0
  13. package/tech_hub_skills/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -0
  14. package/tech_hub_skills/roles/azure/skills/02-data-factory/README.md +264 -0
  15. package/tech_hub_skills/roles/azure/skills/03-synapse-analytics/README.md +264 -0
  16. package/tech_hub_skills/roles/azure/skills/04-databricks/README.md +264 -0
  17. package/tech_hub_skills/roles/azure/skills/05-functions/README.md +264 -0
  18. package/tech_hub_skills/roles/azure/skills/06-kubernetes-service/README.md +264 -0
  19. package/tech_hub_skills/roles/azure/skills/07-openai-service/README.md +264 -0
  20. package/tech_hub_skills/roles/azure/skills/08-machine-learning/README.md +264 -0
  21. package/tech_hub_skills/roles/azure/skills/09-storage-adls/README.md +264 -0
  22. package/tech_hub_skills/roles/azure/skills/10-networking/README.md +264 -0
  23. package/tech_hub_skills/roles/azure/skills/11-sql-cosmos/README.md +264 -0
  24. package/tech_hub_skills/roles/azure/skills/12-event-hubs/README.md +264 -0
  25. package/tech_hub_skills/roles/code-review/skills/01-automated-code-review/README.md +394 -0
  26. package/tech_hub_skills/roles/code-review/skills/02-pr-review-workflow/README.md +427 -0
  27. package/tech_hub_skills/roles/code-review/skills/03-code-quality-gates/README.md +518 -0
  28. package/tech_hub_skills/roles/code-review/skills/04-reviewer-assignment/README.md +504 -0
  29. package/tech_hub_skills/roles/code-review/skills/05-review-analytics/README.md +540 -0
  30. package/tech_hub_skills/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -0
  31. package/tech_hub_skills/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -0
  32. package/tech_hub_skills/roles/data-engineer/skills/03-data-quality/README.md +579 -0
  33. package/tech_hub_skills/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -0
  34. package/tech_hub_skills/roles/data-engineer/skills/05-performance-optimization/README.md +547 -0
  35. package/tech_hub_skills/roles/data-governance/skills/01-data-catalog/README.md +112 -0
  36. package/tech_hub_skills/roles/data-governance/skills/02-data-lineage/README.md +129 -0
  37. package/tech_hub_skills/roles/data-governance/skills/03-data-quality-framework/README.md +182 -0
  38. package/tech_hub_skills/roles/data-governance/skills/04-access-control/README.md +39 -0
  39. package/tech_hub_skills/roles/data-governance/skills/05-master-data-management/README.md +40 -0
  40. package/tech_hub_skills/roles/data-governance/skills/06-compliance-privacy/README.md +46 -0
  41. package/tech_hub_skills/roles/data-scientist/skills/01-eda-automation/README.md +230 -0
  42. package/tech_hub_skills/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -0
  43. package/tech_hub_skills/roles/data-scientist/skills/03-feature-engineering/README.md +264 -0
  44. package/tech_hub_skills/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -0
  45. package/tech_hub_skills/roles/data-scientist/skills/05-customer-analytics/README.md +264 -0
  46. package/tech_hub_skills/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -0
  47. package/tech_hub_skills/roles/data-scientist/skills/07-experimentation/README.md +264 -0
  48. package/tech_hub_skills/roles/data-scientist/skills/08-data-visualization/README.md +264 -0
  49. package/tech_hub_skills/roles/devops/skills/01-cicd-pipeline/README.md +264 -0
  50. package/tech_hub_skills/roles/devops/skills/02-container-orchestration/README.md +264 -0
  51. package/tech_hub_skills/roles/devops/skills/03-infrastructure-as-code/README.md +264 -0
  52. package/tech_hub_skills/roles/devops/skills/04-gitops/README.md +264 -0
  53. package/tech_hub_skills/roles/devops/skills/05-environment-management/README.md +264 -0
  54. package/tech_hub_skills/roles/devops/skills/06-automated-testing/README.md +264 -0
  55. package/tech_hub_skills/roles/devops/skills/07-release-management/README.md +264 -0
  56. package/tech_hub_skills/roles/devops/skills/08-monitoring-alerting/README.md +264 -0
  57. package/tech_hub_skills/roles/devops/skills/09-devsecops/README.md +265 -0
  58. package/tech_hub_skills/roles/finops/skills/01-cost-visibility/README.md +264 -0
  59. package/tech_hub_skills/roles/finops/skills/02-resource-tagging/README.md +264 -0
  60. package/tech_hub_skills/roles/finops/skills/03-budget-management/README.md +264 -0
  61. package/tech_hub_skills/roles/finops/skills/04-reserved-instances/README.md +264 -0
  62. package/tech_hub_skills/roles/finops/skills/05-spot-optimization/README.md +264 -0
  63. package/tech_hub_skills/roles/finops/skills/06-storage-tiering/README.md +264 -0
  64. package/tech_hub_skills/roles/finops/skills/07-compute-rightsizing/README.md +264 -0
  65. package/tech_hub_skills/roles/finops/skills/08-chargeback/README.md +264 -0
  66. package/tech_hub_skills/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -0
  67. package/tech_hub_skills/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -0
  68. package/tech_hub_skills/roles/ml-engineer/skills/03-model-training/README.md +704 -0
  69. package/tech_hub_skills/roles/ml-engineer/skills/04-model-serving/README.md +845 -0
  70. package/tech_hub_skills/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -0
  71. package/tech_hub_skills/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -0
  72. package/tech_hub_skills/roles/mlops/skills/02-experiment-tracking/README.md +264 -0
  73. package/tech_hub_skills/roles/mlops/skills/03-model-registry/README.md +264 -0
  74. package/tech_hub_skills/roles/mlops/skills/04-feature-store/README.md +264 -0
  75. package/tech_hub_skills/roles/mlops/skills/05-model-deployment/README.md +264 -0
  76. package/tech_hub_skills/roles/mlops/skills/06-model-observability/README.md +264 -0
  77. package/tech_hub_skills/roles/mlops/skills/07-data-versioning/README.md +264 -0
  78. package/tech_hub_skills/roles/mlops/skills/08-ab-testing/README.md +264 -0
  79. package/tech_hub_skills/roles/mlops/skills/09-automated-retraining/README.md +264 -0
  80. package/tech_hub_skills/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -0
  81. package/tech_hub_skills/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -0
  82. package/tech_hub_skills/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -0
  83. package/tech_hub_skills/roles/platform-engineer/skills/04-developer-experience/README.md +57 -0
  84. package/tech_hub_skills/roles/platform-engineer/skills/05-incident-management/README.md +73 -0
  85. package/tech_hub_skills/roles/platform-engineer/skills/06-capacity-management/README.md +59 -0
  86. package/tech_hub_skills/roles/product-designer/skills/01-requirements-discovery/README.md +407 -0
  87. package/tech_hub_skills/roles/product-designer/skills/02-user-research/README.md +382 -0
  88. package/tech_hub_skills/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -0
  89. package/tech_hub_skills/roles/product-designer/skills/04-ux-design/README.md +496 -0
  90. package/tech_hub_skills/roles/product-designer/skills/05-product-market-fit/README.md +376 -0
  91. package/tech_hub_skills/roles/product-designer/skills/06-stakeholder-management/README.md +412 -0
  92. package/tech_hub_skills/roles/security-architect/skills/01-pii-detection/README.md +319 -0
  93. package/tech_hub_skills/roles/security-architect/skills/02-threat-modeling/README.md +264 -0
  94. package/tech_hub_skills/roles/security-architect/skills/03-infrastructure-security/README.md +264 -0
  95. package/tech_hub_skills/roles/security-architect/skills/04-iam/README.md +264 -0
  96. package/tech_hub_skills/roles/security-architect/skills/05-application-security/README.md +264 -0
  97. package/tech_hub_skills/roles/security-architect/skills/06-secrets-management/README.md +264 -0
  98. package/tech_hub_skills/roles/security-architect/skills/07-security-monitoring/README.md +264 -0
  99. package/tech_hub_skills/roles/system-design/skills/01-architecture-patterns/README.md +337 -0
  100. package/tech_hub_skills/roles/system-design/skills/02-requirements-engineering/README.md +264 -0
  101. package/tech_hub_skills/roles/system-design/skills/03-scalability/README.md +264 -0
  102. package/tech_hub_skills/roles/system-design/skills/04-high-availability/README.md +264 -0
  103. package/tech_hub_skills/roles/system-design/skills/05-cost-optimization-design/README.md +264 -0
  104. package/tech_hub_skills/roles/system-design/skills/06-api-design/README.md +264 -0
  105. package/tech_hub_skills/roles/system-design/skills/07-observability-architecture/README.md +264 -0
  106. package/tech_hub_skills/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -0
  107. package/tech_hub_skills/roles/system-design/skills/08-process-automation/README.md +521 -0
  108. package/tech_hub_skills/skills/README.md +336 -0
  109. package/tech_hub_skills/skills/ai-engineer.md +104 -0
  110. package/tech_hub_skills/skills/azure.md +149 -0
  111. package/tech_hub_skills/skills/code-review.md +399 -0
  112. package/tech_hub_skills/skills/compliance-automation.md +747 -0
  113. package/tech_hub_skills/skills/data-engineer.md +113 -0
  114. package/tech_hub_skills/skills/data-governance.md +102 -0
  115. package/tech_hub_skills/skills/data-scientist.md +123 -0
  116. package/tech_hub_skills/skills/devops.md +160 -0
  117. package/tech_hub_skills/skills/docker.md +160 -0
  118. package/tech_hub_skills/skills/enterprise-dashboard.md +613 -0
  119. package/tech_hub_skills/skills/finops.md +184 -0
  120. package/tech_hub_skills/skills/ml-engineer.md +115 -0
  121. package/tech_hub_skills/skills/mlops.md +187 -0
  122. package/tech_hub_skills/skills/optimization-advisor.md +329 -0
  123. package/tech_hub_skills/skills/orchestrator.md +497 -0
  124. package/tech_hub_skills/skills/platform-engineer.md +102 -0
  125. package/tech_hub_skills/skills/process-automation.md +226 -0
  126. package/tech_hub_skills/skills/process-changelog.md +184 -0
  127. package/tech_hub_skills/skills/process-documentation.md +484 -0
  128. package/tech_hub_skills/skills/process-kanban.md +324 -0
  129. package/tech_hub_skills/skills/process-versioning.md +214 -0
  130. package/tech_hub_skills/skills/product-designer.md +104 -0
  131. package/tech_hub_skills/skills/project-starter.md +443 -0
  132. package/tech_hub_skills/skills/security-architect.md +135 -0
  133. package/tech_hub_skills/skills/system-design.md +126 -0
@@ -0,0 +1,336 @@
1
+ # Process Documentation Template
2
+
3
+ > **Instructions:** Copy this template and fill in the sections below to document your process.
4
+ > The AI-powered automation analyzer will parse this document and suggest automation solutions.
5
+ > Write naturally - the parser understands markdown, lists, and conversational descriptions.
6
+
7
+ ---
8
+
9
+ ## Process Information
10
+
11
+ **Process Name:** [Your Process Name]
12
+
13
+ **Owner/Author:** [Who owns this process]
14
+
15
+ **Last Updated:** [Date]
16
+
17
+ **Frequency:** [How often does this run? e.g., Daily, Weekly, Monthly, Ad-hoc]
18
+
19
+ ---
20
+
21
+ ## Overview
22
+
23
+ [Describe the process in 2-3 sentences. What is the purpose? What does it accomplish?]
24
+
25
+ Example:
26
+ > This process generates monthly sales reports for the executive team. We gather data from multiple sources, analyze trends, and produce a summary document with visualizations.
27
+
28
+ ---
29
+
30
+ ## Stakeholders
31
+
32
+ Who is involved in or affected by this process?
33
+
34
+ - [Stakeholder 1] - [Their role, e.g., "Approver", "Consumer", "Input Provider"]
35
+ - [Stakeholder 2] - [Their role]
36
+ - [Stakeholder 3] - [Their role]
37
+
38
+ ---
39
+
40
+ ## Current Steps
41
+
42
+ Describe each step of the process. Include as much detail as possible.
43
+
44
+ ### Step 1: [Step Name]
45
+ **Duration:** [How long does this take? e.g., "30 minutes", "2 hours"]
46
+ **Who:** [Who performs this step?]
47
+ **Tools:** [What tools/systems are used?]
48
+
49
+ [Detailed description of what happens in this step]
50
+
51
+ *Pain points:* [Any issues with this step?]
52
+
53
+ ---
54
+
55
+ ### Step 2: [Step Name]
56
+ **Duration:** [Time]
57
+ **Who:** [Person/Role]
58
+ **Tools:** [Systems used]
59
+
60
+ [Description]
61
+
62
+ *Pain points:* [Issues]
63
+
64
+ ---
65
+
66
+ ### Step 3: [Step Name]
67
+ **Duration:** [Time]
68
+ **Who:** [Person/Role]
69
+ **Tools:** [Systems used]
70
+
71
+ [Description]
72
+
73
+ *Pain points:* [Issues]
74
+
75
+ ---
76
+
77
+ [Add more steps as needed...]
78
+
79
+ ---
80
+
81
+ ## Data Sources
82
+
83
+ What systems or data sources are involved?
84
+
85
+ | Source | Type | Access Method | Data Description |
86
+ |--------|------|---------------|------------------|
87
+ | [e.g., Salesforce] | CRM | API/Export | Customer and opportunity data |
88
+ | [e.g., SAP] | ERP | Manual export | Financial transactions |
89
+ | [e.g., Excel files] | Spreadsheet | File share | Manual tracking sheets |
90
+
91
+ ---
92
+
93
+ ## Current Tools
94
+
95
+ What tools and technologies are currently used?
96
+
97
+ - **Data Processing:** [e.g., Excel, Python, SQL]
98
+ - **Communication:** [e.g., Email, Slack, Teams]
99
+ - **Storage:** [e.g., SharePoint, OneDrive, Network drive]
100
+ - **Visualization:** [e.g., Power BI, Tableau, Excel charts]
101
+ - **Other:** [Any other tools]
102
+
103
+ ---
104
+
105
+ ## Pain Points & Challenges
106
+
107
+ What are the main problems with the current process?
108
+
109
+ ### Time-Related
110
+ - [ ] Process takes too long overall
111
+ - [ ] Waiting for approvals causes delays
112
+ - [ ] Manual data entry is slow
113
+ - [ ] [Other time issues]
114
+
115
+ ### Quality-Related
116
+ - [ ] Manual steps are error-prone
117
+ - [ ] Inconsistent results between runs
118
+ - [ ] Data quality issues
119
+ - [ ] [Other quality issues]
120
+
121
+ ### Visibility-Related
122
+ - [ ] No visibility into process status
123
+ - [ ] Hard to track progress
124
+ - [ ] Difficult to audit
125
+ - [ ] [Other visibility issues]
126
+
127
+ ### Other Challenges
128
+ - [Describe any other challenges]
129
+
130
+ ---
131
+
132
+ ## Goals & Success Criteria
133
+
134
+ What would success look like?
135
+
136
+ ### Must Have
137
+ - [ ] [Critical requirement, e.g., "Reduce processing time by 50%"]
138
+ - [ ] [Critical requirement, e.g., "Eliminate manual data entry errors"]
139
+
140
+ ### Should Have
141
+ - [ ] [Important but not critical, e.g., "Real-time status dashboard"]
142
+ - [ ] [Important feature]
143
+
144
+ ### Nice to Have
145
+ - [ ] [Desired but optional, e.g., "Mobile notifications"]
146
+ - [ ] [Optional feature]
147
+
148
+ ### Success Metrics
149
+ | Metric | Current | Target |
150
+ |--------|---------|--------|
151
+ | Processing Time | [e.g., 4 hours] | [e.g., 30 minutes] |
152
+ | Error Rate | [e.g., 5%] | [e.g., <1%] |
153
+ | [Other metric] | [Current] | [Target] |
154
+
155
+ ---
156
+
157
+ ## Constraints & Considerations
158
+
159
+ What limitations or requirements must be considered?
160
+
161
+ ### Technical Constraints
162
+ - [e.g., "Must integrate with existing SAP system"]
163
+ - [e.g., "Limited to Azure cloud services"]
164
+ - [e.g., "Team only knows Python, no Java expertise"]
165
+
166
+ ### Business Constraints
167
+ - [e.g., "Budget limited to $X"]
168
+ - [e.g., "Must maintain audit trail for compliance"]
169
+ - [e.g., "Cannot change approval hierarchy"]
170
+
171
+ ### Compliance Requirements
172
+ - [ ] GDPR / Data Privacy
173
+ - [ ] SOX Compliance
174
+ - [ ] Industry-specific regulations
175
+ - [ ] [Other compliance needs]
176
+
177
+ ---
178
+
179
+ ## Existing Documentation
180
+
181
+ Links to any existing documentation:
182
+
183
+ - [Process diagram/flowchart]
184
+ - [Standard operating procedures]
185
+ - [Training materials]
186
+ - [Related policies]
187
+
188
+ ---
189
+
190
+ ## Additional Notes
191
+
192
+ [Any other information that might be helpful for automation analysis]
193
+
194
+ ---
195
+
196
+ # How to Use This Template
197
+
198
+ ## With VS Code GitHub Copilot
199
+
200
+ 1. Fill out this template with your process details
201
+ 2. Save the file (e.g., `my_process.md`)
202
+ 3. Open a Python file and run:
203
+
204
+ ```python
205
+ from process_parser import ProcessParser
206
+ from ai_prompt_generator import AIPromptGenerator, PromptStyle
207
+
208
+ # Read your process documentation
209
+ with open('my_process.md', 'r') as f:
210
+ process_doc = f.read()
211
+
212
+ # Parse the process
213
+ parser = ProcessParser()
214
+ parsed = parser.parse(process_doc)
215
+
216
+ # Generate AI prompt
217
+ generator = AIPromptGenerator()
218
+ prompt = generator.generate_discovery_prompt(parsed, PromptStyle.COPILOT)
219
+
220
+ # Print the prompt (copy this to Copilot Chat)
221
+ print(prompt.prompt)
222
+ ```
223
+
224
+ 4. Copy the generated prompt to GitHub Copilot Chat
225
+ 5. Get automation suggestions!
226
+
227
+ ## Quick Method
228
+
229
+ Or simply paste this entire filled-out template directly into an AI assistant and ask:
230
+
231
+ > "Analyze this process and suggest automation solutions. Consider which parts can be fully automated, which need human oversight, and what technologies would work best."
232
+
233
+ ---
234
+
235
+ ## Example: Filled Template
236
+
237
+ Below is an example of a completed template:
238
+
239
+ ---
240
+
241
+ # Process Documentation: Monthly Expense Report
242
+
243
+ ## Process Information
244
+ **Process Name:** Monthly Expense Report Generation
245
+ **Owner:** Finance Team
246
+ **Last Updated:** 2024-12-01
247
+ **Frequency:** Monthly (first week of each month)
248
+
249
+ ## Overview
250
+ Generate monthly expense reports consolidating data from credit cards, invoices, and reimbursements. Reports go to department heads for review and to finance for budget tracking.
251
+
252
+ ## Stakeholders
253
+ - Finance Analyst - Runs the process
254
+ - Department Heads - Review and approve
255
+ - CFO - Receives final summary
256
+ - Employees - Submit expense claims
257
+
258
+ ## Current Steps
259
+
260
+ ### Step 1: Export Credit Card Data
261
+ **Duration:** 20 minutes
262
+ **Who:** Finance Analyst
263
+ **Tools:** Bank portal, Excel
264
+
265
+ Log into bank portal, export transactions for the month, save as CSV.
266
+
267
+ *Pain points:* Manual login, sometimes exports fail, have to retry
268
+
269
+ ### Step 2: Collect Employee Reimbursements
270
+ **Duration:** 1 hour
271
+ **Who:** Finance Analyst
272
+ **Tools:** Email, Shared folder
273
+
274
+ Check shared folder for submitted expense forms, verify receipts attached.
275
+
276
+ *Pain points:* Forms are inconsistent, missing receipts common, lots of back-and-forth emails
277
+
278
+ ### Step 3: Consolidate in Excel
279
+ **Duration:** 2 hours
280
+ **Who:** Finance Analyst
281
+ **Tools:** Excel
282
+
283
+ Combine all sources into master spreadsheet, categorize expenses, calculate totals.
284
+
285
+ *Pain points:* Very tedious, copy-paste errors happen, categories inconsistent
286
+
287
+ ### Step 4: Generate Department Summaries
288
+ **Duration:** 1 hour
289
+ **Who:** Finance Analyst
290
+ **Tools:** Excel, PowerPoint
291
+
292
+ Create summary for each department with charts and highlights.
293
+
294
+ *Pain points:* Repetitive, formatting takes too long
295
+
296
+ ### Step 5: Send for Approval
297
+ **Duration:** 2-3 days waiting
298
+ **Who:** Department Heads
299
+ **Tools:** Email
300
+
301
+ Email summaries to department heads, wait for approval replies.
302
+
303
+ *Pain points:* Long delays, hard to track who has approved, reminder emails needed
304
+
305
+ ### Step 6: Compile Final Report
306
+ **Duration:** 1 hour
307
+ **Who:** Finance Analyst
308
+ **Tools:** PowerPoint, Word
309
+
310
+ Combine approved summaries into final report for CFO.
311
+
312
+ *Pain points:* Manual compilation, version control issues
313
+
314
+ ## Pain Points & Challenges
315
+ - Process takes 5+ hours of active work plus 2-3 days waiting
316
+ - Manual data entry leads to ~5% error rate
317
+ - No visibility into approval status
318
+ - Inconsistent expense categorization
319
+ - Version control nightmares with multiple files
320
+
321
+ ## Goals & Success Criteria
322
+ - Reduce active work time from 5 hours to <1 hour
323
+ - Eliminate manual data entry errors
324
+ - Real-time approval tracking
325
+ - Consistent automated categorization
326
+ - Single source of truth for all data
327
+
328
+ ## Constraints
329
+ - Must integrate with existing bank portal (no API available)
330
+ - Team comfortable with Excel and basic Python
331
+ - Budget: Minimal (use existing tools where possible)
332
+ - Compliance: Expense data must be retained for 7 years
333
+
334
+ ---
335
+
336
+ *This example shows the level of detail that helps the automation analyzer provide the best recommendations.*