rams-generator

rams-generator is a skill for Claude Code, Codex from Jody09-dotcom/constructionx-skills. It costs 93 tokens per session (1,327 once invoked), scanned A, original, MIT.

A draft generator for UK construction Risk Assessment and Method Statement documents, known as RAMS. It uses the HSE five-step risk-assessment approach and a 5×5 risk matrix, but a competent person must review the draft.

In plain words
What is it for?
It helps draft RAMS for new site tasks, subcontractor submissions, client submissions, or changes to an existing method.
Why use it?
Preparing a RAMS requires gathering task, site, people, equipment, duration, access, and environmental details and then considering hazards and controls. The draft provides a starting point without claiming approval.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for aider. Also seen: built for aider.

Good fit It helps draft RAMS for new site tasks, subcontractor submissions, client submissions, or changes to an existing method.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jody09-dotcom/constructionx-skills/rams-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Jody09-dotcom/constructionx-skills --skill rams-generator
Clone the repo
git clone --depth 1 https://github.com/Jody09-dotcom/constructionx-skills

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin rams-generator/plugin install rams-generator after adding the marketplace above.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rams-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/jody09-dotcom/constructionx-skills/rams-generator/github.svg)](https://agentmods.dev/skills/jody09-dotcom/constructionx-skills/rams-generator)
Your own site
<a href="https://agentmods.dev/skills/jody09-dotcom/constructionx-skills/rams-generator"><img src="https://agentmods.dev/badge/skills/jody09-dotcom/constructionx-skills/rams-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rams-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/jody09-dotcom/constructionx-skills/rams-generator"><img src="https://agentmods.dev/badge/skills/jody09-dotcom/constructionx-skills/rams-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 93 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,327 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00093 $0.01327
Opus 5 $0.00046 $0.00664
Sonnet 5 $0.00019 $0.00265
Haiku 4.5 $0.00009 $0.00133

Measured 8d ago against content hash 626fcccd0a80, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

rams-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/rams-generator/SKILL.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

RAMS Generator

This skill drafts a UK Risk Assessment and Method Statement (RAMS) from a task description. It is aligned to the HSE 5-step risk assessment approach and uses a 5x5 risk matrix. The output is a working draft. A competent person must review and approve before the RAMS is issued, filed, or used to authorise work.

When to Use

  • New task or method coming up on site and you need a first draft
  • Subcontractor RAMS submission, draft before a detailed review
  • Client or principal contractor submittal, first pass
  • Updating an existing RAMS after a change in method or circumstances

This skill does NOT file the RAMS, does NOT replace professional judgement, and does NOT produce an approved document.

Workflow

Phase 1, gather inputs.

Ask the user for the following. If anything is missing, ask one short follow-up, do not guess.

  • Task description (what is being done)
  • Location (site, area, elevation if working at height)
  • Operatives (how many, trade, any subbie firm names)
  • Equipment and materials used
  • Duration (hours, shifts, duration of the phase)
  • Access method (ladders, tower scaffold, MEWP, stairs)
  • Environmental factors (weather exposure, dust, noise, confined space, live services, public nearby)

Phase 2, identify hazards.

Consult references/common-construction-hazards.md. Pick every hazard that applies to the task. If a hazard is borderline, include it. It is easier for the competent-person reviewer to strike a line than to add one.

Phase 3, score risks.

For each hazard, score the inherent risk before controls using references/hse-risk-matrix.md, 5x5, Likelihood 1 to 5 times Severity 1 to 5. Band the score as Low (1-6), Medium (8-12), or High (15-25).

After the control measures, also score the residual risk. Both scores go in the hazard table.

Phase 4, propose controls using the hierarchy of control.

For each hazard, apply controls in this order:

  1. Eliminate the hazard (can the task be done another way that removes the hazard entirely)
  2. Substitute (lower-risk material, method, or tool)
  3. Engineering controls (guards, ventilation, bunds, edge protection)
  4. Administrative controls (permits, training, sequencing, exclusion zones)
  5. PPE (last line of defence)

Read the full file on GitHub · 137 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 137 lines · 93 tokens per session scan A 626fcccd0a80

Subscribe to this mod's changes

rams-generator is a skill published in the GitHub repository Jody09-dotcom/constructionx-skills (1 stars, last pushed 4mo ago), licensed MIT. It adds 93 tokens to every session and 1,327 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

treatment-plans

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…

K-Dense-AI/scientific-agent-skills · 62 tokens

fill-icmje-coi

Batch-generate per-author ICMJE Conflict of Interest Disclosure Forms (coidisclosure.docx) for manuscript submission. Pre-fills all 13 disclosure items as "☒ None" + final certification ☒ using a synthetic seed template shipped with the skill, then clones the seed per author with Date, Name, and Manuscript Title…

Aperivue/medsci-skills · 122 tokens

law-to-markdown

A legal-document conversion skill for turning PDF, Word, or plain-text regulations into structured Markdown. Markdown is a text format that uses simple symbols for headings and lists.

anbeime/skill · 86 tokens

cowork-data-room-builder

Prepare YOUR data room for a fundraise, acquisition, or bank diligence -- builds the checklist for your deal stage, sweeps your folders for what you already have, produces a gap report, and organizes everything into the structure buyers and investors expect. The sell-side complement to cowork-deal-room.

OneWave-AI/claude-skills · 65 tokens

signature-request

Pre-signature gate and routing plan for a finalized document — verifies exact legal entity names, signatory authority, attached exhibits, filled blanks, consistent dates, and counterparty details, then sets the signing order (sequential vs. parallel, with reasons), writes envelope instructions for any e-sign tool, and…

alebgl77/claude-inc · 97 tokens

mqc-timeline-master

Turn raw case materials into a faithful, court-ready case timeline (SVG + PNG + PPTX + VSDX + drawio, plus a traceability index in Word). Use this whenever the user hands over litigation materials — a judgment, complaint, defence, evidence list, contract, bank or Alipay statement, WeChat screenshots, scanned exhibits…

MiaoQichuan/new-litigation-visualization · 269 tokens