You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modular "skill" files for AI coding agents working on medical device software. Each skill captures scoped, actionable guidance (requirements, patterns, anti-patterns, verification) to help agents produce safer, more compliant code without replacing human regulatory review.
What This Repo Is
Curated guidance aligned to medical device standards (IEC 62304, ISO 14971, FDA, EU MDR)
Machine-readable and agent-friendly (consistent schema, metadata, prerequisites)
Code-focused with patterns, anti-patterns, and verification checklists
Target Audience
Device Engineers — Embedded, connectivity, cloud developers building medical software
QA/RA Engineers — Quality and regulatory pros collaborating with AI-assisted development
Tool Builders — Integrating domain skills into Copilot, Claude, Cursor, or custom agents
Quick Start
Pick relevant skills by domain and jurisdiction (e.g., regulatory/iec-62304, security/secure-boot)
Load skills into your agent context — start with SKILL_SCHEMA.md, then add specific skills
Follow the verification checklist when writing/reviewing code
These skills supplement, not replace, reading the actual standards and guidance. Interpretations are noted; always verify with official documents and your QA/RA function. Jurisdictional differences (FDA vs EU MDR) are called out where relevant.
Contributing
See CONTRIBUTING.md for how to propose or update skills. Quality requires citations to standards, runnable code examples, and verification criteria. Regulatory/domain expert review is required for merges.