alterlab-iso13485

alterlab-iso13485 is a skill for Claude Code from AlterLab-IEU/AlterLab-Academic-Skills. It costs 115 tokens per session (1,704 once invoked), scanned A, original, MIT.

A documentation assistant for ISO 13485, the quality-management standard used by medical-device manufacturers. It helps organize the documents needed for certification and audits.

In plain words
What is it for?
Use it to review existing quality documents, draft manuals and procedures, prepare Medical Device Files, create checklists, and get ready for certification audits.
Why use it?
Preparing a medical-device quality system involves many required documents and procedures. A gap analysis can reveal what is missing or needs updating.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the alterlab-clinical-research plugin — 7 skills shipped together

Good fit Use it to review existing quality documents, draft manuals and procedures, prepare Medical Device Files, create checklists, and get ready for certification audits.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485
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 AlterLab-IEU/AlterLab-Academic-Skills --skill alterlab-iso13485
Clone the repo
git clone --depth 1 https://github.com/AlterLab-IEU/AlterLab-Academic-Skills

Made for: Claude Code.

Or install alterlab-clinical-research, the plugin that ships this one along with the rest of its 7 skills.

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 alterlab-iso13485

README.md
[![agentmods](https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485/github.svg)](https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485)
Your own site
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485/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 alterlab-iso13485

Your own site · 80×15
<a href="https://agentmods.dev/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485"><img src="https://agentmods.dev/badge/skills/alterlab-ieu/alterlab-academic-skills/alterlab-iso13485.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,704 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00115 $0.01704
Opus 5 $0.00057 $0.00852
Sonnet 5 $0.00023 $0.00341
Haiku 4.5 $0.00012 $0.00170

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

Security

Grade A, and why

alterlab-iso13485 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/gap_analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/clinical-research/alterlab-iso13485/SKILL.md · 150 lines

How it starts

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

ISO 13485 Certification Documentation Assistant

Overview

This skill helps medical device manufacturers prepare comprehensive documentation for ISO 13485:2016 certification. It provides tools, templates, references, and guidance to create, review, and gap-analyze all required Quality Management System (QMS) documentation.

What this skill provides:

  • Gap analysis of existing documentation
  • Templates for all mandatory documents
  • Comprehensive requirements guidance
  • Step-by-step documentation creation
  • Identification of missing documentation
  • Compliance checklists

When to use this skill:

  • Starting ISO 13485 certification process
  • Conducting gap analysis against ISO 13485
  • Creating or updating QMS documentation
  • Preparing for certification audit
  • Transitioning from FDA QSR to QMSR
  • Harmonizing with EU MDR requirements

Core Workflow

1. Assess Current State (Gap Analysis)

When to start here: User has existing documentation and needs to identify gaps

Process:

  1. Collect existing documentation:

    • Ask user to provide directory of current QMS documents
    • Documents can be in any format (.txt, .md, .doc, .docx, .pdf)
    • Include any procedures, manuals, work instructions, forms
  2. Run gap analysis script:

    python scripts/gap_analyzer.py --docs-dir <path_to_docs> --output gap-report.json
    
  3. Review results:

    • Identify which required procedures are present vs. missing. The script checks the 26 always-applicable documented procedures (it omits the conditional "when applicable" ones — design, installation, servicing, sterilization, etc. — to avoid false-negative gaps); the full set is "31" by convention. See references/quick-reference.md for the full list and counting note.
    • Identify missing key documents (Quality Manual, MDF, etc.)
    • Calculate compliance percentage (reported against the 26 procedures the script tracks)
    • Prioritize missing documentation, including any conditional procedures that apply to this manufacturer

Read the full file on GitHub · 150 lines

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. 12d ago First seen · 150 lines · 115 tokens per session scan A f2fd4f837085

Subscribe to this mod's changes

alterlab-iso13485 is a skill published in the GitHub repository AlterLab-IEU/AlterLab-Academic-Skills (66 stars, last pushed 7d ago), licensed MIT. It adds 115 tokens to every session and 1,704 once invoked, about $0.0006 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-30.

Related

Other skills, from other repositories

thesis-consistency-audit

A consistency audit for quantitative master’s and doctoral theses in management, finance, or strategy. It checks whether numbers, tables, analyses, and claims agree, and can inspect hidden author information in office documents.

Nero1688/claude-academic-skills · 500 tokens

literature-matrix-builder

A tool for turning a collection of research papers in PDF format into an organised literature library and comparison spreadsheet. It can find identifiers such as DOIs, retrieve publication details, check for retractions, and prepare reference lists.

Nero1688/claude-academic-skills · 501 tokens

bilingual-paper-reader

A reading tool for translating an English research-paper PDF into Chinese paragraph by paragraph, with color labels for claims, innovations, methods, limits, and quotable sentences. It uses a reusable offline HTML reader and stores highlights in the browser.

Nero1688/claude-academic-skills · 389 tokens

iso-13485-certification

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 documentation, (2) creating Quality Manuals, (3) developing required procedures and work…

Lord1Egypt/scientific-agent-toolkit · 126 tokens

aamas-submission

Use when auditing an AAMAS main-track submission for OpenReview readiness, the 8-page-plus-references limit, the full-paper versus 2-page extended-abstract choice, double-blind anonymity, the supplementary zip cap, track fit across the AAAI/JAAMAS/Blue Sky tracks, dual-submission rules, and desk-reject triggers before…

brycewang-stanford/Awesome-Journal-Skills · 79 tokens

acmmm-camera-ready

Use when preparing the ACM MM (ACM Multimedia) camera-ready version of record — de-anonymizing safely, completing the ACM rights form and CCS concepts, meeting ACM sigconf requirements, releasing code/data/media artifacts and any earned reproducibility badge, registering, and planning the oral/poster presentation in…

brycewang-stanford/Awesome-Journal-Skills · 67 tokens