opencode-skills-collection 2.0.170 → 2.0.172
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/bundled-skills/.antigravity-install-manifest.json +1 -1
- package/bundled-skills/active-directory-attacks/SKILL.md +2 -0
- package/bundled-skills/blog-writing-guide/SKILL.md +1 -0
- package/bundled-skills/docs/users/faq.md +19 -0
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/environment-setup-guide/SKILL.md +2 -0
- package/bundled-skills/ethical-hacking-methodology/SKILL.md +3 -1
- package/bundled-skills/gitops-workflow/SKILL.md +2 -0
- package/bundled-skills/it-manager-hospital/SKILL.md +6 -1
- package/bundled-skills/it-manager-pro/SKILL.md +11 -2
- package/bundled-skills/it-manager-pro/references/it-management-frameworks.md +37 -0
- package/bundled-skills/itil-expert/SKILL.md +2 -1
- package/bundled-skills/prompt-engineer/SKILL.md +28 -0
- package/bundled-skills/schema-markup/SKILL.md +0 -2
- package/bundled-skills/seo-fundamentals/SKILL.md +0 -2
- package/bundled-skills/youtube-summarizer/SKILL.md +1 -0
- package/package.json +1 -1
- package/skills_index.json +2 -2
|
@@ -9,6 +9,8 @@ date_added: "2026-02-27"
|
|
|
9
9
|
|
|
10
10
|
> AUTHORIZED USE ONLY: Use this skill only for authorized security assessments, defensive validation, or controlled educational environments.
|
|
11
11
|
|
|
12
|
+
<!-- security-allowlist: credential-extraction, kerberos-attacks -->
|
|
13
|
+
|
|
12
14
|
# Active Directory Attacks
|
|
13
15
|
|
|
14
16
|
## Purpose
|
|
@@ -3,6 +3,7 @@ name: blog-writing-guide
|
|
|
3
3
|
description: "This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
|
+
date_added: '2026-03-06'
|
|
6
7
|
---
|
|
7
8
|
|
|
8
9
|
# Sentry Blog Writing Skill
|
|
@@ -247,6 +247,25 @@ The filter rules are:
|
|
|
247
247
|
|
|
248
248
|
This keeps the installed skill set smaller and reduces the chance of context overload in OpenCode-style runtimes.
|
|
249
249
|
|
|
250
|
+
### OpenCode on Windows crashes with Bun or enters repeated compaction loops after adding many skills. What should I do?
|
|
251
|
+
|
|
252
|
+
Treat this as two separate problems:
|
|
253
|
+
|
|
254
|
+
- **Binary crash on startup (`bun.exe` segfault):** this is usually an OpenCode runtime issue, not a skill-content issue. Verify OpenCode can run without this repository loaded first.
|
|
255
|
+
- **Compaction/summary loops after loading many skills:** this is usually context overload from too many active skills at once.
|
|
256
|
+
|
|
257
|
+
Practical mitigation:
|
|
258
|
+
|
|
259
|
+
1. Start with a reduced install in `.agents/skills`:
|
|
260
|
+
|
|
261
|
+
```bash
|
|
262
|
+
npx antigravity-awesome-skills --path .agents/skills --category development,backend --risk safe,none
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
2. Avoid loading large autonomy/conductor-style skills until the base flow is stable.
|
|
266
|
+
3. Add skills incrementally and retest after each addition.
|
|
267
|
+
4. If loops continue, follow the overload recovery guide: [agent-overload-recovery.md](agent-overload-recovery.md)
|
|
268
|
+
|
|
250
269
|
### Gemini CLI hangs after a few turns or says "This is taking a bit longer, we're still on it". What should I do?
|
|
251
270
|
|
|
252
271
|
Start with a quick isolation check:
|
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ethical-hacking-methodology
|
|
3
3
|
description: "Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments."
|
|
4
|
-
risk:
|
|
4
|
+
risk: offensive
|
|
5
5
|
source: community
|
|
6
6
|
author: zebbern
|
|
7
7
|
date_added: "2026-02-27"
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
> AUTHORIZED USE ONLY: Use this skill only for authorized penetration testing engagements, defensive validation, or controlled educational environments.
|
|
11
|
+
|
|
10
12
|
# Ethical Hacking Methodology
|
|
11
13
|
|
|
12
14
|
## Purpose
|
|
@@ -30,7 +30,7 @@ This skill logic is driven by a specialized collective of ten personas:
|
|
|
30
30
|
1. **The Clinical Strategist (HIMSS/ONA):** Focada em maturidade digital e segurança assistencial.
|
|
31
31
|
2. **The HIS/PEP Guru:** Specialized in MV-SOUL, MV-PEP, Tasy, and Electronic Health Records integration.
|
|
32
32
|
3. **The Patient Safety Guardian:** Focus on reducing medical errors using barcoding, closed-loop medication, and CDSS.
|
|
33
|
-
4. **The Compliance Officer (
|
|
33
|
+
4. **The Compliance Officer (Healthcare Security):** Specialized in data privacy (LGPD), NIST Cybersecurity Framework, and ISO 27001 for sensitive clinical records.
|
|
34
34
|
5. **The Interoperability Lead:** Expert in HL7, FHIR, and DICOM standards.
|
|
35
35
|
6. **The Continuity Engineer:** Ensuring zero-downtime for life-critical systems (ICU, Operating Room).
|
|
36
36
|
7. **The Executive Liaison:** Translating clinical indicators into P&L and Board-level value.
|
|
@@ -61,6 +61,11 @@ This skill logic is driven by a specialized collective of ten personas:
|
|
|
61
61
|
- **CFM 2.314/2022:** Definitive norms for Telemedicine in Brazil.
|
|
62
62
|
- **Decree 12560/2025:** SUS Digital and RNDS platforms.
|
|
63
63
|
|
|
64
|
+
### 4. Security & Risk Frameworks (Clinical Protection)
|
|
65
|
+
- **NIST CSF:** Mapping clinical workflows to Identify, Protect, Detect, Respond, and Recover.
|
|
66
|
+
- **ISO/IEC 27001:** Establishing a Security Management System (ISMS) for Electronic Health Records (EHR).
|
|
67
|
+
- **Service Continuity (SRE):** Applying Site Reliability Engineering to ensure zero-downtime in Surgery and ICU infrastructure.
|
|
68
|
+
|
|
64
69
|
### 4. Career Transition & Professional Certification
|
|
65
70
|
- **Pathways:** Guidance on CAHIMS (Entry), CPHIMS (Professional), cpTICS (Brazilian Standard/SBIS), and CHCIO (Executive).
|
|
66
71
|
- **Study Guide:** Core domains from SBIS official preparation guide.
|
|
@@ -12,12 +12,15 @@ triggers:
|
|
|
12
12
|
- "finops strategy"
|
|
13
13
|
- "leadership coaching ti"
|
|
14
14
|
- "ai governance roadmap"
|
|
15
|
+
- "cobit 2019 governance"
|
|
16
|
+
- "togaf architecture advice"
|
|
17
|
+
- "it framework selection"
|
|
15
18
|
---
|
|
16
19
|
|
|
17
20
|
# IT Manager Pro (Elite Leadership Advisor)
|
|
18
21
|
|
|
19
22
|
## Purpose
|
|
20
|
-
To act as a state-of-the-art specialist for IT Managers, CTOs, and digital leaders. This skill assembles a virtual team of
|
|
23
|
+
To act as a state-of-the-art specialist for IT Managers, CTOs, and digital leaders. This skill assembles a virtual team of eight elite experts to provide strategic and operational guidance on modern IT management. It bridges the gap between technical data and executive business value, emphasizing data-driven decision-making, human-centric leadership, and high-fidelity governance.
|
|
21
24
|
|
|
22
25
|
## When to Use
|
|
23
26
|
- You need strategic advice for IT leadership and CTO decision-making.
|
|
@@ -25,7 +28,7 @@ To act as a state-of-the-art specialist for IT Managers, CTOs, and digital leade
|
|
|
25
28
|
- You want to bridge the communication gap between IT and the C-suite.
|
|
26
29
|
|
|
27
30
|
## The Virtual Expert Team (Collective Intelligence)
|
|
28
|
-
This skill logic is driven by the perspectives of
|
|
31
|
+
This skill logic is driven by the perspectives of eight specialized personas:
|
|
29
32
|
1. **The Strategist (ITIL 5 Expert):** Focused on Digital Product & Service Management (DPSM) and total value co-creation.
|
|
30
33
|
2. **The Financial Auditor (FinOps 2.0):** Specialized in managing the "Total Value of Technology" (Cloud, AI Tokens, GPU, Labor).
|
|
31
34
|
3. **The People Coach:** Expert in emotional intelligence, conflict resolution, and high-performance hybrid culture.
|
|
@@ -33,6 +36,7 @@ This skill logic is driven by the perspectives of seven specialized personas:
|
|
|
33
36
|
5. **The Sustainability Officer (ESG):** Operationalizing Green IT and circular economy principles.
|
|
34
37
|
6. **The CI Engineer (Data-Driven):** Using process mining and telemetry for evidence-based continuous improvement.
|
|
35
38
|
7. **The Communication Bridge:** Translating technical complexity into C-level storytelling and ROI.
|
|
39
|
+
8. **The Governance Architect (COBIT/TOGAF):** Specialized in aligning tech architecture with enterprise governance and compliance.
|
|
36
40
|
|
|
37
41
|
## Core Capabilities
|
|
38
42
|
- **Executive Communication:** Crafting ROI-focused narratives for stakeholders.
|
|
@@ -66,6 +70,10 @@ Leadership in a VUCA environment requires radical empathy and adaptability.
|
|
|
66
70
|
- **Metrics:** Prioritize OKRs that track "Value Realization" over simple "Uptime."
|
|
67
71
|
- **Analysis:** Suggest the use of Process Mining to identify hidden inefficiencies in the Change Management or Incident flows.
|
|
68
72
|
|
|
73
|
+
### 5. Management Framework Orchestration
|
|
74
|
+
- **Selection Logic:** Use **COBIT** for governance, **TOGAF** for architecture, and **SAFe/Agile** for execution.
|
|
75
|
+
- **Project Choice:** Recommend **PMBOK** for predictable compliance projects and **Agile/Scrum** for innovative/uncertain products.
|
|
76
|
+
|
|
69
77
|
### 5. Communication Bridge (The C-Level Interface)
|
|
70
78
|
- **Tooling:** Help the user draft emails, slide decks, and reports that speak the language of Finance and Growth.
|
|
71
79
|
- **Technique:** Use the "Situation-Impact-Resolution" (SIR) framework for all high-level reporting.
|
|
@@ -78,6 +86,7 @@ Leadership in a VUCA environment requires radical empathy and adaptability.
|
|
|
78
86
|
## References
|
|
79
87
|
- [IT Manager's Handbook (2026 Edition)](./references/it-manager-handbook.md)
|
|
80
88
|
- [Real-World Management Scenarios](./examples/management-scenarios.md)
|
|
89
|
+
- [IT Management Frameworks (COBIT, TOGAF, NIST)](./references/it-management-frameworks.md)
|
|
81
90
|
- ITIL 5 Strategic Integration (See itil-expert skill)
|
|
82
91
|
|
|
83
92
|
## Limitations
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Guia de Frameworks de Gestão de Tecnologia (2026)
|
|
2
|
+
|
|
3
|
+
Este guia consolida as melhores práticas mundiais para alinhar a TI aos objetivos de negócio, gerenciar riscos e garantir a entrega de valor contínuo.
|
|
4
|
+
|
|
5
|
+
## 1. Governança e Estratégia de TI
|
|
6
|
+
|
|
7
|
+
* **COBIT (Control Objectives for Information and Related Technologies):** Focado em governança corporativa de TI. Ajuda a alinhar a tecnologia aos objetivos estratégicos da empresa, gerenciar riscos e garantir conformidade regulatória.
|
|
8
|
+
* **ISO/IEC 38500:** Fornece princípios básicos para o uso eficiente, eficaz e aceitável da TI dentro das organizações, focando na responsabilidade dos diretores.
|
|
9
|
+
|
|
10
|
+
## 2. Gestão de Serviços de TI (ITSM)
|
|
11
|
+
|
|
12
|
+
* **ITIL (Information Technology Infrastructure Library):** O padrão mundial para gestão de serviços. Foca no ciclo de vida do serviço, desde a estratégia e desenho até a melhoria contínua (CSI).
|
|
13
|
+
* **ISO/IEC 20000:** Norma internacional para gerenciamento de serviços de TI, servindo de base para certificações organizacionais de qualidade em serviços.
|
|
14
|
+
* **MOF (Microsoft Operations Framework):** Adaptação das práticas ITIL focada especificamente em ecossistemas de tecnologia Microsoft.
|
|
15
|
+
|
|
16
|
+
## 3. Arquitetura Corporativa
|
|
17
|
+
|
|
18
|
+
* **TOGAF (The Open Group Architecture Framework):** Especializado no design, planejamento e implementação de arquiteturas empresariais para garantir que a fundação tecnológica suporte a escalabilidade do negócio.
|
|
19
|
+
|
|
20
|
+
## 4. Gestão de Projetos e Agilidade
|
|
21
|
+
|
|
22
|
+
* **PMBOK (Project Management Body of Knowledge):** Guia para gestão de projetos tradicionais (Cascata/Predictive).
|
|
23
|
+
* **PRINCE2 (Projects in Controlled Environments):** Método estruturado focado no controle, organização e justificativa contínua do negócio.
|
|
24
|
+
* **Scrum / Agile:** Frameworks para gestão de projetos complexos com foco em entregas rápidas, iterativas e adaptativas.
|
|
25
|
+
* **SAFe (Scaled Agile Framework):** Metodologia para escalar práticas ágeis em organizações de grande porte.
|
|
26
|
+
|
|
27
|
+
## 5. Segurança e Riscos
|
|
28
|
+
|
|
29
|
+
* **NIST Cybersecurity Framework:** Diretrizes para reduzir riscos de segurança cibernética em infraestruturas críticas e governamentais.
|
|
30
|
+
* **ISO/IEC 27001:** Padrão internacional para implementação de um Sistema de Gestão de Segurança da Informação (SGSI).
|
|
31
|
+
* **FAIR (Factor Analysis of Information Risk):** Modelo quantitativo para entender e medir o risco de informação em termos financeiros.
|
|
32
|
+
|
|
33
|
+
## 6. Operações e Inovação Moderna
|
|
34
|
+
|
|
35
|
+
* **DevOps Framework:** Integração total entre desenvolvimento e operações para acelerar o ciclo de entrega de valor.
|
|
36
|
+
* **SRE (Site Reliability Engineering):** Abordagem do Google que utiliza engenharia de software para resolver problemas de operações e escalabilidade.
|
|
37
|
+
* **AIOps:** Uso de Inteligência Artificial e Machine Learning para automatizar a detecção de incidentes e otimizar a performance operacional.
|
|
@@ -23,7 +23,8 @@ To act as a premier consultant for ITIL 4 and the newly released ITIL 5 framewor
|
|
|
23
23
|
- **AI-Native Governance:** Providing frameworks for responsible AI adoption, automated decision-making, and algorithmic ethics.
|
|
24
24
|
- **Sustainability (ESG) Integration:** Embedding circular economy principles and resource efficiency into IT service design.
|
|
25
25
|
- **Value Stream Mapping:** Designing end-to-end value streams that focus on value co-creation.
|
|
26
|
-
- **Practice Modernization:** Updating the 34 ITIL practices for automated, high-velocity, and cloud-native environments.
|
|
26
|
+
- **Practice Modernization:** Updating the 34 ITIL practices for automated, high-velocity, and cloud-native environments (DevOps/SRE/AIOps).
|
|
27
|
+
- **ISO/IEC 20000 Compliance:** Aligning digital product management with international service quality standards.
|
|
27
28
|
|
|
28
29
|
## When to Use
|
|
29
30
|
- You are designing or optimizing a Service Value Stream (SVS).
|
|
@@ -53,6 +53,34 @@ Invoke this skill when:
|
|
|
53
53
|
- **Structured tasks:** Mentions steps, phases, deliverables, stakeholders
|
|
54
54
|
|
|
55
55
|
|
|
56
|
+
### Step 2: Ask Clarifying Questions (Conditional)
|
|
57
|
+
|
|
58
|
+
**Objective:** Gather missing information only when it is critical to framework selection or prompt quality.
|
|
59
|
+
|
|
60
|
+
**Trigger Conditions** — ask only if:
|
|
61
|
+
- Task type is completely ambiguous (cannot determine coding vs. writing vs. analysis)
|
|
62
|
+
- Target audience is unknown and materially affects the output
|
|
63
|
+
- Scope is undefined and choosing wrong scope would invalidate the prompt
|
|
64
|
+
- Requested output format conflicts or is missing and cannot be inferred
|
|
65
|
+
|
|
66
|
+
**Question Limits:**
|
|
67
|
+
- Maximum 3 questions per invocation
|
|
68
|
+
- Combine related questions into one when possible
|
|
69
|
+
- If enough context exists, skip this step entirely (most cases)
|
|
70
|
+
|
|
71
|
+
**Example Clarifying Exchange:**
|
|
72
|
+
|
|
73
|
+
```
|
|
74
|
+
User: "help me with AI"
|
|
75
|
+
|
|
76
|
+
Step 2 (triggered — task type ambiguous):
|
|
77
|
+
"To craft the best prompt, I need one quick clarification:
|
|
78
|
+
1. What do you want to do with AI — build something, learn about it, or use an AI tool for a task?"
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
**Critical Rule:** When in doubt, skip clarification and generate the best prompt with available context. Over-asking breaks the "magic mode" experience.
|
|
82
|
+
|
|
83
|
+
|
|
56
84
|
### Step 3: Select Framework(s)
|
|
57
85
|
|
|
58
86
|
**Objective:** Map task characteristics to optimal prompting framework(s).
|
package/package.json
CHANGED
package/skills_index.json
CHANGED
|
@@ -6141,7 +6141,7 @@
|
|
|
6141
6141
|
"description": "This skill enforces Sentry's blog writing standards across every post \u2014 whether you're helping an engineer write their first blog post or a marketer draft a product announcement.",
|
|
6142
6142
|
"risk": "unknown",
|
|
6143
6143
|
"source": "community",
|
|
6144
|
-
"date_added":
|
|
6144
|
+
"date_added": "2026-03-06",
|
|
6145
6145
|
"plugin": {
|
|
6146
6146
|
"targets": {
|
|
6147
6147
|
"codex": "supported",
|
|
@@ -11541,7 +11541,7 @@
|
|
|
11541
11541
|
"category": "security",
|
|
11542
11542
|
"name": "ethical-hacking-methodology",
|
|
11543
11543
|
"description": "Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments.",
|
|
11544
|
-
"risk": "
|
|
11544
|
+
"risk": "offensive",
|
|
11545
11545
|
"source": "community",
|
|
11546
11546
|
"date_added": "2026-02-27",
|
|
11547
11547
|
"plugin": {
|