feat: health-and-safety-officer skill package v0.1.0

This commit is contained in:
skillfactor-pipeline
2026-08-14 17:06:18 +02:00
commit 9137e9440a
9 changed files with 973 additions and 0 deletions

31
PROVENANCE.md Normal file
View File

@@ -0,0 +1,31 @@
# Data provenance — health-and-safety-officer
Where the content of this skill package comes from, counted by
content items (tasks, competences, tools, evidence entries, curated
knowledge). Rendered live by Gitea:
```mermaid
%%{init: {'theme':'base','themeVariables':{'pie1':'#f9a825','pie2':'#1e88e5','pie3':'#ff355e','pie4':'#d97757','pie5':'#8e24aa','pieOuterStrokeWidth':'0px','pieSectionTextColor':'#fff'}}}%%
pie showData
title Content sources — health-and-safety-officer
"ESCO (occupation & competences)" : 39
"O*NET (tasks & tools)" : 122
"Job boards (market evidence)" : 65
"Anthropic official Claude skills" : 5
"External AI skill packs (mapped)" : 153
```
| Source | Items | Share | Files |
|---|---|---|---|
| ESCO (occupation & competences) | 39 | 10.2 % | references/profile.md, references/skills.md |
| O*NET (tasks & tools) | 122 | 31.8 % | references/tasks.md, references/tools.md |
| Job boards (market evidence) | 65 | 16.9 % | references/market.md (full report) + "Market evidence" headline sections |
| Wikipedia & AI expert curation | 0 | 0.0 % | glossary, literature, usecases, intake, quality, evals/ |
| Anthropic official Claude skills | 5 | 1.3 % | references/ai-skills.md, section "anthropics/skills" (official Claude Code skills) |
| External AI skill packs (mapped) | 153 | 39.8 % | references/ai-skills.md (per-source attribution inside) |
| Stack Exchange practitioner Q&A (CC-BY-SA) | 0 | 0.0 % | references/practitioner-qa.md (per-entry attribution inside) |
Licensing: O*NET (USDOL/ETA, CC BY 4.0) · ESCO (© European Union) ·
job-ad evidence via official APIs (JSearch/Adzuna) · Wikipedia content
paraphrased with source URLs — never copied · external AI skills are
linked, not copied (Apache-2.0/MIT/source-available, see ai-skills.md).

61
SKILL.md Normal file
View File

