Safetysure Plugin Marketplace
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.
Quick Start
1. Add the Marketplace
/plugin marketplace add safetysure/safetysure-plugins
Replace safetysure/safetysure-plugins with your actual GitHub owner/repo if different.
2. Install Plugins
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.
3. Updates
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 Inventory
Reference Plugins (install first — action plugins depend on these)
| 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 |
Action Plugins — Core
| 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) |
Action Plugins — Psychosocial Specialists
| 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 |
Standalone Skills
The skills/ directory contains standalone .skill files that are not distributed through the marketplace. Install these manually via the Cowork UI:
- incremental-writer — section-by-section document orchestrator for long reports
- plugin-dev-workflow — post-release checklist for plugin versioning
- session-memory-coc — session memory with chain-of-command protocol
Dependencies
Several action plugins reference safetysure-whs-legislation as the canonical source for legislative text. Install it first if you plan to use:
- safetysure-swms
- safetysure-rcs
- safetysure-lopa-suite
- safetysure-construction-audit
- safetysure-erp
- All psychosocial specialist plugins
Repository Structure
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
Updating Plugins
To update a plugin:
- Replace the plugin files in
plugins/<plugin-name>/
- Update
version in the plugin's .claude-plugin/plugin.json
- Commit and push to GitHub
- Users get the update automatically at next startup
Team Setup
To make this marketplace available to your whole team, add it to your project's .claude/settings.json: