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.
- package/.claude/LICENSE +21 -21
- package/.claude/README.md +291 -291
- package/.claude/bin/cli.js +266 -266
- package/.claude/bin/copilot.js +182 -182
- package/.claude/bin/postinstall.js +42 -42
- package/.claude/commands/README.md +336 -336
- package/.claude/commands/ai-engineer.md +104 -104
- package/.claude/commands/aws.md +143 -143
- package/.claude/commands/azure.md +149 -149
- package/.claude/commands/backend-developer.md +108 -108
- package/.claude/commands/code-review.md +399 -399
- package/.claude/commands/compliance-automation.md +747 -747
- package/.claude/commands/compliance-officer.md +108 -108
- package/.claude/commands/data-engineer.md +113 -113
- package/.claude/commands/data-governance.md +102 -102
- package/.claude/commands/data-scientist.md +123 -123
- package/.claude/commands/database-admin.md +109 -109
- package/.claude/commands/devops.md +160 -160
- package/.claude/commands/docker.md +160 -160
- package/.claude/commands/enterprise-dashboard.md +613 -613
- package/.claude/commands/finops.md +184 -184
- package/.claude/commands/frontend-developer.md +108 -108
- package/.claude/commands/gcp.md +143 -143
- package/.claude/commands/ml-engineer.md +115 -115
- package/.claude/commands/mlops.md +187 -187
- package/.claude/commands/network-engineer.md +109 -109
- package/.claude/commands/optimization-advisor.md +329 -329
- package/.claude/commands/orchestrator.md +623 -623
- package/.claude/commands/platform-engineer.md +102 -102
- package/.claude/commands/process-automation.md +226 -226
- package/.claude/commands/process-changelog.md +184 -184
- package/.claude/commands/process-documentation.md +484 -484
- package/.claude/commands/process-kanban.md +324 -324
- package/.claude/commands/process-versioning.md +214 -214
- package/.claude/commands/product-designer.md +104 -104
- package/.claude/commands/project-starter.md +443 -443
- package/.claude/commands/qa-engineer.md +109 -109
- package/.claude/commands/security-architect.md +135 -135
- package/.claude/commands/sre.md +109 -109
- package/.claude/commands/system-design.md +126 -126
- package/.claude/commands/technical-writer.md +101 -101
- package/.claude/package.json +46 -46
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/README.md +252 -252
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_ab_tester.py +356 -356
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/prompt_template_manager.py +274 -274
- package/.claude/roles/ai-engineer/skills/01-prompt-engineering/token_cost_estimator.py +324 -324
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/README.md +448 -448
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/document_chunker.py +336 -336
- package/.claude/roles/ai-engineer/skills/02-rag-pipeline/rag_pipeline.sql +213 -213
- package/.claude/roles/ai-engineer/skills/03-agent-orchestration/README.md +599 -599
- package/.claude/roles/ai-engineer/skills/04-llm-guardrails/README.md +735 -735
- package/.claude/roles/ai-engineer/skills/05-vector-embeddings/README.md +711 -711
- package/.claude/roles/ai-engineer/skills/06-llm-evaluation/README.md +777 -777
- package/.claude/roles/azure/skills/01-infrastructure-fundamentals/README.md +264 -264
- package/.claude/roles/azure/skills/02-data-factory/README.md +264 -264
- package/.claude/roles/azure/skills/03-synapse-analytics/README.md +264 -264
- package/.claude/roles/azure/skills/04-databricks/README.md +264 -264
- package/.claude/roles/azure/skills/05-functions/README.md +264 -264
- package/.claude/roles/azure/skills/06-kubernetes-service/README.md +264 -264
- package/.claude/roles/azure/skills/07-openai-service/README.md +264 -264
- package/.claude/roles/azure/skills/08-machine-learning/README.md +264 -264
- package/.claude/roles/azure/skills/09-storage-adls/README.md +264 -264
- package/.claude/roles/azure/skills/10-networking/README.md +264 -264
- package/.claude/roles/azure/skills/11-sql-cosmos/README.md +264 -264
- package/.claude/roles/azure/skills/12-event-hubs/README.md +264 -264
- package/.claude/roles/code-review/skills/01-automated-code-review/README.md +394 -394
- package/.claude/roles/code-review/skills/02-pr-review-workflow/README.md +427 -427
- package/.claude/roles/code-review/skills/03-code-quality-gates/README.md +518 -518
- package/.claude/roles/code-review/skills/04-reviewer-assignment/README.md +504 -504
- package/.claude/roles/code-review/skills/05-review-analytics/README.md +540 -540
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/README.md +550 -550
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/bronze_ingestion.py +337 -337
- package/.claude/roles/data-engineer/skills/01-lakehouse-architecture/medallion_queries.sql +300 -300
- package/.claude/roles/data-engineer/skills/02-etl-pipeline/README.md +580 -580
- package/.claude/roles/data-engineer/skills/03-data-quality/README.md +579 -579
- package/.claude/roles/data-engineer/skills/04-streaming-pipelines/README.md +608 -608
- package/.claude/roles/data-engineer/skills/05-performance-optimization/README.md +547 -547
- package/.claude/roles/data-governance/skills/01-data-catalog/README.md +112 -112
- package/.claude/roles/data-governance/skills/02-data-lineage/README.md +129 -129
- package/.claude/roles/data-governance/skills/03-data-quality-framework/README.md +182 -182
- package/.claude/roles/data-governance/skills/04-access-control/README.md +39 -39
- package/.claude/roles/data-governance/skills/05-master-data-management/README.md +40 -40
- package/.claude/roles/data-governance/skills/06-compliance-privacy/README.md +46 -46
- package/.claude/roles/data-scientist/skills/01-eda-automation/README.md +230 -230
- package/.claude/roles/data-scientist/skills/01-eda-automation/eda_generator.py +446 -446
- package/.claude/roles/data-scientist/skills/02-statistical-modeling/README.md +264 -264
- package/.claude/roles/data-scientist/skills/03-feature-engineering/README.md +264 -264
- package/.claude/roles/data-scientist/skills/04-predictive-modeling/README.md +264 -264
- package/.claude/roles/data-scientist/skills/05-customer-analytics/README.md +264 -264
- package/.claude/roles/data-scientist/skills/06-campaign-analysis/README.md +264 -264
- package/.claude/roles/data-scientist/skills/07-experimentation/README.md +264 -264
- package/.claude/roles/data-scientist/skills/08-data-visualization/README.md +264 -264
- package/.claude/roles/devops/skills/01-cicd-pipeline/README.md +264 -264
- package/.claude/roles/devops/skills/02-container-orchestration/README.md +264 -264
- package/.claude/roles/devops/skills/03-infrastructure-as-code/README.md +264 -264
- package/.claude/roles/devops/skills/04-gitops/README.md +264 -264
- package/.claude/roles/devops/skills/05-environment-management/README.md +264 -264
- package/.claude/roles/devops/skills/06-automated-testing/README.md +264 -264
- package/.claude/roles/devops/skills/07-release-management/README.md +264 -264
- package/.claude/roles/devops/skills/08-monitoring-alerting/README.md +264 -264
- package/.claude/roles/devops/skills/09-devsecops/README.md +265 -265
- package/.claude/roles/finops/skills/01-cost-visibility/README.md +264 -264
- package/.claude/roles/finops/skills/02-resource-tagging/README.md +264 -264
- package/.claude/roles/finops/skills/03-budget-management/README.md +264 -264
- package/.claude/roles/finops/skills/04-reserved-instances/README.md +264 -264
- package/.claude/roles/finops/skills/05-spot-optimization/README.md +264 -264
- package/.claude/roles/finops/skills/06-storage-tiering/README.md +264 -264
- package/.claude/roles/finops/skills/07-compute-rightsizing/README.md +264 -264
- package/.claude/roles/finops/skills/08-chargeback/README.md +264 -264
- package/.claude/roles/ml-engineer/skills/01-mlops-pipeline/README.md +566 -566
- package/.claude/roles/ml-engineer/skills/02-feature-engineering/README.md +655 -655
- package/.claude/roles/ml-engineer/skills/03-model-training/README.md +704 -704
- package/.claude/roles/ml-engineer/skills/04-model-serving/README.md +845 -845
- package/.claude/roles/ml-engineer/skills/05-model-monitoring/README.md +874 -874
- package/.claude/roles/mlops/skills/01-ml-pipeline-orchestration/README.md +264 -264
- package/.claude/roles/mlops/skills/02-experiment-tracking/README.md +264 -264
- package/.claude/roles/mlops/skills/03-model-registry/README.md +264 -264
- package/.claude/roles/mlops/skills/04-feature-store/README.md +264 -264
- package/.claude/roles/mlops/skills/05-model-deployment/README.md +264 -264
- package/.claude/roles/mlops/skills/06-model-observability/README.md +264 -264
- package/.claude/roles/mlops/skills/07-data-versioning/README.md +264 -264
- package/.claude/roles/mlops/skills/08-ab-testing/README.md +264 -264
- package/.claude/roles/mlops/skills/09-automated-retraining/README.md +264 -264
- package/.claude/roles/platform-engineer/skills/01-internal-developer-platform/README.md +153 -153
- package/.claude/roles/platform-engineer/skills/02-self-service-infrastructure/README.md +57 -57
- package/.claude/roles/platform-engineer/skills/03-slo-sli-management/README.md +59 -59
- package/.claude/roles/platform-engineer/skills/04-developer-experience/README.md +57 -57
- package/.claude/roles/platform-engineer/skills/05-incident-management/README.md +73 -73
- package/.claude/roles/platform-engineer/skills/06-capacity-management/README.md +59 -59
- package/.claude/roles/product-designer/skills/01-requirements-discovery/README.md +407 -407
- package/.claude/roles/product-designer/skills/02-user-research/README.md +382 -382
- package/.claude/roles/product-designer/skills/03-brainstorming-ideation/README.md +437 -437
- package/.claude/roles/product-designer/skills/04-ux-design/README.md +496 -496
- package/.claude/roles/product-designer/skills/05-product-market-fit/README.md +376 -376
- package/.claude/roles/product-designer/skills/06-stakeholder-management/README.md +412 -412
- package/.claude/roles/security-architect/skills/01-pii-detection/README.md +319 -319
- package/.claude/roles/security-architect/skills/02-threat-modeling/README.md +264 -264
- package/.claude/roles/security-architect/skills/03-infrastructure-security/README.md +264 -264
- package/.claude/roles/security-architect/skills/04-iam/README.md +264 -264
- package/.claude/roles/security-architect/skills/05-application-security/README.md +264 -264
- package/.claude/roles/security-architect/skills/06-secrets-management/README.md +264 -264
- package/.claude/roles/security-architect/skills/07-security-monitoring/README.md +264 -264
- package/.claude/roles/system-design/skills/01-architecture-patterns/README.md +337 -337
- package/.claude/roles/system-design/skills/02-requirements-engineering/README.md +264 -264
- package/.claude/roles/system-design/skills/03-scalability/README.md +264 -264
- package/.claude/roles/system-design/skills/04-high-availability/README.md +264 -264
- package/.claude/roles/system-design/skills/05-cost-optimization-design/README.md +264 -264
- package/.claude/roles/system-design/skills/06-api-design/README.md +264 -264
- package/.claude/roles/system-design/skills/07-observability-architecture/README.md +264 -264
- package/.claude/roles/system-design/skills/08-process-automation/PROCESS_TEMPLATE.md +336 -336
- package/.claude/roles/system-design/skills/08-process-automation/README.md +521 -521
- package/.claude/roles/system-design/skills/08-process-automation/ai_prompt_generator.py +744 -744
- package/.claude/roles/system-design/skills/08-process-automation/automation_recommender.py +688 -688
- package/.claude/roles/system-design/skills/08-process-automation/plan_generator.py +679 -679
- package/.claude/roles/system-design/skills/08-process-automation/process_analyzer.py +528 -528
- package/.claude/roles/system-design/skills/08-process-automation/process_parser.py +684 -684
- package/.claude/roles/system-design/skills/08-process-automation/role_matcher.py +615 -615
- package/.claude/skills/README.md +336 -336
- package/.claude/skills/ai-engineer.md +104 -104
- package/.claude/skills/aws.md +143 -143
- package/.claude/skills/azure.md +149 -149
- package/.claude/skills/backend-developer.md +108 -108
- package/.claude/skills/code-review.md +399 -399
- package/.claude/skills/compliance-automation.md +747 -747
- package/.claude/skills/compliance-officer.md +108 -108
- package/.claude/skills/data-engineer.md +113 -113
- package/.claude/skills/data-governance.md +102 -102
- package/.claude/skills/data-scientist.md +123 -123
- package/.claude/skills/database-admin.md +109 -109
- package/.claude/skills/devops.md +160 -160
- package/.claude/skills/docker.md +160 -160
- package/.claude/skills/enterprise-dashboard.md +613 -613
- package/.claude/skills/finops.md +184 -184
- package/.claude/skills/frontend-developer.md +108 -108
- package/.claude/skills/gcp.md +143 -143
- package/.claude/skills/ml-engineer.md +115 -115
- package/.claude/skills/mlops.md +187 -187
- package/.claude/skills/network-engineer.md +109 -109
- package/.claude/skills/optimization-advisor.md +329 -329
- package/.claude/skills/orchestrator.md +623 -623
- package/.claude/skills/platform-engineer.md +102 -102
- package/.claude/skills/process-automation.md +226 -226
- package/.claude/skills/process-changelog.md +184 -184
- package/.claude/skills/process-documentation.md +484 -484
- package/.claude/skills/process-kanban.md +324 -324
- package/.claude/skills/process-versioning.md +214 -214
- package/.claude/skills/product-designer.md +104 -104
- package/.claude/skills/project-starter.md +443 -443
- package/.claude/skills/qa-engineer.md +109 -109
- package/.claude/skills/security-architect.md +135 -135
- package/.claude/skills/sre.md +109 -109
- package/.claude/skills/system-design.md +126 -126
- package/.claude/skills/technical-writer.md +101 -101
- package/.gitattributes +2 -2
- package/GITHUB_COPILOT.md +106 -106
- package/README.md +192 -184
- package/package.json +16 -8
package/GITHUB_COPILOT.md
CHANGED
|
@@ -1,106 +1,106 @@
|
|
|
1
|
-
# GitHub Copilot Integration
|
|
2
|
-
|
|
3
|
-
Tech Hub Skills works with **GitHub Copilot** in VSCode, providing Copilot with 110+ production-ready AI agent skills.
|
|
4
|
-
|
|
5
|
-
## Quick Start
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
# Install with Copilot support
|
|
9
|
-
npx tech-hub-skills install --copilot
|
|
10
|
-
|
|
11
|
-
# Or with Python
|
|
12
|
-
pip install tech-hub-skills
|
|
13
|
-
tech-hub-skills install --copilot
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
This creates `.github/copilot-instructions.md` that Copilot automatically reads.
|
|
17
|
-
|
|
18
|
-
## How It Works
|
|
19
|
-
|
|
20
|
-
GitHub Copilot reads workspace instructions from `.github/copilot-instructions.md`. Once installed, Copilot applies expert knowledge automatically to all code suggestions.
|
|
21
|
-
|
|
22
|
-
### Expert Roles Available
|
|
23
|
-
|
|
24
|
-
- **AI Engineer** - LLMs, RAG, Agents, Guardrails
|
|
25
|
-
- **Data Engineer** - Lakehouse, ETL, Streaming
|
|
26
|
-
- **ML Engineer** - Training, Serving, MLOps
|
|
27
|
-
- **Security Architect** - PII, IAM, Compliance
|
|
28
|
-
- **DevOps** - CI/CD, Containers, IaC
|
|
29
|
-
- **System Design** - Architecture, Scalability
|
|
30
|
-
- Plus 10 more specialized roles
|
|
31
|
-
|
|
32
|
-
## Usage Examples
|
|
33
|
-
|
|
34
|
-
### Request Expertise in Comments
|
|
35
|
-
|
|
36
|
-
```python
|
|
37
|
-
# Using AI Engineer approach for RAG pipeline
|
|
38
|
-
def build_rag_pipeline():
|
|
39
|
-
# Copilot suggests: vector stores, embeddings, chunking
|
|
40
|
-
pass
|
|
41
|
-
|
|
42
|
-
# Apply Security Architect best practices
|
|
43
|
-
def process_user_data(user_input):
|
|
44
|
-
# Copilot adds: validation, sanitization, PII scanning
|
|
45
|
-
pass
|
|
46
|
-
```
|
|
47
|
-
|
|
48
|
-
### Combine Multiple Roles
|
|
49
|
-
|
|
50
|
-
```typescript
|
|
51
|
-
/* DevOps + FinOps: optimize CI/CD costs */
|
|
52
|
-
const cicdConfig = {
|
|
53
|
-
// Copilot suggests cost-optimized configuration
|
|
54
|
-
};
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
### Implicit Guidance
|
|
58
|
-
|
|
59
|
-
Even without comments, Copilot applies:
|
|
60
|
-
- Security best practices (no hardcoded secrets, input validation)
|
|
61
|
-
- Proper error handling
|
|
62
|
-
- Performance optimization
|
|
63
|
-
- Quality standards
|
|
64
|
-
|
|
65
|
-
## Copilot vs Claude Code
|
|
66
|
-
|
|
67
|
-
Both tools work together:
|
|
68
|
-
|
|
69
|
-
| Feature | GitHub Copilot | Claude Code |
|
|
70
|
-
|---------|----------------|-------------|
|
|
71
|
-
| **Usage** | Inline suggestions |
|
|
72
|
-
| **Mode** | Automatic | Interactive |
|
|
73
|
-
| **Best For** | Writing code | Complex tasks, architecture |
|
|
74
|
-
|
|
75
|
-
### Combined Workflow
|
|
76
|
-
|
|
77
|
-
```bash
|
|
78
|
-
# 1. Install for both
|
|
79
|
-
npx tech-hub-skills install --copilot
|
|
80
|
-
|
|
81
|
-
# 2. Use Copilot while coding (automatic)
|
|
82
|
-
# 3. Use Claude Code for complex tasks
|
|
83
|
-
|
|
84
|
-
```
|
|
85
|
-
|
|
86
|
-
## Troubleshooting
|
|
87
|
-
|
|
88
|
-
**Copilot not using instructions?**
|
|
89
|
-
- Verify `.github/copilot-instructions.md` exists
|
|
90
|
-
- Reload VSCode: `Cmd/Ctrl + Shift + P` → "Reload Window"
|
|
91
|
-
- Check Copilot is enabled in VSCode status bar
|
|
92
|
-
|
|
93
|
-
**Want to update?**
|
|
94
|
-
```bash
|
|
95
|
-
npx tech-hub-skills install --copilot --force
|
|
96
|
-
```
|
|
97
|
-
|
|
98
|
-
**Remove Copilot integration only:**
|
|
99
|
-
```bash
|
|
100
|
-
rm .github/copilot-instructions.md
|
|
101
|
-
```
|
|
102
|
-
|
|
103
|
-
## Learn More
|
|
104
|
-
|
|
105
|
-
- **Main Docs**: [README.md](README.md)
|
|
106
|
-
- **GitHub Copilot**: https://docs.github.com/copilot
|
|
1
|
+
# GitHub Copilot Integration
|
|
2
|
+
|
|
3
|
+
Tech Hub Skills works with **GitHub Copilot** in VSCode, providing Copilot with 110+ production-ready AI agent skills.
|
|
4
|
+
|
|
5
|
+
## Quick Start
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
# Install with Copilot support
|
|
9
|
+
npx tech-hub-skills install --copilot
|
|
10
|
+
|
|
11
|
+
# Or with Python
|
|
12
|
+
pip install tech-hub-skills
|
|
13
|
+
tech-hub-skills install --copilot
|
|
14
|
+
```
|
|
15
|
+
|
|
16
|
+
This creates `.github/copilot-instructions.md` that Copilot automatically reads.
|
|
17
|
+
|
|
18
|
+
## How It Works
|
|
19
|
+
|
|
20
|
+
GitHub Copilot reads workspace instructions from `.github/copilot-instructions.md`. Once installed, Copilot applies expert knowledge automatically to all code suggestions.
|
|
21
|
+
|
|
22
|
+
### Expert Roles Available
|
|
23
|
+
|
|
24
|
+
- **AI Engineer** - LLMs, RAG, Agents, Guardrails
|
|
25
|
+
- **Data Engineer** - Lakehouse, ETL, Streaming
|
|
26
|
+
- **ML Engineer** - Training, Serving, MLOps
|
|
27
|
+
- **Security Architect** - PII, IAM, Compliance
|
|
28
|
+
- **DevOps** - CI/CD, Containers, IaC
|
|
29
|
+
- **System Design** - Architecture, Scalability
|
|
30
|
+
- Plus 10 more specialized roles
|
|
31
|
+
|
|
32
|
+
## Usage Examples
|
|
33
|
+
|
|
34
|
+
### Request Expertise in Comments
|
|
35
|
+
|
|
36
|
+
```python
|
|
37
|
+
# Using AI Engineer approach for RAG pipeline
|
|
38
|
+
def build_rag_pipeline():
|
|
39
|
+
# Copilot suggests: vector stores, embeddings, chunking
|
|
40
|
+
pass
|
|
41
|
+
|
|
42
|
+
# Apply Security Architect best practices
|
|
43
|
+
def process_user_data(user_input):
|
|
44
|
+
# Copilot adds: validation, sanitization, PII scanning
|
|
45
|
+
pass
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
### Combine Multiple Roles
|
|
49
|
+
|
|
50
|
+
```typescript
|
|
51
|
+
/* DevOps + FinOps: optimize CI/CD costs */
|
|
52
|
+
const cicdConfig = {
|
|
53
|
+
// Copilot suggests cost-optimized configuration
|
|
54
|
+
};
|
|
55
|
+
```
|
|
56
|
+
|
|
57
|
+
### Implicit Guidance
|
|
58
|
+
|
|
59
|
+
Even without comments, Copilot applies:
|
|
60
|
+
- Security best practices (no hardcoded secrets, input validation)
|
|
61
|
+
- Proper error handling
|
|
62
|
+
- Performance optimization
|
|
63
|
+
- Quality standards
|
|
64
|
+
|
|
65
|
+
## Copilot vs Claude Code
|
|
66
|
+
|
|
67
|
+
Both tools work together:
|
|
68
|
+
|
|
69
|
+
| Feature | GitHub Copilot | Claude Code |
|
|
70
|
+
|---------|----------------|-------------|
|
|
71
|
+
| **Usage** | Inline suggestions | `/mention` roles |
|
|
72
|
+
| **Mode** | Automatic | Interactive |
|
|
73
|
+
| **Best For** | Writing code | Complex tasks, architecture |
|
|
74
|
+
|
|
75
|
+
### Combined Workflow
|
|
76
|
+
|
|
77
|
+
```bash
|
|
78
|
+
# 1. Install for both
|
|
79
|
+
npx tech-hub-skills install --copilot
|
|
80
|
+
|
|
81
|
+
# 2. Use Copilot while coding (automatic)
|
|
82
|
+
# 3. Use Claude Code for complex tasks
|
|
83
|
+
/orchestrator "Design a data lakehouse architecture"
|
|
84
|
+
```
|
|
85
|
+
|
|
86
|
+
## Troubleshooting
|
|
87
|
+
|
|
88
|
+
**Copilot not using instructions?**
|
|
89
|
+
- Verify `.github/copilot-instructions.md` exists
|
|
90
|
+
- Reload VSCode: `Cmd/Ctrl + Shift + P` → "Reload Window"
|
|
91
|
+
- Check Copilot is enabled in VSCode status bar
|
|
92
|
+
|
|
93
|
+
**Want to update?**
|
|
94
|
+
```bash
|
|
95
|
+
npx tech-hub-skills install --copilot --force
|
|
96
|
+
```
|
|
97
|
+
|
|
98
|
+
**Remove Copilot integration only:**
|
|
99
|
+
```bash
|
|
100
|
+
rm .github/copilot-instructions.md
|
|
101
|
+
```
|
|
102
|
+
|
|
103
|
+
## Learn More
|
|
104
|
+
|
|
105
|
+
- **Main Docs**: [README.md](README.md)
|
|
106
|
+
- **GitHub Copilot**: https://docs.github.com/copilot
|
package/README.md
CHANGED
|
@@ -1,184 +1,192 @@
|
|
|
1
|
-
# Tech Hub Skills
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
#
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
```
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
|
63
|
-
|
|
|
64
|
-
| **
|
|
65
|
-
| **
|
|
66
|
-
| **
|
|
67
|
-
| **
|
|
68
|
-
| **
|
|
69
|
-
| **
|
|
70
|
-
| **
|
|
71
|
-
| **
|
|
72
|
-
| **
|
|
73
|
-
| **
|
|
74
|
-
| **
|
|
75
|
-
| **
|
|
76
|
-
| **
|
|
77
|
-
| **
|
|
78
|
-
| **
|
|
79
|
-
| **
|
|
80
|
-
| **
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
```
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
```
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
#
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
```
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
```
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
1
|
+
# Tech Hub Skills
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/tech-hub-skills)
|
|
4
|
+
[](https://www.npmjs.com/package/tech-hub-skills)
|
|
5
|
+
[](https://www.npmjs.com/package/tech-hub-skills)
|
|
6
|
+
[](https://github.com/6ogo/Tech-Skills/blob/main/LICENSE)
|
|
7
|
+
|
|
8
|
+
180+ production-ready AI agent skills for **Claude Code** and **GitHub Copilot**.
|
|
9
|
+
|
|
10
|
+
Enterprise-grade with security, governance, and compliance built-in.
|
|
11
|
+
|
|
12
|
+
## Quick Install
|
|
13
|
+
|
|
14
|
+
### For Claude Code
|
|
15
|
+
|
|
16
|
+
```bash
|
|
17
|
+
# npm/npx (Recommended)
|
|
18
|
+
npx tech-hub-skills install
|
|
19
|
+
|
|
20
|
+
# or Python
|
|
21
|
+
pip install tech-hub-skills && tech-hub-skills install
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
### For GitHub Copilot (VSCode)
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
# npm/npx
|
|
28
|
+
npx tech-hub-skills install --copilot
|
|
29
|
+
|
|
30
|
+
# or Python
|
|
31
|
+
pip install tech-hub-skills && tech-hub-skills install --copilot
|
|
32
|
+
```
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
This creates `.github/copilot-instructions.md` with all expert skills.
|
|
36
|
+
See [GITHUB_COPILOT.md](https://github.com/6ogo/Tech-Skills/blob/main/GITHUB_COPILOT.md) for usage guide.
|
|
37
|
+
|
|
38
|
+
### Global Install (Claude Code only)
|
|
39
|
+
|
|
40
|
+
```bash
|
|
41
|
+
# Install globally for all projects
|
|
42
|
+
npx tech-hub-skills install --global
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Manual Installation
|
|
46
|
+
|
|
47
|
+
```bash
|
|
48
|
+
# Clone and copy .claude folder to your project
|
|
49
|
+
git clone https://github.com/6ogo/Tech-Skills.git
|
|
50
|
+
cp -r tech-hub-skills/.claude your-project/
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## What's Included
|
|
54
|
+
|
|
55
|
+
- **26 Role Skills**: AI Engineer, Data Engineer, Security Architect, DevOps, and more
|
|
56
|
+
- **180+ Detailed Implementations**: Step-by-step guides for each skill
|
|
57
|
+
- **Enterprise Mode**: Built-in security, governance, and compliance
|
|
58
|
+
- **Cross-Platform**: Works on Windows, macOS, Linux
|
|
59
|
+
|
|
60
|
+
## Available Roles
|
|
61
|
+
|
|
62
|
+
| Role | Skills | Focus |
|
|
63
|
+
| ---------------------- | ------ | ------------------------------------------- |
|
|
64
|
+
| **AI Engineer** | 8 | LLMs, RAG, Agents, Guardrails, Embeddings |
|
|
65
|
+
| **Data Engineer** | 9 | Lakehouse, ETL/ELT, Streaming, Quality |
|
|
66
|
+
| **ML Engineer** | 9 | MLOps, Training, Serving, Monitoring |
|
|
67
|
+
| **Data Scientist** | 8 | EDA, Modeling, Analytics, Experimentation |
|
|
68
|
+
| **Frontend Developer** | 7 | React/Vue/Angular, TypeScript, A11y |
|
|
69
|
+
| **Backend Developer** | 7 | REST, GraphQL, Microservices, Caching |
|
|
70
|
+
| **Security Architect** | 7 | PII, Threat Modeling, IAM, Secrets |
|
|
71
|
+
| **System Design** | 8 | Architecture, Scalability, HA/DR, APIs |
|
|
72
|
+
| **Network Engineer** | 7 | Topology, VPN/VPC, Load Balancers, CDN |
|
|
73
|
+
| **Platform Engineer** | 6 | IDP, Self-Service, SLOs |
|
|
74
|
+
| **SRE** | 7 | Incident Response, Chaos Engineering, SLOs |
|
|
75
|
+
| **Database Admin** | 7 | Query Optimization, Replication, Migrations |
|
|
76
|
+
| **Data Governance** | 6 | Catalog, Lineage, Quality, Compliance |
|
|
77
|
+
| **DevOps** | 9 | CI/CD, Containers, IaC, GitOps |
|
|
78
|
+
| **Docker** | 5 | Dockerfile, Security, Optimization |
|
|
79
|
+
| **MLOps** | 9 | Experiments, Registry, Deployment |
|
|
80
|
+
| **FinOps** | 8 | Cost Visibility, Optimization |
|
|
81
|
+
| **Azure** | 12 | All Azure services |
|
|
82
|
+
| **AWS** | 12 | EC2, Lambda, S3, RDS, VPC, EKS |
|
|
83
|
+
| **GCP** | 12 | Compute, BigQuery, GKE, Pub/Sub |
|
|
84
|
+
| **Code Review** | 5 | PR Automation, Quality Gates |
|
|
85
|
+
| **Compliance Officer** | 7 | SOC 2, GDPR, HIPAA, PCI-DSS |
|
|
86
|
+
| **QA Engineer** | 7 | Test Strategy, Automation, Performance |
|
|
87
|
+
| **Technical Writer** | 6 | API Docs, ADRs, Runbooks |
|
|
88
|
+
| **Product Designer** | 6 | Requirements, Research, UX |
|
|
89
|
+
|
|
90
|
+
See [.claude/README.md](https://github.com/6ogo/Tech-Skills/blob/main/.claude/README.md) for detailed role documentation.
|
|
91
|
+
|
|
92
|
+
## Usage
|
|
93
|
+
|
|
94
|
+
### Claude Code
|
|
95
|
+
|
|
96
|
+
Use `/` mentions to invoke specific expert roles:
|
|
97
|
+
|
|
98
|
+
```bash
|
|
99
|
+
# Start with the orchestrator
|
|
100
|
+
/orchestrator "Build a customer churn prediction model"
|
|
101
|
+
|
|
102
|
+
# Or use specific roles
|
|
103
|
+
/ai-engineer "Create a RAG pipeline"
|
|
104
|
+
/security-architect "Review this code for PII"
|
|
105
|
+
/data-engineer "Design a lakehouse architecture"
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### GitHub Copilot
|
|
109
|
+
|
|
110
|
+
Copilot automatically applies expert knowledge. Reference roles in comments:
|
|
111
|
+
|
|
112
|
+
```python
|
|
113
|
+
# Using AI Engineer approach for RAG pipeline
|
|
114
|
+
def build_rag():
|
|
115
|
+
# Copilot suggests best practices
|
|
116
|
+
|
|
117
|
+
# Apply Security Architect principles
|
|
118
|
+
def process_data(user_input):
|
|
119
|
+
# Copilot adds input validation, PII scanning
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
See [GITHUB_COPILOT.md](https://github.com/6ogo/Tech-Skills/blob/main/GITHUB_COPILOT.md) for complete guide.
|
|
123
|
+
|
|
124
|
+
## Updating
|
|
125
|
+
|
|
126
|
+
### Method 1 (Clone/ZIP)
|
|
127
|
+
|
|
128
|
+
```bash
|
|
129
|
+
# Pull latest changes
|
|
130
|
+
cd path/to/tech-hub-skills
|
|
131
|
+
git pull
|
|
132
|
+
|
|
133
|
+
# Copy updated files
|
|
134
|
+
cp -r .claude your-project/
|
|
135
|
+
```
|
|
136
|
+
|
|
137
|
+
After installation, use skills with `/` mentions:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
# Start with the orchestrator (routes to all skills)
|
|
141
|
+
/orchestrator "Build a customer churn prediction model"
|
|
142
|
+
|
|
143
|
+
# Or invoke specific roles
|
|
144
|
+
/ai-engineer "Create a RAG pipeline"
|
|
145
|
+
/security-architect "Review this code for PII"
|
|
146
|
+
/data-engineer "Design a lakehouse architecture"
|
|
147
|
+
|
|
148
|
+
# Enterprise mode (mandatory security + governance)
|
|
149
|
+
/project-starter --enterprise "Build a customer data platform"
|
|
150
|
+
```
|
|
151
|
+
|
|
152
|
+
## Examples
|
|
153
|
+
|
|
154
|
+
**AI/ML Project**
|
|
155
|
+
|
|
156
|
+
```bash
|
|
157
|
+
/orchestrator "Build a customer churn prediction model with GDPR compliance"
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
**RAG Application**
|
|
161
|
+
|
|
162
|
+
```bash
|
|
163
|
+
/ai-engineer "Create a RAG pipeline for internal docs"
|
|
164
|
+
```
|
|
165
|
+
|
|
166
|
+
**Security Review**
|
|
167
|
+
|
|
168
|
+
```bash
|
|
169
|
+
/security-architect "Audit this codebase for security vulnerabilities"
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
**Enterprise Platform**
|
|
173
|
+
|
|
174
|
+
```bash
|
|
175
|
+
/project-starter --enterprise "Build a customer data platform"
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
## Documentation
|
|
179
|
+
|
|
180
|
+
- **All Roles**: See [.claude/README.md](https://github.com/6ogo/Tech-Skills/blob/main/.claude/README.md) for complete role documentation
|
|
181
|
+
- **Publishing**: See [PUBLISHING.md](https://github.com/6ogo/Tech-Skills/blob/main/PUBLISHING.md) for maintainer instructions
|
|
182
|
+
|
|
183
|
+
## Contributing
|
|
184
|
+
|
|
185
|
+
1. Fork the repository
|
|
186
|
+
2. Add skills to `.claude/roles/{role}/skills/{skill-id}/`
|
|
187
|
+
3. Update `.claude/skills/{role}.md`
|
|
188
|
+
4. Submit PR
|
|
189
|
+
|
|
190
|
+
## License
|
|
191
|
+
|
|
192
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,8 +1,16 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "tech-hub-skills",
|
|
3
|
-
"version": "1.5.
|
|
4
|
-
"description": "Collection of tech skills for Claude Code",
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "tech-hub-skills",
|
|
3
|
+
"version": "1.5.2",
|
|
4
|
+
"description": "Collection of tech skills for Claude Code",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "https://github.com/6ogo/Tech-Skills.git"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://github.com/6ogo/Tech-Skills#readme",
|
|
10
|
+
"bugs": {
|
|
11
|
+
"url": "https://github.com/6ogo/Tech-Skills/issues"
|
|
12
|
+
},
|
|
13
|
+
"dependencies": {
|
|
14
|
+
"tech-hub-skills": "^1.5.1"
|
|
15
|
+
}
|
|
16
|
+
}
|