@@ -0,0 +1,61 @@
---
name: health-and-safety-officer
description: "Occupational skill for the role 'health and safety officer' (also: public health inspector, health and safety advisor, occupational health nurse, occupational health and safety officer, occupational health officer, occupational hygienist). Use when the user asks for typical health and safety officer work such as: Investigate industrial accidents, injuries, or occupational diseases to determine causes and preventive measures.; Conduct research to evaluate safety levels for products.; Evaluate product designs for safety."
---
# Health And Safety Officer
Health and safety officers execute plans for the improvement of work environments and cultures. They assess risks and interview employees to ensure the work environment is compliant with health and safety rules, as well as ensuring the interaction within the workplace occurs in a positive and productive manner. If employed in a healthcare facility the health and safety officer has to investigate infections spreading across a facility and advice all employees how to combat and prevent infections. Furthermore health physics is applied at facilities where people are exposed to ionizing radiation such as nuclear power plants and research institutions.
## Core workflow
1. Investigate industrial accidents, injuries, or occupational diseases to determine causes and preventive measures.
2. Conduct research to evaluate safety levels for products.
3. Evaluate product designs for safety.
4. Conduct or coordinate worker training in areas such as safety laws and regulations, hazardous condition monitoring, and use of safety equipment.
5. Maintain and apply knowledge of current policies, regulations, and industrial processes.
6. Recommend procedures for detection, prevention, and elimination of physical, chemical, or other product hazards.
7. Report or review findings from accident investigations, facilities inspections, or environmental testing.
8. Evaluate potential health hazards or damage that could occur from product misuse.
## How to use this skill
- Read [references/profile.md](references/profile.md) for the occupation profile and scope.
- Consult [references/tasks.md](references/tasks.md) for the full task and activity inventory.
- Check [references/skills.md](references/skills.md) for essential vs. optional competences.
- Check [references/tools.md](references/tools.md) for the software commonly used in this role.
- See [references/ai-skills.md](references/ai-skills.md) — matched external AI agent skills (per-source attribution).
## Key competences (essential)
- advise on conflict management
- advise on risk management
- assessment of risks and threats
- communicate health and safety measures
- draw up risk assessment
- educate employees on occupational hazards
- ensure compliance with environmental legislation
- environmental legislation
- follow standards for machinery safety
- health, safety and hygiene legislation
- monitor employee's health
- monitor legislation developments
- personal protective equipment
- present reports
- quality standards
## Hot technologies
- The MathWorks MATLAB
- Autodesk AutoCAD
- Microsoft Access
- Eclipse IDE
- Microsoft Visual Basic
- Microsoft SharePoint
- Microsoft Outlook
- SAP software
- Microsoft Visio
- C++
---
*Sources: ESCO v1.2.1 (http://data.europa.eu/esco/occupation/789517fb-95ee-43d1-9530-c2860be1a439), O*NET 30.3 (17-2111.00). See manifest.json for licensing/attribution.*

226
manifest.json Normal file
View File

@@ -0,0 +1,226 @@
{
"name": "health-and-safety-officer",
"title": "health and safety officer",
"version": "0.1.0",
"layer": "core",
"language": "en",
"generated": "2026-07-07",
"ids": {
"esco_uri": "http://data.europa.eu/esco/occupation/789517fb-95ee-43d1-9530-c2860be1a439",
"esco_code": "2263.3",
"isco_group": "2263",
"onet_soc": "17-2111.00",
"crosswalk_match": "closeMatch"
},
"sources": [
{
"name": "ESCO",
"version": "1.2.1",
"url": "https://esco.ec.europa.eu/"
},
{
"name": "O*NET",
"version": "30.3",
"url": "https://www.onetcenter.org/",
"license": "CC BY 4.0"
}
],
"attribution": "This package includes information from the O*NET Database (v30.3) by the U.S. Department of Labor, Employment and Training Administration (USDOL/ETA), CC BY 4.0. skillfactor is not endorsed by USDOL/ETA. ESCO data (v1.2.1) (c) European Union, used per the ESCO download conditions: https://esco.ec.europa.eu/en/use-esco/download",
"counts": {
"tasks": 27,
"dwas": 25,
"skills_essential": 16,
"skills_optional": 22,
"software": 69
},
"enrichment_ai_skills": {
"generated": "2026-07-14",
"method": "deterministic mapping (ISCO prefix + title/competence keywords)",
"sources": {
"anthropics/skills": {
"repo": "https://github.com/anthropics/skills",
"commit": "f6656c1",
"license": "Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available \u2014 see the LICENSE.txt in the upstream skill folder",
"skills": 2
},
"nexu-io/open-design": {
"repo": "https://github.com/nexu-io/open-design",
"commit": "4b66023",
"license": "Apache-2.0",
"skills": 1
},
"mukul975/Anthropic-Cybersecurity-Skills": {
"repo": "https://github.com/mukul975/Anthropic-Cybersecurity-Skills",
"commit": "673da1f",
"license": "Apache-2.0",
"skills": 6
},
"davila7/claude-code-templates": {
"repo": "https://github.com/davila7/claude-code-templates",
"commit": "fa79251",
"license": "MIT",
"skills": 8
},
"a5c-ai/babysitter": {
"repo": "https://github.com/a5c-ai/babysitter",
"commit": "44a5d58b",
"license": "MIT",
"skills": 12
},
"alirezarezvani/claude-skills": {
"repo": "https://github.com/alirezarezvani/claude-skills",
"commit": "0241f43",
"license": "MIT",
"skills": 4
},
"hypnguyen1209/offensive-claude": {
"repo": "https://github.com/hypnguyen1209/offensive-claude",
"commit": "4d62be7",
"license": "MIT",
"skills": 1
},
"jeremylongshore/claude-code-plugins-plus-skills": {
"repo": "https://github.com/jeremylongshore/claude-code-plugins-plus-skills",
"commit": "e112938a",
"license": "MIT",
"skills": 12
},
"K-Dense-AI/claude-scientific-skills": {
"repo": "https://github.com/K-Dense-AI/claude-scientific-skills",
"commit": "4d97e29",
"license": "MIT",
"skills": 1
},
"foryourhealth111-pixel/Vibe-Skills": {
"repo": "https://github.com/foryourhealth111-pixel/Vibe-Skills",
"commit": "34429a8",
"license": "Apache-2.0",
"skills": 1
},
"K-Dense-AI/scientific-agent-skills": {
"repo": "https://github.com/K-Dense-AI/scientific-agent-skills",
"commit": "4d97e29",
"license": "MIT",
"skills": 1
},
"dotnet/skills": {
"repo": "https://github.com/dotnet/skills",
"commit": "79a2ada",
"license": "MIT",
"skills": 4
},
"rsmdt/the-startup": {
"repo": "https://github.com/rsmdt/the-startup",
"commit": "ff6a0be",
"license": "MIT",
"skills": 1
},
"open-gitagent/opengap": {
"repo": "https://github.com/open-gitagent/opengap",
"commit": "d7a8e2e",
"license": "MIT",
"skills": 1
},
"nexscope-ai/eCommerce-Skills": {
"repo": "https://github.com/nexscope-ai/eCommerce-Skills",
"commit": "56f3288",
"license": "MIT",
"skills": 1
},
"microsoft/skills": {
"repo": "https://github.com/microsoft/skills",
"commit": "dc543aa",
"license": "MIT",
"skills": 2
},
"OpenSenseNova/SenseNova-Skills": {
"repo": "https://github.com/OpenSenseNova/SenseNova-Skills",
"commit": "d8bb438",
"license": "MIT",
"skills": 12
},
"ComPDFKit/compdf-skills": {
"repo": "https://github.com/ComPDFKit/compdf-skills",
"commit": "b77153e",
"license": "no explicit license \u2014 referenced by link only",
"skills": 1
},
"mohitagw15856/pm-claude-skills": {
"repo": "https://github.com/mohitagw15856/pm-claude-skills",
"commit": "876fa30",
"license": "MIT",
"skills": 1
},
"ahacker-1/cre-agent-skills": {
"repo": "https://github.com/ahacker-1/cre-agent-skills",
"commit": "618734e",
"license": "Apache-2.0",
"skills": 1
},
"ljagiello/ctf-skills": {
"repo": "https://github.com/ljagiello/ctf-skills",
"commit": "d19f35f",
"license": "MIT",
"skills": 1
},
"sanjay3290/ai-skills": {
"repo": "https://github.com/sanjay3290/ai-skills",
"commit": "3619692",
"license": "Apache-2.0",
"skills": 1
},
"brycewang-stanford/Auto-Empirical-Research-Skills": {
"repo": "https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills",
"commit": "85bf545",
"license": "CC-BY-4.0",
"skills": 1
},
"zebbern/claude-code-guide": {
"repo": "https://github.com/zebbern/claude-code-guide",
"commit": "d2c5280",
"license": "MIT",
"skills": 2
},
"gooseworks-ai/goose-skills": {
"repo": "https://github.com/gooseworks-ai/goose-skills",
"commit": "94ec916",
"license": "no explicit license \u2014 referenced by link only",
"skills": 1
},
"pedrohcgs/claude-code-my-workflow": {
"repo": "https://github.com/pedrohcgs/claude-code-my-workflow",
"commit": "be53c12",
"license": "MIT",
"skills": 1
}
},
"total_skills": 80,
"tiers": {
"core": 79,
"adjacent": 1
}
},
"provenance": {
"items": {
"esco": 39,
"onet": 122,
"jobads": 65,
"wiki_ai": 0,
"anthropic": 5,
"ai_skills": 153,
"stackx": 0
},
"share_percent": {
"esco": 10.2,
"onet": 31.8,
"jobads": 16.9,
"wiki_ai": 0.0,
"anthropic": 1.3,
"ai_skills": 39.8,
"stackx": 0.0
},
"method": "content items per source category"
},
"collar": "white",
"computer_work": true
}

306
references/ai-skills.md Normal file
View File

@@ -0,0 +1,306 @@
# External AI agent skills — health-and-safety-officer
Proven, publicly available AI agent skills mapped to this occupation.
Nothing is copied from the sources: every entry is a name, a one-line
summary and a link to the upstream skill package. Each section names
its source repository, commit, license and retrieval date.
**Tiers:** `core` = the skill directly exercises a top market hard
skill, tool or method (from gated job-ad evidence) or an essential
ESCO competence of this occupation; `adjacent` =
plausibly useful, secondary. Entries are capped at 12 per source
and 80 in total per occupation (core first,
strongest matches survive); everything beyond the caps is excluded
and logged in the pipeline audit trail, not in this package.
_Matched deterministically (ISCO group + title/competence keywords,
tiered against market evidence + ESCO essentials) by
`pipeline/p5_enrich_ai_skills.py` on 2026-07-14._
## Source: anthropics/skills
- Repository: [https://github.com/anthropics/skills](https://github.com/anthropics/skills) (commit `f6656c1`, retrieved 2026-07-14)
- License: Apache-2.0; the document skills (docx/pdf/pptx/xlsx) are source-available — see the LICENSE.txt in the upstream skill folder
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `docx` | core | Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to … | [source](https://github.com/anthropics/skills/tree/main/skills/docx) |
| `pdf` | adjacent | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating … | [source](https://github.com/anthropics/skills/tree/main/skills/pdf) |
## Source: a5c-ai/babysitter
- Repository: [https://github.com/a5c-ai/babysitter](https://github.com/a5c-ai/babysitter) (commit `44a5d58b`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `patient-safety-event-analysis` | core | Investigate patient safety events using RCA, FMEA, and other systematic analysis methods to identify contributing factors and develop corrective actions | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/patient-safety-event-analysis) |
| `process-fmea-generator` | core | Process Failure Mode and Effects Analysis (PFMEA) skill for manufacturing risk assessment | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/biomedical-engineering/skills/process-fmea-generator) |
| `iso14971-risk-analyzer` | core | Comprehensive risk management skill implementing ISO 14971:2019 methodology for medical device risk analysis | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/biomedical-engineering/skills/iso14971-risk-analyzer) |
| `population-health-stratification` | core | Stratify patient populations by risk level using claims data, clinical data, and social determinants to prioritize care management interventions | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/population-health-stratification) |
| `quality-metrics-measurement` | core | Collect, calculate, and report healthcare quality metrics including core measures, HEDIS, patient safety indicators, and value-based purchasing measures | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/quality-metrics-measurement) |
| `cybersecurity-risk-assessor` | core | Medical device cybersecurity risk assessment skill per FDA premarket and postmarket guidance | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/biomedical-engineering/skills/cybersecurity-risk-assessor) |
| `use-related-risk-analyzer` | core | Use-related risk analysis skill for identifying hazards associated with user interaction per IEC 62366-1 | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/biomedical-engineering/skills/use-related-risk-analyzer) |
| `debugging-patterns` | core | Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring. | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/methodologies/cc10x/skills/debugging-patterns) |
| `design-fmea-generator` | core | Design Failure Mode and Effects Analysis (DFMEA) skill for systematic design risk identification | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/science/biomedical-engineering/skills/design-fmea-generator) |
| `unified-memory` | core | Expert skill for CUDA Unified Memory and memory prefetching optimization. Configure managed memory allocations, implement memory prefetch strategies, handle page fault analysis, configure memory hints and advise, profile unified memory … | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/gpu-programming/skills/unified-memory) |
| `clinical-workflow-analysis` | core | Analyze clinical workflows to identify inefficiencies, bottlenecks, and improvement opportunities using Lean healthcare principles and value stream mapping techniques | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/domains/social-sciences-humanities/healthcare/skills/clinical-workflow-analysis) |
| `memory-leak-detector` | core | Detect memory leaks in desktop applications through heap analysis and object tracking | [source](https://github.com/a5c-ai/babysitter/tree/44a5d58b/library/specializations/desktop-development/skills/memory-leak-detector) |
## Source: ahacker-1/cre-agent-skills
- Repository: [https://github.com/ahacker-1/cre-agent-skills](https://github.com/ahacker-1/cre-agent-skills) (commit `618734e`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `cre-office` | core | CRE Office analysis suite - 8 specialist skills for U.S. office acquisitions, refinancings, lease-up, tenant credit, TI/LC underwriting, financing fit, and investment committee memo writing. | [source](https://github.com/ahacker-1/cre-agent-skills/tree/618734e/claude-code-plugins/cre-office) |
## Source: alirezarezvani/claude-skills
- Repository: [https://github.com/alirezarezvani/claude-skills](https://github.com/alirezarezvani/claude-skills) (commit `0241f43`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `capa-officer` | core | CAPA system management for medical device QMS. Covers root cause analysis, corrective action planning, effectiveness verification, and CAPA metrics. Use when running CAPA investigations, 5-Why analysis, fishbone diagrams, root cause … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/ra-qm-team/skills/capa-officer) |
| `risk-management-specialist` | core | Medical device risk management specialist implementing ISO 14971 throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use when user mentions risk management, ISO … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/ra-qm-team/skills/risk-management-specialist) |
| `quality-documentation-manager` | core | Document control system management for medical device QMS. Covers document numbering, version control, change management, and 21 CFR Part 11 compliance. Use when working on document control procedures, change control workflows, document … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/ra-qm-team/skills/quality-documentation-manager) |
| `fda-consultant-specialist` | core | FDA regulatory consultant for medical device companies. Provides 510(k)/PMA/De Novo pathway guidance, QMSR (21 CFR 820, which incorporates ISO 13485:2016 by reference since 2026-02-02; formerly QSR) compliance, HIPAA assessments, and … | [source](https://github.com/alirezarezvani/claude-skills/tree/0241f43/ra-qm-team/skills/fda-consultant-specialist) |
## Source: brycewang-stanford/Auto-Empirical-Research-Skills
- Repository: [https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills) (commit `85bf545`, retrieved 2026-07-14)
- License: CC-BY-4.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `epidemiology-guide` | core | Epidemiological study designs, measures of association, and public health ana... | [source](https://github.com/brycewang-stanford/Auto-Empirical-Research-Skills/tree/85bf545/skills/43-wentorai-research-plugins/skills/domains/biomedical/epidemiology-guide) |
## Source: ComPDFKit/compdf-skills
- Repository: [https://github.com/ComPDFKit/compdf-skills](https://github.com/ComPDFKit/compdf-skills) (commit `b77153e`, retrieved 2026-07-14)
- License: no explicit license — referenced by link only
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `pdf-to-word-docx` | core | PDF to Word converts PDF to editable Word/DOCX with AI-powered layout analysis and table recognition, built on ComPDF Conversion SDK to better preserve tables, multi-column layouts, lists, and images for downstream editing. It fits … | [source](https://github.com/ComPDFKit/compdf-skills/tree/b77153e/skills/pdf-to-word-docx) |
## Source: davila7/claude-code-templates
- Repository: [https://github.com/davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) (commit `fa79251`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `mdr-745-specialist` | core | EU MDR 2017/745 regulation specialist and consultant for medical device requirement management. Provides comprehensive MDR compliance expertise, gap analysis, technical documentation guidance, clinical evidence requirements, and … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/mdr-745-specialist) |
| `quality-manager-qms-iso13485` | core | ISO 13485 Quality Management System specialist for medical device companies. Provides QMS implementation, maintenance, process optimization, and compliance expertise. Use for QMS design, documentation control, management review, internal … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/quality-manager-qms-iso13485) |
| `risk-management-specialist` | core | Senior Risk Management specialist for medical device companies implementing ISO 14971 risk management throughout product lifecycle. Provides risk analysis, risk evaluation, risk control, and post-production information analysis. Use for … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/risk-management-specialist) |
| `fda-consultant-specialist` | core | Senior FDA consultant and specialist for medical device companies including HIPAA compliance and requirement management. Provides FDA pathway expertise, QSR compliance, cybersecurity guidance, and regulatory submission support. Use for FDA … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/fda-consultant-specialist) |
| `Excel Analysis` | core | Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/enterprise-communication/excel-analysis) |
| `code-review-excellence` | core | Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/productivity/code-review-excellence) |
| `Error Resolver` | core | Systematic error diagnosis and resolution using first-principle analysis. Use when encountering any error message, stack trace, or unexpected behavior. Supports replay functionality to record and reuse solutions. | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/development/error-resolver) |
| `biomni` | core | Autonomous biomedical AI agent framework for executing complex research tasks across genomics, drug discovery, molecular biology, and clinical analysis. Use this skill when conducting multi-step biomedical research including CRISPR … | [source](https://github.com/davila7/claude-code-templates/tree/fa79251/cli-tool/components/skills/scientific/biomni) |
## Source: dotnet/skills
- Repository: [https://github.com/dotnet/skills](https://github.com/dotnet/skills) (commit `79a2ada`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `coverage-analysis` | core | Project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects. Calculates CRAP scores per method and surfaces risk hotspots — complex code with low coverage that is dangerous to modify. Use to diagnose … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-test/skills/coverage-analysis) |
| `binlog-failure-analysis` | core | Analyze MSBuild binary logs to diagnose build failures. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project builds, tracing MSBuild target execution order, and generally any … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-msbuild/skills/binlog-failure-analysis) |
| `binlog-generation` | core | Generate MSBuild binary logs (binlogs) for build diagnostics and analysis. USE FOR: adding /bl:{} to any dotnet build, test, pack, publish, or restore command to capture a full build execution trace, prerequisite for … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-msbuild/skills/binlog-generation) |
| `build-perf-diagnostics` | core | Diagnose MSBuild build performance bottlenecks using binary log analysis. USE FOR: identifying why builds are slow by analyzing binlog performance summaries, detecting ResolveAssemblyReference (RAR) taking >5s, Roslyn analyzers consuming … | [source](https://github.com/dotnet/skills/tree/79a2ada/plugins/dotnet-msbuild/skills/build-perf-diagnostics) |
## Source: foryourhealth111-pixel/Vibe-Skills
- Repository: [https://github.com/foryourhealth111-pixel/Vibe-Skills](https://github.com/foryourhealth111-pixel/Vibe-Skills) (commit `34429a8`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `iso-13485-certification` | core | Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing … | [source](https://github.com/foryourhealth111-pixel/Vibe-Skills/tree/34429a8/bundled/skills/iso-13485-certification) |
## Source: gooseworks-ai/goose-skills
- Repository: [https://github.com/gooseworks-ai/goose-skills](https://github.com/gooseworks-ai/goose-skills) (commit `94ec916`, retrieved 2026-07-14)
- License: no explicit license — referenced by link only
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `ad-campaign-analyzer` | core | Analyze ad campaign performance data (Google, Meta, LinkedIn) to identify what's working, what's wasting budget, and specific cut/scale/test recommendations. Runs statistical analysis, funnel diagnostics, and multi-channel budget … | [source](https://github.com/gooseworks-ai/goose-skills/tree/94ec916/skills/ads/composites/ad-campaign-analyzer) |
## Source: hypnguyen1209/offensive-claude
- Repository: [https://github.com/hypnguyen1209/offensive-claude](https://github.com/hypnguyen1209/offensive-claude) (commit `4d62be7`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `vulnerability-analysis` | core | Use when auditing source code for vulnerabilities — drive CodeQL/Semgrep/Joern to taint untrusted data source-to-sink across injection, memory safety, deserialization/prototype-pollution, secrets/crypto/authz/race, and supply-chain risks | [source](https://github.com/hypnguyen1209/offensive-claude/tree/4d62be7/skills/vulnerability-analysis) |
## Source: jeremylongshore/claude-code-plugins-plus-skills
- Repository: [https://github.com/jeremylongshore/claude-code-plugins-plus-skills](https://github.com/jeremylongshore/claude-code-plugins-plus-skills) (commit `e112938a`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `onenote-debug-bundle` | core | Generate comprehensive diagnostic bundles for OneNote Graph API issues with request tracing and token analysis. Use when debugging OneNote API failures, filing Microsoft support tickets, or analyzing permission issues. Trigger with … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/onenote-pack/skills/onenote-debug-bundle) |
| `abridge-deploy-integration` | core | Deploy Abridge clinical AI integration to HIPAA-compliant cloud infrastructure. Use when deploying to GCP Cloud Run, AWS ECS, or Azure Container Apps with healthcare-grade secrets management and compliance controls. Trigger: "deploy … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/abridge-pack/skills/abridge-deploy-integration) |
| `twinmind-data-handling` | core | Handle TwinMind meeting data with GDPR compliance: transcript storage, memory vault management, data export, and deletion policies. Use when implementing data handling, or managing TwinMind meeting AI operations. Trigger with phrases like … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-data-handling) |
| `twinmind-observability` | core | Monitor TwinMind transcription quality, meeting coverage, action item extraction rates, and memory vault health. Use when implementing observability, or managing TwinMind meeting AI operations. Trigger with phrases like "twinmind … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/twinmind-pack/skills/twinmind-observability) |
| `excel-variance-analyzer` | core | Analyze budget vs actual variances in Excel with drill-down and root cause analysis. Use when performing variance analysis or explaining budget differences. Trigger with phrases like ''excel variance'', ''analyze budget variance'', … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/excel-analyst-pro/skills/excel-variance-analyzer) |
| `adobe-advanced-troubleshooting` | core | Apply advanced debugging techniques for Adobe API issues: IMS token introspection, Firefly job failure analysis, PDF Services error codes, and network-layer diagnostics for Adobe endpoints. Trigger with phrases like "adobe hard bug", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/adobe-pack/skills/adobe-advanced-troubleshooting) |
| `customerio-advanced-troubleshooting` | core | Apply Customer.io advanced debugging and incident response. Use when diagnosing complex delivery issues, investigating campaign failures, or running incident playbooks. Trigger: "debug customer.io", "customer.io investigation", … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/customerio-pack/skills/customerio-advanced-troubleshooting) |
| `excel-lbo-modeler` | core | Build leveraged buyout (LBO) models in Excel with debt schedules and IRR analysis. Use when structuring LBO transactions or analyzing PE returns. Trigger with phrases like ''excel lbo'', ''build lbo model'', ''calculate pe returns''. | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/business-tools/excel-analyst-pro/skills/excel-lbo-modeler) |
| `figma-advanced-troubleshooting` | core | Deep debugging for Figma API issues: network analysis, response inspection, and support escalation. Use when standard troubleshooting fails, diagnosing intermittent failures, or preparing detailed evidence for Figma support. Trigger with … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/figma-pack/skills/figma-advanced-troubleshooting) |
| `vigil-incident` | core | Incident response — diagnose production issues, find root cause, propose fix with rollback. Use when asked about "something is broken", "production issue", "why is this down", "incident", or "debug production". | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/ai-agency/tonone/skills/vigil-incident) |
| `assemblyai-core-workflow-a` | core | Execute AssemblyAI primary workflow: async transcription with audio intelligence. Use when transcribing audio/video files, enabling speaker diarization, sentiment analysis, entity detection, PII redaction, or content moderation. Trigger … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/assemblyai-pack/skills/assemblyai-core-workflow-a) |
| `clickup-incident-runbook` | core | Execute ClickUp API incident response: triage, diagnosis, mitigation, and postmortem for API failures and integration outages. Trigger: "clickup incident", "clickup outage", "clickup down", "clickup on-call", "clickup emergency", "clickup … | [source](https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/e112938a/plugins/saas-packs/clickup-pack/skills/clickup-incident-runbook) |
## Source: K-Dense-AI/claude-scientific-skills
- Repository: [https://github.com/K-Dense-AI/claude-scientific-skills](https://github.com/K-Dense-AI/claude-scientific-skills) (commit `4d97e29`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `iso-13485-certification` | core | Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing … | [source](https://github.com/K-Dense-AI/claude-scientific-skills/tree/4d97e29/skills/iso-13485-certification) |
## Source: K-Dense-AI/scientific-agent-skills
- Repository: [https://github.com/K-Dense-AI/scientific-agent-skills](https://github.com/K-Dense-AI/scientific-agent-skills) (commit `4d97e29`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `iso-13485-certification` | core | Comprehensive toolkit for preparing ISO 13485 certification documentation for medical device Quality Management Systems. Use when users need help with ISO 13485 QMS documentation, including (1) conducting gap analysis of existing … | [source](https://github.com/K-Dense-AI/scientific-agent-skills/tree/4d97e29/skills/iso-13485-certification) |
## Source: ljagiello/ctf-skills
- Repository: [https://github.com/ljagiello/ctf-skills](https://github.com/ljagiello/ctf-skills) (commit `d19f35f`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `ctf-forensics` | core | Provides digital forensics and signal analysis techniques for CTF challenges. Use when analyzing disk images, memory dumps, event logs, network captures, cryptocurrency transactions, steganography, PDF analysis, Windows registry, … | [source](https://github.com/ljagiello/ctf-skills/tree/d19f35f/ctf-forensics) |
## Source: microsoft/skills
- Repository: [https://github.com/microsoft/skills](https://github.com/microsoft/skills) (commit `dc543aa`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `azure-diagnostics` | core | Debug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe triage. WHEN: debug production issues, troubleshoot app service, app service high CPU, app service deployment failure, troubleshoot container … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-skills/skills/azure-diagnostics) |
| `azure-ai-translation-document-py` | core | Azure AI Document Translation SDK for batch translation of documents with format preservation. Use for translating Word, PDF, Excel, PowerPoint, and other document formats at scale. Triggers: "document translation", "batch translation", … | [source](https://github.com/microsoft/skills/tree/dc543aa/.github/plugins/azure-sdk-python/skills/azure-ai-translation-document-py) |
## Source: mohitagw15856/pm-claude-skills
- Repository: [https://github.com/mohitagw15856/pm-claude-skills](https://github.com/mohitagw15856/pm-claude-skills) (commit `876fa30`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `win-loss-analysis` | core | Analyze why deals are won and lost and turn it into an action plan. Use when asked to run a win/loss analysis, review closed-won and closed-lost deals, understand why the team is losing to a competitor, or summarize sales feedback into … | [source](https://github.com/mohitagw15856/pm-claude-skills/tree/876fa30/plugins/pm-pmm/skills/win-loss-analysis) |
## Source: mukul975/Anthropic-Cybersecurity-Skills
- Repository: [https://github.com/mukul975/Anthropic-Cybersecurity-Skills](https://github.com/mukul975/Anthropic-Cybersecurity-Skills) (commit `673da1f`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `analyzing-macro-malware-in-office-documents` | core | Analyzes malicious VBA macros embedded in Microsoft Office documents (Word, Excel, PowerPoint) to identify download cradles, payload execution, persistence mechanisms, and anti-analysis techniques. Uses olevba, oledump, and VBA … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-macro-malware-in-office-documents) |
| `conducting-memory-forensics-with-volatility` | core | Performs memory forensics analysis using Volatility 3 to extract evidence of malware execution, process injection, network connections, and credential theft from RAM dumps captured during incident response. Covers memory acquisition, … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/conducting-memory-forensics-with-volatility) |
| `performing-endpoint-forensics-investigation` | core | Performs digital forensics investigation on compromised endpoints including memory acquisition, disk imaging, artifact analysis, and timeline reconstruction. Use when investigating security incidents, collecting evidence for legal … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/performing-endpoint-forensics-investigation) |
| `detecting-process-injection-techniques` | core | Detects and analyzes process injection techniques used by malware including classic DLL injection, process hollowing, APC injection, thread hijacking, and reflective loading. Uses memory forensics, API monitoring, and behavioral analysis … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/detecting-process-injection-techniques) |
| `analyzing-linux-kernel-rootkits` | core | Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (check_syscall, lsmod, hidden_modules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-linux-kernel-rootkits) |
| `analyzing-memory-forensics-with-lime-and-volatility` | core | Performs Linux memory acquisition using LiME (Linux Memory Extractor) kernel module and analysis with Volatility 3 framework. Extracts process lists, network connections, bash history, loaded kernel modules, and injected code from Linux … | [source](https://github.com/mukul975/Anthropic-Cybersecurity-Skills/tree/673da1f/skills/analyzing-memory-forensics-with-lime-and-volatility) |
## Source: nexscope-ai/eCommerce-Skills
- Repository: [https://github.com/nexscope-ai/eCommerce-Skills](https://github.com/nexscope-ai/eCommerce-Skills) (commit `56f3288`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `supply-chain-optimization-tiktok` | core | Supply Chain Bottleneck Analyzer for TikTok Shop sellers. Diagnose cash flow, inventory turnover, affiliate commissions, and return rates. Includes FBT cost analysis, influencer payout optimization, and viral product lifecycle management. … | [source](https://github.com/nexscope-ai/eCommerce-Skills/tree/56f3288/supply-chain-optimization/supply-chain-optimization-tiktok) |
## Source: nexu-io/open-design
- Repository: [https://github.com/nexu-io/open-design](https://github.com/nexu-io/open-design) (commit `4b66023`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `html-ppt-testing-safety-alert` | core | A hospital data-governance briefing: patient-data risk, the control framework, accountability, and the approval the board must give. Built as a decision-grade policy briefing deck for health-system board, regulators. | [source](https://github.com/nexu-io/open-design/tree/4b66023/design-templates/html-ppt-testing-safety-alert) |
## Source: open-gitagent/opengap
- Repository: [https://github.com/open-gitagent/opengap](https://github.com/open-gitagent/opengap) (commit `d7a8e2e`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `document-review` | core | Reviews financial documents (prospectuses, ADVs, marketing materials) for FINRA 2210 compliance, required disclosures, and balanced presentation. Use when reviewing financial statements, audit documents, regulatory filings, or when the … | [source](https://github.com/open-gitagent/opengap/tree/d7a8e2e/examples/full/skills/document-review) |
## Source: OpenSenseNova/SenseNova-Skills
- Repository: [https://github.com/OpenSenseNova/SenseNova-Skills](https://github.com/OpenSenseNova/SenseNova-Skills) (commit `d8bb438`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `excel-data-analysis-and-report-generation` | core | 从Excel提取多类型数据并生成包含可视化图表与下载链接的综合分析报告。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-result-export/report-generation-export) |
| `sn-da-non-spreadsheet-analysis` | core | Word / PDF / PPT 文档解析与数据分析引擎。覆盖三类文件格式的全量提取、表格数值化、图表理解与跨文档汇总分析。**遇到以下任一情况就主动使用本 skill**:①用户上传或指定了 .docx / .doc / .pdf / .pptx / .ppt 文件并要求分析、提取或统计其中内容②用户出现触发词Word分析 / PDF解析 / PPT提取 / 文档分析 / 报告解析 / 幻灯片分析 / 发票提取 / 合同分析 / 文档统计 / 错别字 / 语病 / … | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-non-spreadsheet-analysis) |
| `word-analysis` | core | Word (.docx/.doc) 文档全量解析。覆盖:正文/段落文本提取、表格数据提取、高亮/颜色格式读取、多文件汇总对比、嵌入图片转 caption。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-non-spreadsheet-analysis/capability/word-analysis) |
| `category-filtering-and-difficulty-analysis` | core | 对Excel数据进行自定义分类统计、交叉分析与可视化并基于多维度指标如文本长度、术语密度、正则匹配等进行综合评分与分级适用于多类别数据分布统计及文本内容难度/质量评估场景。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-filtering/category-filtering) |
| `dynamic-large-file-parquet-analysis` | core | 动态统计Excel总行数当数据量过大≥10000行时自动转换为Parquet格式加速读取并对指定目标列进行条件筛选、分类汇总与结果导出适用于超大体积Excel文件的快速读取与统计分析。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-table-styling/table-theme-styling) |
| `dynamic-percentage-and-large-file-analysis` | core | 根据文件行数动态切换大文件处理策略Parquet转换通过逐行扫描或列匹配提取关键指标并计算占比、均值等统计量最终输出结构化Excel报告及可视化图表。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-statistics/percentage-calculation) |
| `excel-multi-sheet-dynamic-analysis` | core | 用于分析包含多个Sheet的Excel文件动态判断数据量级以决定是否转换为Parquet进行大文件处理并支持跨Sheet的特定字段统计、数据清洗、交叉分析与可视化最终生成带下载链接的汇总报告。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-reading/specific-sheet-reading) |
| `excel-multi-sheet-threshold-analysis` | core | 统计多Sheet Excel总行数并根据规模选择处理策略提取特定维度信息进行去重统计并生成摘要与明细报表。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-cleaning/duplicate-removal) |
| `excel-smart-analysis-and-cleaning` | core | 对多 Sheet Excel 进行智能清洗、跨表核对与可视化分析。。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-cleaning/missing-value-handling) |
| `excel-threshold-analysis-and-styling` | core | 根据 Excel 数据量级自动判断处理策略,执行数值列清洗、条件过滤,并使用 openpyxl 对符合条件的单元格进行样式标记与导出。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-filtering/threshold-filtering) |
| `group-by-analysis` | core | 对多 Sheet 的 Excel 文件进行行数统计、大文件 Parquet 转换预处理、数据清洗及分组聚合分析,并生成带样式标记的统计表与可视化图表。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-data-analysis/group-by-analysis) |
| `large-excel-analysis-and-formatting` | core | 用于处理多Sheet大型Excel文件支持大文件Parquet格式转换提速并使用openpyxl生成带条件高亮和自定义样式的格式化Excel报告及下载链接。 | [source](https://github.com/OpenSenseNova/SenseNova-Skills/tree/d8bb438/skills/sn-da-excel-workflow/capability/excel-reading/large-excel-reading) |
## Source: pedrohcgs/claude-code-my-workflow
- Repository: [https://github.com/pedrohcgs/claude-code-my-workflow](https://github.com/pedrohcgs/claude-code-my-workflow) (commit `be53c12`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `coauthor-brief` | core | Generate a co-author / collaborator handoff brief for a multi-author, multi-machine project — summarizing what changed since the last brief (git delta), the current state of each artifact (manuscript, analysis, slides), open questions, how … | [source](https://github.com/pedrohcgs/claude-code-my-workflow/tree/be53c12/.claude/skills/coauthor-brief) |
## Source: rsmdt/the-startup
- Repository: [https://github.com/rsmdt/the-startup](https://github.com/rsmdt/the-startup) (commit `ff6a0be`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `debug` | core | Systematically diagnose and resolve bugs through conversational investigation and root cause analysis | [source](https://github.com/rsmdt/the-startup/tree/ff6a0be/plugins/start/skills/debug) |
## Source: sanjay3290/ai-skills
- Repository: [https://github.com/sanjay3290/ai-skills](https://github.com/sanjay3290/ai-skills) (commit `3619692`, retrieved 2026-07-14)
- License: Apache-2.0
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `deep-research` | core | Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited … | [source](https://github.com/sanjay3290/ai-skills/tree/3619692/skills/deep-research) |
## Source: zebbern/claude-code-guide
- Repository: [https://github.com/zebbern/claude-code-guide](https://github.com/zebbern/claude-code-guide) (commit `d2c5280`, retrieved 2026-07-14)
- License: MIT
| Skill | Tier | What it adds | Upstream |
|---|---|---|---|
| `regression-modeler` | core | Run regression analysis (OLS or logistic) on uploaded CSV/Excel data, generating coefficients, R², p-values, VIF, and plain-language interpretation. Triggered by requests for regression modeling, fitting data, testing significance, … | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/regression-modeler) |
| `vc-industry-research` | core | Generate professional primary market / venture capital industry research reports, including sector deep-dives, investment memos, and market analysis. Produces detailed PDF reports covering TMT, consumer, healthcare, and industrials. … | [source](https://github.com/zebbern/claude-code-guide/tree/d2c5280/skills/vc-industry-research) |

100
references/market.md Normal file
View File

@@ -0,0 +1,100 @@
# Market evidence report — health-and-safety-officer
Source: **24 real job ads** (JSearch API, countries: us 24), extracted into the MSSQL evidence store; as of 2026-07-12.
This report contains extracted, aggregated facts only — no ad text is
reproduced (copyright / platform terms).
## Seniority distribution
| Seniority | Ads | Share |
|---|---|---|
| mid | 21 | 88 % |
| senior | 2 | 8 % |
| n/a | 1 | 4 % |
## Tools — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | Microsoft Office | 5 | 21 % |
| 2 | Microsoft Excel | 4 | 17 % |
| 3 | Microsoft PowerPoint | 4 | 17 % |
| 4 | Microsoft Word | 3 | 12 % |
## Hard skills — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | incident investigation | 11 | 46 % |
| 2 | risk assessment | 8 | 33 % |
| 3 | regulatory compliance | 6 | 25 % |
| 4 | environmental compliance | 5 | 21 % |
| 5 | hazard analysis | 5 | 21 % |
| 6 | root cause analysis | 4 | 17 % |
| 7 | data analysis | 3 | 12 % |
| 8 | emergency response | 3 | 12 % |
| 9 | industrial hygiene | 3 | 12 % |
| 10 | safety inspections | 3 | 12 % |
## Methods — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | osha standards | 5 | 21 % |
| 2 | toolbox talks | 5 | 21 % |
| 3 | osha compliance | 3 | 12 % |
## Responsibilities — full market ranking
| # | Item | Ads | Share |
|---|---|---|---|
| 1 | training delivery | 6 | 25 % |
| 2 | incident reporting | 4 | 17 % |
| 3 | compliance monitoring | 3 | 12 % |
| 4 | documentation management | 3 | 12 % |
## Regional breakdown
> **Corpus note:** 24 relevant ads in total — below the 100-ad target for a fully reliable ranking. Percentages above should be read as indicative.
### US (us)
**Insufficient evidence** — 24 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
### UK (gb)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
### EU/DACH (de, at, ch, nl)
**Insufficient evidence** — 0 ads (minimum for a regional ranking: 30). No ranking is reported for this region.
## Job title variants in the market
| Title | Ads |
|---|---|
| Safety Officer | 3 |
| Environment, Health and Safety | 1 |
| Environment, Health and Safety Senior Advisor | 1 |
| Environmental Health & Safety Manager (EH&SManager) | 1 |
| Environmental Safety Health Manager | 1 |
| Health & Safety Coordinator | 1 |
| Health & Safety Officer Central/Southern NJ | 1 |
| Health & Safety Officer (HSO) Raritan & Northern NJ Projects | 1 |
| HSE Coordinator - MICON Group, Inc. | 1 |
| HSE Manager | 1 |
| Multi-Site EHS Manager II | 1 |
| Public Health EHS Site Safety Officer | 1 |
| Public Health Inspector - Immediate Hire | 1 |
| PUBLIC HEALTH SPECIALIST II | 1 |
| Safety Officer - Humanitarian Response | 1 |
| Scientific Environmental Health & Safety (EHS) Officer | 1 |
| Senior Field Consultant, Construction Health and Safety | 1 |
| Site Safety and Health Officer | 1 |
| Site Safety Health Officer | 1 |
| Sr HSE Engineer | 1 |
| Sr. Construction Health & Safety Officer | 1 |
| SSHO - Site Safety and Health Officer | 1 |
Methodology: entities extracted per ad ({hard_skills, tools, methods, responsibilities, seniority}), normalized, counted as DISTINCT ads per entity; report threshold ≥ 3 ads. Headline sections in skills.md/tools.md use the stricter ≥ 20 % threshold.

25
references/profile.md Normal file
View File

@@ -0,0 +1,25 @@
# Occupation profile — health and safety officer
- **ESCO URI:** http://data.europa.eu/esco/occupation/789517fb-95ee-43d1-9530-c2860be1a439
- **ESCO code:** 2263.3
- **ISCO-08 group:** 2263 — Environmental and occupational health and hygiene professionals
- **O*NET-SOC:** 17-2111.00 — Health and Safety Engineers, Except Mining Safety Engineers and Inspectors (match: closeMatch)
## Description (ESCO)
Health and safety officers execute plans for the improvement of work environments and cultures. They assess risks and interview employees to ensure the work environment is compliant with health and safety rules, as well as ensuring the interaction within the workplace occurs in a positive and productive manner. If employed in a healthcare facility the health and safety officer has to investigate infections spreading across a facility and advice all employees how to combat and prevent infections. Furthermore health physics is applied at facilities where people are exposed to ionizing radiation such as nuclear power plants and research institutions.
## Definition
nan
## Alternative labels
- public health inspector
- health and safety advisor
- occupational health nurse
- occupational health and safety officer
- occupational health officer
- occupational hygienist
- environmental and occupational heath officer
- workplace health and safety advisor

74
references/skills.md Normal file
View File

@@ -0,0 +1,74 @@
# Competences — health and safety officer
Source: ESCO v1.2.1 occupation-skill relations (http://data.europa.eu/esco/occupation/789517fb-95ee-43d1-9530-c2860be1a439).
## Essential
- **advise on conflict management** (skill/competence)
- **advise on risk management** (skill/competence)
- **assessment of risks and threats** (knowledge)
- **communicate health and safety measures** (skill/competence)
- **draw up risk assessment** (skill/competence)
- **educate employees on occupational hazards** (skill/competence)
- **ensure compliance with environmental legislation** (skill/competence)
- **environmental legislation** (knowledge)
- **follow standards for machinery safety** (skill/competence)
- **health, safety and hygiene legislation** (knowledge)
- **monitor employee's health** (skill/competence)
- **monitor legislation developments** (skill/competence)
- **personal protective equipment** (knowledge)
- **present reports** (skill/competence)
- **quality standards** (knowledge)
- **technical drawings** (knowledge)
## Optional
- advise on environmental risk management systems (skill/competence)
- apply conflict management (skill/competence)
- audit techniques (knowledge)
- conduct research interview (skill/competence)
- conduct workplace audits (skill/competence)
- educate on emergency management (skill/competence)
- employment law (knowledge)
- identify policy breach (skill/competence)
- implement strategic planning (skill/competence)
- issue licences (skill/competence)
- liaise with managers (skill/competence)
- make health, safety and environment assessments (skill/competence)
- observe confidentiality (skill/competence)
- occupational health (knowledge)
- perform health assessment autonomously (skill/competence)
- perform project management (skill/competence)
- perform risk analysis (skill/competence)
- pollution prevention (knowledge)
- project management (knowledge)
- provide improvement strategies (skill/competence)
- test safety strategies (skill/competence)
- use different communication channels (skill/competence)
<!-- market-evidence -->
## Market evidence (job-ad analysis, 24 ads, as of 2026-07-12)
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
### Hard skills
- incident investigation — **46 %**
- risk assessment — **33 %**
- regulatory compliance — **25 %**
- environmental compliance — **21 %**
- hazard analysis — **21 %**
- root cause analysis — **17 %**
### Methods
- toolbox talks — **21 %**
- osha standards — **21 %**
### Responsibilities
- training delivery — **25 %**
- incident reporting — **17 %**
<!-- market-evidence -->

61
references/tasks.md Normal file
View File

@@ -0,0 +1,61 @@
# Tasks & work activities — health and safety officer
Source: O*NET 30.3, occupation 17-2111.00 (Health and Safety Engineers, Except Mining Safety Engineers and Inspectors).
## Task statements
- **[Core]** Investigate industrial accidents, injuries, or occupational diseases to determine causes and preventive measures.
- **[Core]** Conduct research to evaluate safety levels for products.
- **[Core]** Evaluate product designs for safety.
- **[Core]** Conduct or coordinate worker training in areas such as safety laws and regulations, hazardous condition monitoring, and use of safety equipment.
- **[Core]** Maintain and apply knowledge of current policies, regulations, and industrial processes.
- **[Core]** Recommend procedures for detection, prevention, and elimination of physical, chemical, or other product hazards.
- **[Core]** Report or review findings from accident investigations, facilities inspections, or environmental testing.
- **[Core]** Evaluate potential health hazards or damage that could occur from product misuse.
- **[Core]** Evaluate adequacy of actions taken to correct health inspection violations.
- **[Core]** Interpret safety regulations for others interested in industrial safety, such as safety engineers, labor representatives, and safety inspectors.
- **[Core]** Review plans and specifications for construction of new machinery or equipment to determine whether all safety requirements have been met.
- **[Core]** Participate in preparation of product usage and precautionary label instructions.
- **[Core]** Interview employers and employees to obtain information about work environments and workplace incidents.
- **[Core]** Provide expert testimony in litigation cases.
- **[Core]** Review employee safety programs to determine their adequacy.
- **[Core]** Conduct or direct testing of air quality, noise, temperature, or radiation levels to verify compliance with health and safety regulations.
- **[Core]** Provide technical advice and guidance to organizations on how to handle health-related problems and make needed changes.
- **[Core]** Develop industry standards of product safety.
- **[Core]** Maintain liaisons with outside organizations, such as fire departments, mutual aid societies, and rescue teams, so that emergency responses can be facilitated.
- **[Core]** Plan and conduct industrial hygiene research.
- **[Core]** Compile, analyze, and interpret statistical data related to occupational illnesses and accidents.
- **[Core]** Write and revise safety regulations and codes.
- **[Core]** Confer with medical professionals to assess health risks and to develop ways to manage health issues and concerns.
- **[Supplemental]** Design and build safety equipment.
- **[Supplemental]** Check floors of plants to ensure that they are strong enough to support heavy machinery.
- **[nan]** Inspect facilities, machinery, or safety equipment to identify and correct potential hazards, and to ensure safety regulation compliance.
- **[nan]** Install safety devices on machinery or direct device installation.
## Detailed work activities
- Advise others on health and safety issues.
- Confer with other personnel to resolve design or operational problems.
- Confer with technical personnel to prepare designs or operational plans.
- Design industrial equipment.
- Develop safety standards, policies, or procedures.
- Direct installation activities.
- Document design or operational test results.
- Evaluate designs or specifications to ensure quality.
- Explain engineering drawings, specifications, or other technical information.
- Fabricate devices or components.
- Inspect equipment to ensure safety or proper functioning.
- Inspect facilities or sites to determine if they meet specifications or standards.
- Inspect safety equipment to ensure proper functioning.
- Install safety or support equipment.
- Investigate safety of work environment.
- Investigate the environmental impact of projects.
- Maintain operational records or records systems.
- Monitor work environment to ensure safety or adherence to specifications.
- Prepare procedural documents.
- Research human performance or health factors related to engineering or design activities.
- Research product safety.
- Teach safety standards or environmental compliance methods.
- Test facilities for environmental hazards.
- Testify at legal or legislative proceedings.
- Update technical knowledge.

89
references/tools.md Normal file
View File

@@ -0,0 +1,89 @@
# Tools & technology — health and safety officer
Source: O*NET 30.3 'Software Skills' for 17-2111.00.
| Software | Category | Hot technology |
|---|---|---|
| The MathWorks MATLAB | Analytical or scientific software | yes |
| Autodesk AutoCAD | Computer aided design CAD software | yes |
| Microsoft Access | Data base user interface and query software | yes |
| Eclipse IDE | Development environment software | yes |
| Microsoft Visual Basic | Development environment software | yes |
| Microsoft SharePoint | Document management software | yes |
| Microsoft Outlook | Electronic mail software | yes |
| SAP software | Enterprise resource planning ERP software | yes |
| Microsoft Visio | Graphics or photo imaging software | yes |
| C++ | Object or component oriented development software | yes |
| Python | Object or component oriented development software | yes |
| Microsoft Office software | Office suite software | yes |
| Linux | Operating system software | yes |
| Microsoft PowerPoint | Presentation software | yes |
| Microsoft Project | Project management software | yes |
| Microsoft Excel | Spreadsheet software | yes |
| Microsoft Active Server Pages ASP | Web platform development software | yes |
| Microsoft Word | Word processing software | yes |
| Availability prediction modeling software | Analytical or scientific software | |
| Biomechanical imaging software | Analytical or scientific software | |
| Biomechanical injury risk analysis software | Analytical or scientific software | |
| Computational fluid dynamics CFD software | Analytical or scientific software | |
| Design Safety Engineering Designsafe | Analytical or scientific software | |
| Energy expenditure prediction EEP software | Analytical or scientific software | |
| Failure mode and effects analysis FMEA software | Analytical or scientific software | |
| Failure mode effects and criticality analysis FMECA software | Analytical or scientific software | |
| Failure modes analysis software | Analytical or scientific software | |
| Failure reporting analysis and corrective action FRACAS software | Analytical or scientific software | |
| Fault tree analysis FTA software | Analytical or scientific software | |
| Functional hazard analysis software | Analytical or scientific software | |
| Geomechanical stress analysis software | Analytical or scientific software | |
| Hazard assessment software | Analytical or scientific software | |
| Human modeling software | Analytical or scientific software | |
| Industrial job assessment software | Analytical or scientific software | |
| Isograph FaultTree | Analytical or scientific software | |
| Isograph Markov | Analytical or scientific software | |
| Maintainability prediction software | Analytical or scientific software | |
| National Institute for Occupational Safety and Health LaModel | Analytical or scientific software | |
| Predictive toxicology software | Analytical or scientific software | |
| Quantitative analysis software | Analytical or scientific software | |
| Reliability analysis software | Analytical or scientific software | |
| Reliability centered maintenance RCM software | Analytical or scientific software | |
| ReliaSoft Weibull++ 6 | Analytical or scientific software | |
| ReliaSoft XFMEA | Analytical or scientific software | |
| Root cause analysis software | Analytical or scientific software | |
| Static strength prediction software | Analytical or scientific software | |
| Survey software | Analytical or scientific software | |
| Vibration analysis software | Analytical or scientific software | |
| Virtual interaction simulator software | Analytical or scientific software | |
| Fire safety inspection and testing software | Compliance software | |
| Hazard communication software | Compliance software | |
| Inspection management system | Compliance software | |
| Material safety data sheet MSDS software | Compliance software | |
| Product safety documentation software | Compliance software | |
| Safety integrity level SIL software | Compliance software | |
| Safety, health, and environmental management software | Compliance software | |
| Electronic design automation EDA software | Computer aided design CAD software | |
| Mathsoft Mathcad | Computer aided design CAD software | |
| Roof support design software | Computer aided design CAD software | |
| Hazardous waste operations and emergency response standard HAZWOPER training software | Computer based training software | |
| Anthropometric databases | Data base user interface and query software | |
| Incident tracking software | Data base user interface and query software | |
| Reliability information software | Data base user interface and query software | |
| National Instruments LabVIEW | Development environment software | |
| Software libraries | Development environment software | |
| Records management software | Document management software | |
| Permit administration software | License management software | |
| Geological mapping software | Map creation software | |
| Multimedia video analysis software | Video creation and editing software | |
<!-- market-evidence -->
## Market evidence (job-ad analysis, 24 ads, as of 2026-07-12)
Share of analyzed job ads mentioning the item (threshold ≥ 20 %). Source: JSearch/Adzuna APIs.
### Tools
- Microsoft Office — **21 %**
- Microsoft PowerPoint — **17 %**
- Microsoft Excel — **17 %**
<!-- market-evidence -->