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.
npx skills add magic3007/dotfiles --skill iso-13485-certificationgit clone --depth 1 https://github.com/magic3007/dotfilesWrote 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.
[](https://agentmods.dev/skills/magic3007/dotfiles/iso-13485-certification)<a href="https://agentmods.dev/skills/magic3007/dotfiles/iso-13485-certification"><img src="https://agentmods.dev/badge/skills/magic3007/dotfiles/iso-13485-certification.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00126 | $0.05306 |
| Opus 5 | $0.00063 | $0.02653 |
| Sonnet 5 | $0.00025 | $0.01061 |
| Haiku 4.5 | $0.00013 | $0.00531 |
Grade A, and why
iso-13485-certification 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 4d 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.
This is a copy
100% identical to iso-13485-certification — 4 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 680 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:
-
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
-
Run gap analysis script:
python scripts/gap_analyzer.py --docs-dir <path_to_docs> --output gap-report.json -
Review results:
- Identify which of the 31 required procedures are present
- Identify missing key documents (Quality Manual, MDF, etc.)
- Calculate compliance percentage
- Prioritize missing documentation
-
Present findings to user:
- Summarize what exists
- Clearly list what's missing
- Provide prioritized action plan
- Estimate effort required
Output: Comprehensive gap analysis report with prioritized action items
2. Understand Requirements (Reference Consultation)
When to use: User needs to understand specific ISO 13485 requirements
Available references:
references/iso-13485-requirements.md- Complete clause-by-clause breakdownreferences/mandatory-documents.md- All 31 required procedures explainedreferences/gap-analysis-checklist.md- Detailed compliance checklistreferences/quality-manual-guide.md- How to create Quality Manual
What ships with it
8 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.
- assets/templates/procedures/CAPA-procedure-template.md 15 KB
- assets/templates/procedures/document-control-procedure-template.md 18 KB
- assets/templates/quality-manual-template.md 20 KB
- references/gap-analysis-checklist.md 27 KB
- references/iso-13485-requirements.md 25 KB
- references/mandatory-documents.md 21 KB
- references/quality-manual-guide.md 26 KB
- scripts/gap_analyzer.py 15 KB runs code
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.
- 4d ago First seen · 680 lines · 126 tokens per session scan A 4b271fff8d17
iso-13485-certification is a skill published in the GitHub repository magic3007/dotfiles (11 stars, last pushed today), licensed MIT. It adds 126 tokens to every session and 5,306 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to iso-13485-certification, differing in 4 lines, and is treated as a copy.
Other skills, from other repositories
assess-quality
Foundational quality framework: the five questions (readable, easy to start, expands without bloat, consistent, intentional) every other dev skill is judged against, plus the dual-audience and workshop principles. Use when onboarding to a project, defining a quality bar, setting an assessment checklist, or arbitrating…
create-oss-skill
Create well-formed Agent Skills following the agentskills.io specification. Scaffold directories, write SKILL.md files, bundle scripts, and structure instructions for progressive disclosure. Use when creating a new skill, reviewing skill structure, optimizing a skill description, or setting up evals for skill quality.
orchestrate-agents
Orchestrate multiple agent CLIs (Claude, Codex, Antigravity) via tmux with a shared fleet store, dispatching one guardian subagent per pane. Survey-first: inspects and adopts existing tmux sessions, windows, and agent panes before creating anything new. Use when running a multi-agent session, dispatching parallel…
scaffold-project
Generates cross-language standard files (README, AGENTS.md, LICENSE, CONTRIBUTING.md, SECURITY.md, sr.yaml, .envrc, llms.txt), documentation conventions, and project structure, then dispatches to language-specific scaffolds. Use first for cross-language standard files and structure, THEN load the matching scaffold…
test-code
Testing philosophy, test types (unit, integration, golden, fuzz, property, benchmark, smoke, E2E), per-language conventions (Rust, Go, Python, TypeScript), file organization, fixtures/mocks, CI strategy, and what NOT to test. Use when writing tests, reviewing test coverage, setting up test infrastructure, or deciding…
extend-oss-skills-to-claude
Extend standard agentskills.io skills with Claude Code-specific features. Invocation control, subagent execution, dynamic context injection, string substitutions, model/effort overrides, and deployment scoping. Use when adapting a portable skill for Claude Code, adding Claude-specific frontmatter, setting up subagent…