Drop-in OpenCode skill definitions for engineering, security, and infrastructure workflows. Markdown-only — each skill auto-loads via trigger keywords.
est-skills/
├── README.md
├── LICENSE # CC BY 4.0
├── engineering-expert/ # Architecture, DevOps, databases, AI/ML, code quality
│ └── SKILL.md
├── security-expert/ # AppSec, cloud security, compliance, incident response
│ └── SKILL.md
└── technical-infrastructure-expert/ # Developer tooling, data ops, AI governance, automation
└── SKILL.md
# Clone to your OpenCode skills directory
git clone https://github.com/mdev34-lab/est-skills.git \
~/.config/opencode/skills/estSkills auto-load when their trigger conditions match. Explicitly load with:
opencode skill load est/engineering-expert
opencode skill load est/security-expert
opencode skill load est/technical-infrastructure-expert| Skill | Description | Key Domains |
|---|---|---|
| engineering-expert | Architecture, DevOps, SRE, databases, AI/ML, prompt engineering, MCP, code quality. | DDD, Hexagonal, C4, ADRs, Terraform, Docker, Kubernetes, PostgreSQL, RAG, MLOps, Prompt Engineering |
| security-expert | Application security, cloud security, blockchain auditing, compliance, incident response, threat intelligence. | OWASP Top 10, AWS/Azure/GCP, SOC 2, GDPR, HIPAA, Penetration Testing, SIEM, Threat Intelligence |
| technical-infrastructure-expert | Developer tooling, platform engineering, data operations, AI governance, business process automation. | MCP, LSP, Semantic Indexing, Salesforce, Workflow Automation, AI Governance, IaC |
- "architecture", "DDD", "C4", "ADR", "hexagonal"
- "DevOps", "Terraform", "Kubernetes", "SLO", "monitoring"
- "PostgreSQL", "index", "query plan", "migration"
- "RAG", "MLOps", "vector DB", "fine-tuning"
- "MCP server", "LSP", "semantic index"
- "code review", "defensive coding", "git hygiene"
- "system prompt", "prompt test suite", "injection defense"
- "OWASP", "injection", "XSS", "CSRF"
- "cloud security", "AWS security", "Azure security", "GCP security"
- "blockchain security", "smart contract audit", "Slither", "Mythril"
- "compliance", "SOC 2", "GDPR", "HIPAA", "PCI DSS"
- "incident response", "SEV1", "post-mortem", "runbook"
- "penetration testing", "vulnerability assessment", "threat modeling"
- "threat intelligence", "SIEM", "detection engineering"
- "MCP server", "Model Context Protocol"
- "LSP", "Language Server Protocol", "code intelligence"
- "semantic indexing", "code embeddings"
- "Salesforce", "workflow automation", "Zapier", "n8n"
- "data operations", "identity resolution", "data consolidation"
- "AI governance", "model quality", "agentic identity"
- "business process automation", "RPA", "process mining"
- "IaC", "Terraform", "CloudFormation", "CDK"
Each skill follows a consistent structure:
---
name: skill-name
description: Dense, routing-optimized use case description
license: CC BY 4.0
metadata:
author: mdev34-lab
works_with: Any LLM
tldr: One-line capability summary
---
# Skill Name
## Core Capabilities
## Deliverables
## Success MetricsAll skills licensed under CC BY 4.0 — free to use, modify, distribute with attribution.
- Fork the repo
- Add/modify skills
- Follow the skill anatomy structure
- Update this README with new skills/triggers
- Submit PR
Author: mdev34-lab
GitHub: github.com/mdev34-lab/est-skills