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.
Complete Tasmanian Building Act 2016 reference. Use this skill when the user asks about Tasmanian building permits, building compliance, occupancy certificates, building surveyor requirements, or building regulations in Tasmania — or when an action skill needs to verify or cite specific sections of the Building Act 2016 (Tas).
Complete Tasmanian General Fire Regulations 2021 reference. Use this skill when the user asks about Tasmanian fire safety requirements, fire safety plans, emergency procedures, fire prevention in hospitality venues, or fire compliance in Tasmania — or when an action skill needs to verify or cite specific provisions of the General Fire Regulations 2021 (Tas).
Complete Tasmanian Fire Service Act 1979 reference. Use this skill when the user asks about Tasmania Fire Service powers, fire prevention notices, fire investigation, or fire brigade operations in Tasmania — or when an action skill needs to verify or cite specific sections of the Fire Service Act 1979 (Tas).
Complete Tasmanian Heavy Vehicle National Law reference. Use this skill when the user asks about heavy vehicle compliance in Tasmania, chain of responsibility, vehicle mass limits, fatigue management, or heavy vehicle safety duties — or when an action skill needs to verify or cite specific provisions of the Heavy Vehicle National Law (Tasmania) Act 2013.
Complete Tasmanian Work Health and Safety Act 2012 reference (safetysure-tas-regulatory copy). Use this skill when the user asks about Tasmanian WHS duties, PCBU obligations, officer duties, incident notification, or WHS penalties in Tasmania — or when an action skill in the TAS project context needs verified legislative text. For the canonical multi-jurisdiction version, see safetysure-whs-legislation:whs-act-checker-tas.
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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:
npx claudepluginhub teddychenfeiyang-png/safetysure-plugins --plugin safetysure-tas-regulatorySafetysure 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.
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.
SWMS review and compliance reporting for Safetysure — supports QLD, NSW, TAS, VIC, and WA jurisdictions via the safetysure-whs-legislation plugin, with FSC Hazard Benchmarks.
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.
Extract ESG data, score risk, draft disclosures, and benchmark sustainability performance
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.
12 global privacy regulation skills: LGPD, PIPL, PDPA, APPI, PIPA, DPDP Act, Australia Privacy Act, multi-jurisdiction
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.