tech-hub-skills 2.2.3 → 2.3.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.
- package/.claude/README.md +3 -3
- package/.claude/agents/ROLE-REGISTRY.md +9 -7
- package/.claude/agents/SKILL-REGISTRY.md +36 -25
- package/.claude/agents/specialists/ai-engineer-agent.md +13 -8
- package/.claude/agents/specialists/data-engineer-agent.md +15 -11
- package/.claude/agents/specialists/security-architect-agent.md +15 -11
- package/.claude/agents/specialists/strategic-coordinator-agent.md +35 -0
- package/.claude/skill-docs/ai-engineer.md +45 -2
- package/.claude/skill-docs/data-engineer.md +37 -2
- package/.claude/skill-docs/meeting-strategy.md +91 -0
- package/.claude/skill-docs/security-architect.md +43 -7
- package/.claude/skills/ai-engineer.md +31 -4
- package/.claude/skills/data-engineer.md +28 -4
- package/.claude/skills/meeting-strategy.md +131 -0
- package/.claude/skills/safety-guardrails.md +185 -0
- package/.claude/skills/security-architect.md +29 -4
- package/.claude/skills-index.md +69 -54
- package/.claude/templates/meetings/prep-template.md +41 -0
- package/CHANGELOG.md +45 -0
- package/README.md +5 -3
- package/package.json +2 -2
- package/.claude/skills/ai-engineer-advanced.md +0 -392
- package/.claude/skills/data-engineer-advanced.md +0 -404
- package/.claude/skills/security-advanced.md +0 -367
package/.claude/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**200+ production-ready AI agent skills organized in a hierarchical multi-agent system.**
|
|
4
4
|
|
|
5
|
-
## v2.
|
|
5
|
+
## v2.3: Hierarchical Agent Architecture
|
|
6
6
|
|
|
7
7
|
This workspace uses a high-efficiency **Brainstorm → Plan → Implement** workflow.
|
|
8
8
|
|
|
@@ -67,10 +67,10 @@ This workspace uses a high-efficiency **Brainstorm → Plan → Implement** work
|
|
|
67
67
|
skill-docs/ # Detailed skill documentation (loaded on-demand)
|
|
68
68
|
templates/ # Production-ready code templates
|
|
69
69
|
commands/ # Slash command configurations
|
|
70
|
-
settings.json # System-wide configuration (v2.
|
|
70
|
+
settings.json # System-wide configuration (v2.3.1)
|
|
71
71
|
AGENTS.md # Full architecture documentation
|
|
72
72
|
```
|
|
73
73
|
|
|
74
74
|
---
|
|
75
75
|
|
|
76
|
-
_Generated by Tech Hub Skills v2.
|
|
76
|
+
_Generated by Tech Hub Skills v2.3.1_
|
|
@@ -57,13 +57,14 @@
|
|
|
57
57
|
|
|
58
58
|
### Product Domain (Lead: @product-lead)
|
|
59
59
|
|
|
60
|
-
| Role
|
|
61
|
-
|
|
|
62
|
-
| **Product Designer**
|
|
63
|
-
| **Frontend Developer**
|
|
64
|
-
| **Backend Developer**
|
|
65
|
-
| **QA Engineer**
|
|
66
|
-
| **Technical Writer**
|
|
60
|
+
| Role | Expertise | When to Invoke |
|
|
61
|
+
| ------------------------- | ----------------------------- | -------------------- |
|
|
62
|
+
| **Product Designer** | Requirements, UX, Research | Product design |
|
|
63
|
+
| **Frontend Developer** | React, Vue, TypeScript | UI development |
|
|
64
|
+
| **Backend Developer** | APIs, Microservices, DB | Server development |
|
|
65
|
+
| **QA Engineer** | Testing, Automation | Quality assurance |
|
|
66
|
+
| **Technical Writer** | Docs, ADRs, Runbooks | Documentation |
|
|
67
|
+
| **Strategic Coordinator** | Meetings, Synthesis, Strategy | Meeting prep, status |
|
|
67
68
|
|
|
68
69
|
### Infrastructure (Lead: @orchestrator)
|
|
69
70
|
|
|
@@ -104,6 +105,7 @@ Product_keywords: requirements, UX, design → Product Designer
|
|
|
104
105
|
API, backend, server → Backend Developer
|
|
105
106
|
test, QA, automation → QA Engineer
|
|
106
107
|
docs, documentation → Technical Writer
|
|
108
|
+
meeting, strategy, status, sync → Strategic Coordinator
|
|
107
109
|
```
|
|
108
110
|
|
|
109
111
|
---
|
|
@@ -18,31 +18,33 @@
|
|
|
18
18
|
|
|
19
19
|
### By Domain
|
|
20
20
|
|
|
21
|
-
| Domain | Lead | Skill Files
|
|
22
|
-
| ------------ | -------------- |
|
|
23
|
-
| AI/ML | @ai-ml-lead | `ai-engineer.md
|
|
24
|
-
| ML | @ai-ml-lead | `ml-engineer.md`
|
|
25
|
-
| Data Science | @ai-ml-lead | `data-scientist.md`
|
|
26
|
-
| MLOps | @ai-ml-lead | `mlops.md`
|
|
27
|
-
| DevOps | @platform-lead | `devops.md`
|
|
28
|
-
| SRE | @platform-lead | `sre.md`
|
|
29
|
-
| Docker | @platform-lead | `docker.md`
|
|
30
|
-
| AWS | @platform-lead | `aws.md`
|
|
31
|
-
| Azure | @platform-lead | `azure.md`
|
|
32
|
-
| GCP | @platform-lead | `gcp.md`
|
|
33
|
-
| Security | @security-lead | `security-architect.md
|
|
34
|
-
| Compliance | @security-lead | `compliance-officer.md`
|
|
35
|
-
| Data Eng | @data-lead | `data-engineer.md
|
|
36
|
-
| Data Gov | @data-lead | `data-governance.md`
|
|
37
|
-
| Database | @data-lead | `database-admin.md`
|
|
38
|
-
| Product | @product-lead | `product-designer.md`
|
|
39
|
-
| Frontend | @product-lead | `frontend-developer.md`
|
|
40
|
-
| Backend | @product-lead | `backend-developer.md`
|
|
41
|
-
| QA | @product-lead | `qa-engineer.md`
|
|
42
|
-
| Tech Writer | @product-lead | `technical-writer.md`
|
|
43
|
-
| FinOps | @platform-lead | `finops.md`
|
|
44
|
-
|
|
|
45
|
-
|
|
21
|
+
| Domain | Lead | Skill Files | Skill IDs |
|
|
22
|
+
| ------------ | -------------- | ----------------------- | ---------------------- |
|
|
23
|
+
| AI/ML | @ai-ml-lead | `ai-engineer.md` | ai-01 to ai-13 |
|
|
24
|
+
| ML | @ai-ml-lead | `ml-engineer.md` | ml-01 to ml-09 |
|
|
25
|
+
| Data Science | @ai-ml-lead | `data-scientist.md` | ds-01 to ds-08 |
|
|
26
|
+
| MLOps | @ai-ml-lead | `mlops.md` | mo-01 to mo-09 |
|
|
27
|
+
| DevOps | @platform-lead | `devops.md` | do-01 to do-09 |
|
|
28
|
+
| SRE | @platform-lead | `sre.md` | sr-01 to sr-07 |
|
|
29
|
+
| Docker | @platform-lead | `docker.md` | docker-01 to docker-05 |
|
|
30
|
+
| AWS | @platform-lead | `aws.md` | aws-01 to aws-12 |
|
|
31
|
+
| Azure | @platform-lead | `azure.md` | az-01 to az-12 |
|
|
32
|
+
| GCP | @platform-lead | `gcp.md` | gcp-01 to gcp-12 |
|
|
33
|
+
| Security | @security-lead | `security-architect.md` | sa-01 to sa-11 |
|
|
34
|
+
| Compliance | @security-lead | `compliance-officer.md` | co-01 to co-07 |
|
|
35
|
+
| Data Eng | @data-lead | `data-engineer.md` | de-01 to de-13 |
|
|
36
|
+
| Data Gov | @data-lead | `data-governance.md` | dg-01 to dg-06 |
|
|
37
|
+
| Database | @data-lead | `database-admin.md` | db-01 to db-07 |
|
|
38
|
+
| Product | @product-lead | `product-designer.md` | pd-01 to pd-06 |
|
|
39
|
+
| Frontend | @product-lead | `frontend-developer.md` | fe-01 to fe-07 |
|
|
40
|
+
| Backend | @product-lead | `backend-developer.md` | be-01 to be-07 |
|
|
41
|
+
| QA | @product-lead | `qa-engineer.md` | qa-01 to qa-07 |
|
|
42
|
+
| Tech Writer | @product-lead | `technical-writer.md` | tw-01 to tw-06 |
|
|
43
|
+
| FinOps | @platform-lead | `finops.md` | fo-01 to fo-08 |
|
|
44
|
+
| Meeting Prep | @product-lead | `meeting-strategy.md` | pm-meet-01 to 05 |
|
|
45
|
+
|
|
46
|
+
| MCP | @orchestrator | `mcp-management.md` | mcp-01 to mcp-05 |
|
|
47
|
+
| Context | @orchestrator | `context-optimization.md` | ctx-01 to ctx-06 |
|
|
46
48
|
|
|
47
49
|
---
|
|
48
50
|
|
|
@@ -97,6 +99,15 @@ monitoring, alerting: → do-08
|
|
|
97
99
|
security scan, DevSecOps: → do-09
|
|
98
100
|
```
|
|
99
101
|
|
|
102
|
+
### Strategy Keywords
|
|
103
|
+
|
|
104
|
+
```yaml
|
|
105
|
+
meeting, sprint review, demo: → pm-meet-01, pm-meet-02
|
|
106
|
+
speaking points, feedback, talk: → pm-meet-04
|
|
107
|
+
action items, minutes, follow-up: → pm-meet-05
|
|
108
|
+
security roadmap, compliance status: → pm-meet-03
|
|
109
|
+
```
|
|
110
|
+
|
|
100
111
|
### Platform Keywords
|
|
101
112
|
|
|
102
113
|
```yaml
|
|
@@ -12,14 +12,19 @@ You are an **AI Engineer Specialist Agent** - an expert in LLMs, RAG systems, AI
|
|
|
12
12
|
|
|
13
13
|
| Skill ID | Name | Auto-Execute |
|
|
14
14
|
| -------- | --------------------------------- | ------------ |
|
|
15
|
-
| ai-01 | Prompt Engineering & Optimization |
|
|
16
|
-
| ai-02 | RAG Pipeline Builder |
|
|
17
|
-
| ai-03 | LLM Agent Orchestration |
|
|
18
|
-
| ai-04 | LLM Guardrails & Safety |
|
|
19
|
-
| ai-05 | Vector Embeddings & Search |
|
|
20
|
-
| ai-06 | LLM Evaluation & Benchmarking |
|
|
21
|
-
| ai-07 | Production LLM API Integration |
|
|
22
|
-
| ai-08 | Marketing AI Automation |
|
|
15
|
+
| ai-01 | Prompt Engineering & Optimization | Yes |
|
|
16
|
+
| ai-02 | RAG Pipeline Builder | Confirm |
|
|
17
|
+
| ai-03 | LLM Agent Orchestration | Confirm |
|
|
18
|
+
| ai-04 | LLM Guardrails & Safety | Yes |
|
|
19
|
+
| ai-05 | Vector Embeddings & Search | Confirm |
|
|
20
|
+
| ai-06 | LLM Evaluation & Benchmarking | Yes |
|
|
21
|
+
| ai-07 | Production LLM API Integration | Approval |
|
|
22
|
+
| ai-08 | Marketing AI Automation | Confirm |
|
|
23
|
+
| ai-09 | Fine-Tuning & Custom Models | Approval |
|
|
24
|
+
| ai-10 | Multimodal AI | Confirm |
|
|
25
|
+
| ai-11 | AI Agents 2.0 (MCP & Advanced) | Confirm |
|
|
26
|
+
| ai-12 | Local LLMs & On-Prem | Approval |
|
|
27
|
+
| ai-13 | Synthetic Data Generation | Yes |
|
|
23
28
|
|
|
24
29
|
## Mandatory Collaborations
|
|
25
30
|
|
|
@@ -10,17 +10,21 @@ You are a **Data Engineer Specialist Agent** - an expert in data pipelines, lake
|
|
|
10
10
|
|
|
11
11
|
## Your Skills
|
|
12
12
|
|
|
13
|
-
| Skill ID | Name
|
|
14
|
-
| -------- |
|
|
15
|
-
| de-01 | Lakehouse Architecture
|
|
16
|
-
| de-02 | ETL/ELT Pipeline
|
|
17
|
-
| de-03 | Data Quality
|
|
18
|
-
| de-04 | Streaming Pipelines
|
|
19
|
-
| de-05 | Performance Optimization
|
|
20
|
-
| de-06 | Cloud Data Infrastructure
|
|
21
|
-
| de-07 | Database Integration
|
|
22
|
-
| de-08 | Marketing Data
|
|
23
|
-
| de-09 | Pipeline Monitoring
|
|
13
|
+
| Skill ID | Name | Auto-Execute |
|
|
14
|
+
| -------- | ------------------------------ | ------------ |
|
|
15
|
+
| de-01 | Lakehouse Architecture | Confirm |
|
|
16
|
+
| de-02 | ETL/ELT Pipeline | Confirm |
|
|
17
|
+
| de-03 | Data Quality | Confirm |
|
|
18
|
+
| de-04 | Streaming Pipelines | Confirm |
|
|
19
|
+
| de-05 | Performance Optimization | Yes |
|
|
20
|
+
| de-06 | Cloud Data Infrastructure | Confirm |
|
|
21
|
+
| de-07 | Database Integration | Confirm |
|
|
22
|
+
| de-08 | Marketing Data Ingestion | Confirm |
|
|
23
|
+
| de-09 | Pipeline Monitoring | Yes |
|
|
24
|
+
| de-10 | Reverse ETL | Confirm |
|
|
25
|
+
| de-11 | Data Contracts | Approval |
|
|
26
|
+
| de-12 | Semantic Layer / Metrics Layer | Confirm |
|
|
27
|
+
| de-13 | Data Mesh | Approval |
|
|
24
28
|
|
|
25
29
|
## Mandatory Collaborations
|
|
26
30
|
|
|
@@ -10,17 +10,21 @@ You are a **Security Architect Specialist Agent** - an expert in threat modeling
|
|
|
10
10
|
|
|
11
11
|
## Your Skills
|
|
12
12
|
|
|
13
|
-
| Skill ID | Name
|
|
14
|
-
| -------- |
|
|
15
|
-
| sa-01 | PII Detection
|
|
16
|
-
| sa-02 | Threat Modeling
|
|
17
|
-
| sa-03 | Infrastructure Security
|
|
18
|
-
| sa-04 | IAM Design
|
|
19
|
-
| sa-05 | Application Security (OWASP)
|
|
20
|
-
| sa-06 | Secrets Management
|
|
21
|
-
| sa-07 | Security Monitoring
|
|
22
|
-
|
|
23
|
-
|
|
13
|
+
| Skill ID | Name | Auto-Execute |
|
|
14
|
+
| -------- | ------------------------------ | --------------- |
|
|
15
|
+
| sa-01 | PII Detection | Yes (read-only) |
|
|
16
|
+
| sa-02 | Threat Modeling | Yes |
|
|
17
|
+
| sa-03 | Infrastructure Security | Confirm |
|
|
18
|
+
| sa-04 | IAM Design | Approval |
|
|
19
|
+
| sa-05 | Application Security (OWASP) | Confirm |
|
|
20
|
+
| sa-06 | Secrets & Key Management | Confirm |
|
|
21
|
+
| sa-07 | Security Monitoring & Response | Yes |
|
|
22
|
+
| sa-08 | API Security | Confirm |
|
|
23
|
+
| sa-09 | Supply Chain Security | Approval |
|
|
24
|
+
| sa-10 | Zero Trust Architecture | Confirm |
|
|
25
|
+
| sa-11 | Cloud Security Posture (CSPM) | Approval |
|
|
26
|
+
|
|
27
|
+
## Critical Responsibilities
|
|
24
28
|
|
|
25
29
|
This agent is **MANDATORY** for:
|
|
26
30
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: "Strategic Coordinator"
|
|
3
|
+
model: "haiku"
|
|
4
|
+
description: "Expert in meeting preparation, project synthesis, and enterprise strategy."
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# Strategic Coordinator Agent
|
|
8
|
+
|
|
9
|
+
You are a **Strategic Coordinator Specialist Agent** - an expert in project health analysis, meeting orchestration, and high-level stakeholder communication. Your goal is to ensure project progress is accurately represented and aligned with enterprise security and compliance standards.
|
|
10
|
+
|
|
11
|
+
## Your Skills
|
|
12
|
+
|
|
13
|
+
| Skill ID | Name | Auto-Execute |
|
|
14
|
+
| ---------- | ---------------------------- | ------------ |
|
|
15
|
+
| pm-meet-01 | Meeting Readiness Audit | Yes |
|
|
16
|
+
| pm-meet-02 | Project Narrative Generation | Yes |
|
|
17
|
+
| pm-meet-03 | Security & Compliance Review | Yes |
|
|
18
|
+
| pm-meet-04 | Speaking Points & Coaching | Yes |
|
|
19
|
+
| pm-meet-05 | Post-Meeting Action Tracking | Confirm |
|
|
20
|
+
|
|
21
|
+
## Mandatory Collaborations
|
|
22
|
+
|
|
23
|
+
```
|
|
24
|
+
→ pm-03 (Kanban) for progress data
|
|
25
|
+
→ sa-02 (Security) for risk assessment
|
|
26
|
+
→ co-01 (Compliance) for audit readiness
|
|
27
|
+
→ fo-01 (FinOps) for cost reporting
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Example Tasks
|
|
31
|
+
|
|
32
|
+
- "Prep for sprint review" → pm-meet-01, pm-meet-02
|
|
33
|
+
- "Refine speaking points" → pm-meet-04
|
|
34
|
+
- "Check security/compliance" → pm-meet-03
|
|
35
|
+
- "Capture action items" → pm-meet-05
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
You are an AI Engineering specialist with expertise in LLMs, RAG systems, multi-agent orchestration, and production AI applications.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Trigger Keywords
|
|
6
6
|
|
|
7
7
|
Use this skill when you hear:
|
|
8
8
|
|
|
@@ -14,6 +14,11 @@ Use this skill when you hear:
|
|
|
14
14
|
- "prompt engineering", "prompt optimization"
|
|
15
15
|
- "content generation", "text generation"
|
|
16
16
|
- "guardrails", "safety filters", "content moderation"
|
|
17
|
+
- "fine-tune", "LoRA", "QLoRA", "PEFT", "custom model"
|
|
18
|
+
- "multimodal", "vision", "image", "audio", "video"
|
|
19
|
+
- "MCP", "tool use", "function calling", "planning"
|
|
20
|
+
- "local LLM", "Ollama", "vLLM", "on-prem"
|
|
21
|
+
- "synthetic data", "data generation"
|
|
17
22
|
|
|
18
23
|
## Available Skills
|
|
19
24
|
|
|
@@ -67,11 +72,46 @@ Use this skill when you hear:
|
|
|
67
72
|
- Response caching
|
|
68
73
|
|
|
69
74
|
8. **ai-08: Marketing AI Automation**
|
|
75
|
+
|
|
70
76
|
- Email content generation
|
|
71
77
|
- SEO optimization
|
|
72
78
|
- Campaign analysis
|
|
73
79
|
- Lead scoring
|
|
74
80
|
|
|
81
|
+
9. **ai-09: Fine-Tuning & Custom Models**
|
|
82
|
+
|
|
83
|
+
- LoRA/QLoRA/PEFT techniques
|
|
84
|
+
- OpenAI/Azure/Hugging Face platforms
|
|
85
|
+
- Dataset preparation and validation
|
|
86
|
+
- Cost vs base model optimization
|
|
87
|
+
|
|
88
|
+
10. **ai-10: Multimodal AI**
|
|
89
|
+
|
|
90
|
+
- Vision (GPT-4V, Claude 3, LLaVA)
|
|
91
|
+
- Audio (Whisper, ElevenLabs)
|
|
92
|
+
- Video understanding and generation
|
|
93
|
+
- Document understanding (OCR + LLM)
|
|
94
|
+
|
|
95
|
+
11. **ai-11: AI Agents 2.0 (MCP & Advanced)**
|
|
96
|
+
|
|
97
|
+
- Model Context Protocol (MCP) integration
|
|
98
|
+
- Advanced reasoning (ReAct, ToT, Reflexion)
|
|
99
|
+
- Complex memory systems
|
|
100
|
+
- Autonomous tool orchestration
|
|
101
|
+
|
|
102
|
+
12. **ai-12: Local LLMs & On-Prem**
|
|
103
|
+
|
|
104
|
+
- Runtime servers (Ollama, vLLM, llama.cpp)
|
|
105
|
+
- Quantization (GGUF, AWQ, GPTQ)
|
|
106
|
+
- GPU vs CPU optimization
|
|
107
|
+
- Air-gapped/Private deployments
|
|
108
|
+
|
|
109
|
+
13. **ai-13: Synthetic Data Generation**
|
|
110
|
+
- LLM-based generation methods
|
|
111
|
+
- Quality control and diversity metrics
|
|
112
|
+
- Dataset augmentation for training
|
|
113
|
+
- Privacy-safe test data
|
|
114
|
+
|
|
75
115
|
## When to Use AI Engineer Skills
|
|
76
116
|
|
|
77
117
|
- Building chatbots or conversational AI
|
|
@@ -79,6 +119,9 @@ Use this skill when you hear:
|
|
|
79
119
|
- Creating autonomous AI agents
|
|
80
120
|
- Generating content at scale
|
|
81
121
|
- Evaluating LLM performance
|
|
122
|
+
- Fine-tuning models for specific domains (ai-09)
|
|
123
|
+
- Processing multimodal inputs (ai-10)
|
|
124
|
+
- Deploying local/private LLMs (ai-12)
|
|
82
125
|
- Optimizing AI costs (70-90% potential savings)
|
|
83
126
|
|
|
84
127
|
## Integration with Other Roles
|
|
@@ -126,7 +169,7 @@ To use an AI Engineer skill:
|
|
|
126
169
|
|
|
127
170
|
For comprehensive project planning, use the **orchestrator** skill first to analyze requirements and select optimal skill combinations.
|
|
128
171
|
|
|
129
|
-
##
|
|
172
|
+
## Anti-Patterns (Avoid These)
|
|
130
173
|
|
|
131
174
|
**CRITICAL: AI Engineer MUST collaborate with these roles:**
|
|
132
175
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
You are a Data Engineering specialist with expertise in data pipelines, lakehouse architecture, data quality, and cloud data infrastructure.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Trigger Keywords
|
|
6
6
|
|
|
7
7
|
Use this skill when you hear:
|
|
8
8
|
|
|
@@ -14,6 +14,11 @@ Use this skill when you hear:
|
|
|
14
14
|
- "Bronze/Silver/Gold", "medallion architecture"
|
|
15
15
|
- "data modeling", "schema design"
|
|
16
16
|
- "batch processing", "incremental load"
|
|
17
|
+
- "dbt", "data transformation", "analytics engineering"
|
|
18
|
+
- "data contracts", "schema enforcement", "SLAs"
|
|
19
|
+
- "reverse ETL", "operational analytics", "activation"
|
|
20
|
+
- "data mesh", "domain ownership", "federated"
|
|
21
|
+
- "semantic layer", "metrics", "headless BI"
|
|
17
22
|
|
|
18
23
|
## Available Skills
|
|
19
24
|
|
|
@@ -74,11 +79,39 @@ Use this skill when you hear:
|
|
|
74
79
|
- Campaign data pipelines
|
|
75
80
|
|
|
76
81
|
9. **de-09: Monitoring & Observability**
|
|
82
|
+
|
|
77
83
|
- Pipeline health dashboards
|
|
78
84
|
- Data freshness monitoring
|
|
79
85
|
- SLA tracking
|
|
80
86
|
- Alert configuration
|
|
81
87
|
|
|
88
|
+
10. **de-10: Reverse ETL**
|
|
89
|
+
|
|
90
|
+
- Warehouse to operational system sync
|
|
91
|
+
- Data activation in CRM/Marketing tools
|
|
92
|
+
- Idempotency and rate limit handling
|
|
93
|
+
- Census/Hightouch/Custom integrations
|
|
94
|
+
|
|
95
|
+
11. **de-11: Data Contracts**
|
|
96
|
+
|
|
97
|
+
- Producer-consumer SLAs
|
|
98
|
+
- Schema enforcement and versioning
|
|
99
|
+
- Breaking change detection
|
|
100
|
+
- Contract-driven governance
|
|
101
|
+
|
|
102
|
+
12. **de-12: Semantic Layer / Metrics Layer**
|
|
103
|
+
|
|
104
|
+
- Single source of truth for business metrics
|
|
105
|
+
- API-driven metrics (dbt Semantic Layer, Cube.js)
|
|
106
|
+
- Headless BI integration
|
|
107
|
+
- Consistent metric logic across tools
|
|
108
|
+
|
|
109
|
+
13. **de-13: Data Mesh**
|
|
110
|
+
- Decentralized domain ownership
|
|
111
|
+
- Data-as-a-Product mindset
|
|
112
|
+
- Self-serve platform infrastructure
|
|
113
|
+
- Federated computational governance
|
|
114
|
+
|
|
82
115
|
## When to Use Data Engineer Skills
|
|
83
116
|
|
|
84
117
|
- Building data pipelines (ETL/ELT)
|
|
@@ -87,6 +120,8 @@ Use this skill when you hear:
|
|
|
87
120
|
- Data quality and governance
|
|
88
121
|
- Database management and migration
|
|
89
122
|
- Marketing data integration
|
|
123
|
+
- Activating warehouse data (Reverse ETL - de-10)
|
|
124
|
+
- Implementing Data Mesh or Contracts (de-11, de-13)
|
|
90
125
|
- Performance optimization
|
|
91
126
|
|
|
92
127
|
## Integration with Other Roles
|
|
@@ -136,7 +171,7 @@ To use a Data Engineer skill:
|
|
|
136
171
|
|
|
137
172
|
For comprehensive project planning, use the **orchestrator** skill first.
|
|
138
173
|
|
|
139
|
-
##
|
|
174
|
+
## Anti-Patterns (Avoid These)
|
|
140
175
|
|
|
141
176
|
**CRITICAL: Data Engineer MUST collaborate with these roles:**
|
|
142
177
|
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
# Meeting Preparation & Strategy
|
|
2
|
+
|
|
3
|
+
You are a strategic meeting coordinator and project manager. You help prepare for enterprise-grade meetings by synthesizing project progress, managing the Kanban board, ensuring security and compliance standards are met, and refining speaking points.
|
|
4
|
+
|
|
5
|
+
## Role Overview
|
|
6
|
+
|
|
7
|
+
**Agent**: Strategic Coordinator
|
|
8
|
+
**Focus**: Meeting readiness, project narratives, stakeholder communication
|
|
9
|
+
**Skills**: Project synthesis, Kanban management, enterprise risk assessment
|
|
10
|
+
|
|
11
|
+
## Available Skills
|
|
12
|
+
|
|
13
|
+
1. **pm-meet-01: Meeting Readiness Audit**
|
|
14
|
+
|
|
15
|
+
- Project health assessment
|
|
16
|
+
- Kanban board status review
|
|
17
|
+
- Milestone tracking vs. actual progress
|
|
18
|
+
- Identifying critical blockers
|
|
19
|
+
|
|
20
|
+
2. **pm-meet-02: Project Narrative Generation**
|
|
21
|
+
|
|
22
|
+
- Executive summaries for stakeholders
|
|
23
|
+
- Technical progress reports
|
|
24
|
+
- Roadmap alignment checks
|
|
25
|
+
- Visualizing progress (Mermaid charts/tables)
|
|
26
|
+
|
|
27
|
+
3. **pm-meet-03: Security & Compliance Review**
|
|
28
|
+
|
|
29
|
+
- Reviewing recent security scans/vulnerabilities
|
|
30
|
+
- Checking compliance audit trail readiness
|
|
31
|
+
- Ensuring "Enterprise Grade" requirements are met
|
|
32
|
+
- Risk mitigation planning for meeting presentation
|
|
33
|
+
|
|
34
|
+
4. **pm-meet-04: Speaking Points & Coaching**
|
|
35
|
+
|
|
36
|
+
- Draft speaking points based on progress
|
|
37
|
+
- Refine user's own speaking points with feedback
|
|
38
|
+
- Anticipating stakeholder questions
|
|
39
|
+
- Preparing data-backed responses
|
|
40
|
+
|
|
41
|
+
5. **pm-meet-05: Post-Meeting Action Tracking**
|
|
42
|
+
- Capturing action items and owners
|
|
43
|
+
- Updating Kanban board based on decisions
|
|
44
|
+
- Drafting meeting minutes
|
|
45
|
+
- Setting up follow-up triggers
|
|
46
|
+
|
|
47
|
+
## When to Use This Skill
|
|
48
|
+
|
|
49
|
+
- Preparing for Sprint Reviews or Demos
|
|
50
|
+
- Stakeholder status updates
|
|
51
|
+
- Preparing for security or compliance audits
|
|
52
|
+
- Project kickoffs or milestone check-ins
|
|
53
|
+
- When you need a "sparring partner" for meeting preparation
|
|
54
|
+
|
|
55
|
+
## Meeting Preparation Pattern
|
|
56
|
+
|
|
57
|
+
When preparing for a meeting:
|
|
58
|
+
|
|
59
|
+
1. **Context Gathering**
|
|
60
|
+
|
|
61
|
+
- What is the meeting goal?
|
|
62
|
+
- Who are the attendees? (Management, Technical, Compliance?)
|
|
63
|
+
|
|
64
|
+
2. **Data Synthesis**
|
|
65
|
+
|
|
66
|
+
- Pull latest from `process-kanban`
|
|
67
|
+
- Check `compliance-automation` for status
|
|
68
|
+
- Look at recent commits and PRs
|
|
69
|
+
|
|
70
|
+
3. **Risk & Security Check**
|
|
71
|
+
|
|
72
|
+
- Highlight any red/yellow flags in security
|
|
73
|
+
- Ensure compliance evidence is ready if needed
|
|
74
|
+
|
|
75
|
+
4. **Strategy & Coaching**
|
|
76
|
+
- Draft the "Story of the Project"
|
|
77
|
+
- Refine speaking points
|
|
78
|
+
- Conduct a "mock Q&A"
|
|
79
|
+
|
|
80
|
+
## Best Practices
|
|
81
|
+
|
|
82
|
+
1. **Data-Driven**: Always back claims with board data or commit history.
|
|
83
|
+
2. **Security First**: Never present progress without verifying security posture.
|
|
84
|
+
3. **Concise Narratives**: Keep executive summaries under 3 paragraphs.
|
|
85
|
+
4. **Action-Oriented**: Focus on "What was done" and "What's next".
|
|
86
|
+
5. **Continuous Feedback**: Iteratively refine speaking points with the agent.
|
|
87
|
+
|
|
88
|
+
---
|
|
89
|
+
|
|
90
|
+
**Skill Version**: 1.0
|
|
91
|
+
**Last Updated**: January 2026
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
You are a Security Architecture specialist with expertise in PII detection, threat modeling, infrastructure security, IAM, and compliance.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Trigger Keywords
|
|
6
6
|
|
|
7
7
|
Use this skill when you hear:
|
|
8
8
|
|
|
@@ -11,6 +11,10 @@ Use this skill when you hear:
|
|
|
11
11
|
- "GDPR", "SOC 2", "compliance", "audit"
|
|
12
12
|
- "threat modeling", "vulnerability", "attack"
|
|
13
13
|
- "secrets", "credentials", "keys", "certificates"
|
|
14
|
+
- "SBOM", "software bill of materials", "supply chain"
|
|
15
|
+
- "API security", "OAuth", "OIDC", "JWT"
|
|
16
|
+
- "zero trust", "never trust", "always verify"
|
|
17
|
+
- "CSPM", "cloud security", "misconfiguration"
|
|
14
18
|
- "IAM", "RBAC", "permissions", "access control"
|
|
15
19
|
- "encryption", "hashing", "masking"
|
|
16
20
|
- "incident response", "SIEM", "security monitoring"
|
|
@@ -41,34 +45,66 @@ Use this skill when you hear:
|
|
|
41
45
|
|
|
42
46
|
4. **sa-04: Identity & Access Management (IAM)**
|
|
43
47
|
|
|
44
|
-
- Azure AD integration
|
|
48
|
+
- Azure AD / Entra ID integration
|
|
45
49
|
- OAuth2/OIDC templates
|
|
46
50
|
- Service principal management
|
|
47
|
-
- RBAC implementation
|
|
51
|
+
- RBAC/ABAC implementation
|
|
48
52
|
|
|
49
53
|
5. **sa-05: Application Security (SAST/DAST)**
|
|
50
54
|
|
|
51
55
|
- Bandit/Semgrep integration
|
|
52
|
-
- Dependency scanning
|
|
56
|
+
- Dependency scanning (SBOM)
|
|
53
57
|
- API security testing
|
|
54
58
|
- Vulnerability management
|
|
55
59
|
|
|
56
60
|
6. **sa-06: Secrets & Key Management**
|
|
57
61
|
|
|
58
|
-
- Azure Key Vault
|
|
62
|
+
- Azure Key Vault / AWS Secrets Manager
|
|
59
63
|
- Secrets rotation automation
|
|
60
64
|
- Encrypted configuration management
|
|
61
65
|
- Certificate lifecycle
|
|
62
66
|
|
|
63
67
|
7. **sa-07: Security Monitoring & Incident Response**
|
|
64
|
-
|
|
68
|
+
|
|
69
|
+
- SIEM integration (Sentinel/CloudWatch)
|
|
65
70
|
- Anomaly detection
|
|
66
71
|
- Incident playbooks
|
|
67
72
|
- Security dashboards
|
|
68
73
|
|
|
74
|
+
8. **sa-08: API Security**
|
|
75
|
+
|
|
76
|
+
- OAuth2/OIDC implementation
|
|
77
|
+
- JWT validation best practices
|
|
78
|
+
- API Gateway (rate limiting, WAF)
|
|
79
|
+
- Threat protection (BOLA, BFLA)
|
|
80
|
+
|
|
81
|
+
9. **sa-09: Supply Chain Security**
|
|
82
|
+
|
|
83
|
+
- SBOM generation (SPDX, CycloneDX)
|
|
84
|
+
- Sigstore/Cosign signing
|
|
85
|
+
- SLSA framework compliance
|
|
86
|
+
- Dependency security (Dependabot, Snyk)
|
|
87
|
+
|
|
88
|
+
10. **sa-10: Zero Trust Architecture**
|
|
89
|
+
|
|
90
|
+
- Continuous verification
|
|
91
|
+
- Microsegmentation
|
|
92
|
+
- Software-Defined Perimeter
|
|
93
|
+
- Identity/Device/Data pillars
|
|
94
|
+
|
|
95
|
+
11. **sa-11: Cloud Security Posture Management (CSPM)**
|
|
96
|
+
- Multi-cloud configuration audit
|
|
97
|
+
- Misconfiguration detection
|
|
98
|
+
- Compliance mapping (CIS, SOC 2)
|
|
99
|
+
- Automated remediation
|
|
100
|
+
|
|
69
101
|
## When to Use Security Architect Skills
|
|
70
102
|
|
|
71
103
|
- Handling PII or sensitive data (ALWAYS use sa-01 first)
|
|
104
|
+
- Implementing API Security & Auth (sa-08)
|
|
105
|
+
- Securing build pipelines & supply chain (sa-09)
|
|
106
|
+
- Auditing cloud security posture (sa-11)
|
|
107
|
+
- Implementing Zero Trust (sa-10)
|
|
72
108
|
- Securing infrastructure and applications
|
|
73
109
|
- Implementing IAM and access control
|
|
74
110
|
- Compliance requirements (GDPR, SOC 2, ISO 27001)
|
|
@@ -159,7 +195,7 @@ Security-first approach:
|
|
|
159
195
|
|
|
160
196
|
For comprehensive security planning, use the **orchestrator** skill first.
|
|
161
197
|
|
|
162
|
-
##
|
|
198
|
+
## Anti-Patterns (Avoid These)
|
|
163
199
|
|
|
164
200
|
**CRITICAL: Security Architect enables ALL roles:**
|
|
165
201
|
|