Safetysure WHS audit criteria and checklist toolkit. Two skills covering the front end of the audit workflow: (1) criteria-generator — builds a jurisdiction-specific, industry-researched WHS audit criteria checklist (.docx) through a structured intake conversation and online research; (2) checklist-completer — takes a blank checklist, site visit transcript, and manual observations and produces a fully drafted completed checklist (.docx) with NC/OFI/OBS/C ratings and recommendations ready for auditor review. Feeds into the safetysure-audit-report plugin.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete a WHS audit checklist by cross-referencing site visit observations and audio transcript notes against the audit criteria. Use this skill when the user has returned from a site audit and wants to "complete the checklist", "fill in the audit findings", "process my transcript against the checklist", "rate the checklist items", "draft the findings from my notes", "review my transcript and fill out the audit", or "turn my site visit notes into a completed checklist". Also trigger on /complete-checklist or /process-audit commands. Accepts a blank audit criteria checklist (.docx), manual on-site observations (typed or as part of the transcript doc), and an audio-to-text transcript (.docx or .txt). Asks methodology questions, cross-references all sources against each criterion, applies NC/OFI/OBS/C ratings, and produces a fully drafted completed checklist (.docx) for the auditor to review before it feeds into the audit report plugin. Always use this skill rather than rating checklist items manually.
Generate a WHS audit criteria checklist for any Australian jurisdiction and industry. Typically routed to by the request-router skill for audit preparation work, or invoked directly by name (e.g. "build an audit checklist", "generate audit criteria", "create a checklist for [industry]"). Also trigger on /criteria or /audit-criteria commands. The skill asks the user about jurisdiction and industry, conducts extensive online research (SafeWork Australia incident data, codes of practice, industry guidance), asks targeted follow-up questions about the specific workplace, and produces a completed audit criteria checklist as a .docx file ready for field use. Always use this skill rather than attempting to build a checklist from memory alone.
WHS consulting plugin suite for Claude Code and Cowork — occupational hygiene, process safety, construction, psychosocial, and regulatory compliance tools for Australian and New Zealand workplaces.
/plugin marketplace add safetysure/safetysure-plugins
Replace
safetysure/safetysure-pluginswith your actual GitHubowner/repoif different.
Install individual plugins:
/plugin install safetysure-whs-legislation@safetysure-plugins
/plugin install safetysure-swms@safetysure-plugins
/plugin install safetysure-rcs@safetysure-plugins
Or install all plugins at once — the marketplace will prompt you after adding it.
Marketplaces auto-update at startup. When you update a plugin in this repo, all users get the new version next time they launch Claude Code or Cowork.
For private repos, set GITHUB_TOKEN in your environment for automatic updates.
| Plugin | Version | Skills | Description |
|---|---|---|---|
| safetysure-whs-legislation | 1.3.0 | 10 | Multi-jurisdiction WHS/OHS Act + Regulation checkers (QLD, NSW, TAS, WA, VIC) |
| safetysure-aus-standards | 3.0.0 | 14 | Australian/NZ Standards (electrical, machinery, racking, flammable liquids, safety signs, management systems) |
| safetysure-tas-regulatory | 1.3.0 | 6 | Tasmanian non-WHS legislation (Building Act, Fire Service, Heavy Vehicle) |
| safetysure-psychosocial-model | 0.1.0 | 1 | National Model psychosocial hazard baseline |
| Plugin | Version | Skills | Description |
|---|---|---|---|
| safetysure-swms | 1.3.0 | 1 | SWMS review and compliance reporting (5 jurisdictions) |
| safetysure-rcs | 1.0.0 | 3 | RCS dust survey report generator |
| safetysure-lopa-suite | 1.0.0 | 4 | Layer of Protection Analysis (CCPS 2001) |
| safetysure-ohs-stats | 1.0.0 | 1 | AIOH statistical compliance analysis |
| safetysure-report-checker | 1.0.0 | 1 | QA/QC review agent for WHS reports |
| safetysure-audit-criteria | 1.0.0 | 2 | Audit criteria generator + checklist completer |
| safetysure-construction-audit | 1.0.0 | 1 | Construction WHS audit (FSC criteria) |
| safetysure-erp | 1.0.0 | 4 | Emergency Response Plan builder (AS 3745) |
| Plugin | Version | Skills | Jurisdiction |
|---|---|---|---|
| safetysure-psychosocial-qld | 0.2.0 | 2 | Queensland |
| safetysure-psychosocial-nsw | 0.2.0 | 2 | New South Wales |
| safetysure-psychosocial-vic | 0.2.0 | 2 | Victoria |
| safetysure-psychosocial-sa | 0.2.0 | 2 | South Australia |
| safetysure-psychosocial-wa | 0.2.0 | 2 | Western Australia |
| safetysure-psychosocial-tas | 0.2.0 | 2 | Tasmania |
| safetysure-psychosocial-nz | 0.2.0 | 2 | New Zealand |
The skills/ directory contains standalone .skill files that are not distributed through the marketplace. Install these manually via the Cowork UI:
Several action plugins reference safetysure-whs-legislation as the canonical source for legislative text. Install it first if you plan to use:
safetysure-plugins/
├── .claude-plugin/
│ └── marketplace.json ← Marketplace catalogue
├── plugins/
│ ├── safetysure-whs-legislation/
│ ├── safetysure-aus-standards/
│ ├── safetysure-tas-regulatory/
│ ├── safetysure-swms/
│ ├── safetysure-rcs/
│ ├── safetysure-lopa-suite/
│ ├── safetysure-ohs-stats/
│ ├── safetysure-report-checker/
│ ├── safetysure-audit-criteria/
│ ├── safetysure-construction-audit/
│ ├── safetysure-erp/
│ ├── safetysure-psychosocial-model/
│ ├── safetysure-psychosocial-qld/
│ ├── safetysure-psychosocial-nsw/
│ ├── safetysure-psychosocial-vic/
│ ├── safetysure-psychosocial-sa/
│ ├── safetysure-psychosocial-wa/
│ ├── safetysure-psychosocial-tas/
│ └── safetysure-psychosocial-nz/
├── skills/
│ ├── incremental-writer/
│ ├── plugin-dev-workflow/
│ └── session-memory-coc/
└── README.md
To update a plugin:
plugins/<plugin-name>/version in the plugin's .claude-plugin/plugin.jsonTo make this marketplace available to your whole team, add it to your project's .claude/settings.json:
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub teddychenfeiyang-png/safetysure-plugins --plugin safetysure-audit-criteriaSafetysure Psychosocial Expert — Tasmania. Tasmanian psychosocial hazard management specialist plugin. Bundles TAS-specific legislative reference (WHS Act 2012 (Tas), WHS Regulations 2022 (Tas) Division 11 rr 55A–55D, TAS Code of Practice Managing Psychosocial Hazards at Work January 2023) with user-facing advisor and reference checker skills. The tas-psychosocial-advisor provides interactive guidance on hazard identification, risk assessment, control selection, and incident response; the tas-psychosocial-checker provides verified legislative citations for internal use. Install for TAS psychosocial consulting work. Loads safetysure-psychosocial-model for shared national baseline provisions.
Complete Tasmanian regulatory reference covering WHS and non-WHS legislation — includes WHS Act 2012, WHS Regulations 2022, General Fire Regulations 2021, Fire Service Act 1979, Building Act 2016, and Heavy Vehicle National Law (Tas) Act 2013. Provides verified legislative text and regulatory context for Tasmania-specific compliance projects.
Safetysure Psychosocial Expert — QLD. Queensland psychosocial hazard management specialist plugin. Bundles QLD-specific legislative reference (WHS Regulation 2011 Division 11 rr 55A–55H, QLD CoP Managing the Risk of Psychosocial Hazards at Work 2022) with user-facing advisor and reference checker skills. The qld-psychosocial-advisor provides interactive guidance on hazard identification, risk assessment, control selection, SGBH prevention plans, and incident response; the qld-psychosocial-checker provides verified legislative citations for internal use. Install for QLD psychosocial consulting work. Loads safetysure-psychosocial-model for shared national baseline provisions.
Safetysure Psychosocial Expert — South Australia. South Australian psychosocial hazard management specialist plugin. Bundles SA-specific legislative reference (WHS Act 2012 (SA), WHS Regulations 2012 (SA) Division 11 rr 55A–55D, SA Code of Practice Managing Psychosocial Hazards at Work February 2026) with user-facing advisor and reference checker skills. The sa-psychosocial-advisor provides interactive guidance on hazard identification, risk assessment, control selection, and incident response; the sa-psychosocial-checker provides verified legislative citations for internal use. Install for SA psychosocial consulting work. Loads safetysure-psychosocial-model for shared national baseline provisions.
Emergency Response Plan (ERP) development toolkit for Safetysure — aligned with AS 3745:2010 (Planning for emergencies in facilities). Includes four skills: (1) erp-developer — primary orchestrator that guides section-by-section ERP development with template fidelity, multi-jurisdiction support (QLD, NSW, VIC, TAS, WA), variable ECO structures, shift-specific coverage models, and .docx output; (2) erp-emergency-assessment — research-driven emergency identification and analysis per AS 3745 Clause 3.2 with web-based location hazard research (flood zones, bushfire maps, seismic data, neighbouring facilities), produces Appendix G register and grouped emergency types; (3) erp-reviewer — reviews existing ERPs against AS 3745 compliance checklist; (4) erp-emergency-library — reference library of emergency scenarios for 9 industry types. Three commands: /erp-develop, /erp-assess, /erp-review.
Draft customer estimates, write inspection reports, and generate scopes of work
GRC (Governance, Risk, and Compliance) domain knowledge — frameworks, controls, audits, evidence, ConMon, cross-framework mappings, document review, and operational workflows. Cloud-agnostic.
TSA cybersecurity compliance advisor for critical infrastructure — pipeline, freight rail, and transit Security Directive requirements including CIP/COIP, IRP, ADR, CAP, incident reporting, and OT/ICS security.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques