Skip to main content

← All sources

Medical Device Skills skills

Medical device software — IEC 62304, ISO 14971, FDA, EU MDR, embedded firmware, PHI handling skills-hub.ai mirrors 59 skills from Medical Device Skills daily, every skill links back to its upstream GitHub source. Install with one command across Claude Code, Cursor, Codex, Windsurf, and any MCP-compatible tool.

Upstream: github.com/AminAlam/meddev-agent-skills

Installing a Medical Device Skills skill

Pick a skill below, then run the install command for your AI coding tool. The skills-hub CLI writes the SKILL.md to the right directory and tracks the install in .skills.json so your team gets reproducible installs.

# Install a Medical Device Skills skill
npx @skills-hub-ai/cli install <skill-slug>

# Browse all Medical Device Skills skills via API
curl https://skills-hub.ai/api/v1/skills?source=meddev-skills

# Browse all sources
open https://skills-hub.ai/sources

Top Medical Device Skills skills

See all →

The most-installed skills from Medical Device Skills, ranked by adoption.

  1. 01DOC-DESIGN-DOCS

    1 installs

    Guide creation and maintenance of Software Architecture (SAD) and Design Descriptions (SDD) that support safety, traceability, and compliance.

    Docsfrom Medical Device Skills
  2. 02DATA-INTEGRITY

    1 installs

    Ensure integrity of data in storage and transmission using checksums/CRCs/ECC, validation, and redundancy where needed for medical devices.

    Datafrom Medical Device Skills
  3. 03DATA-AUDIT

    1 installs

    Define what and how to log for medical devices: security/safety events, integrity, protection, and retention of logs for compliance and forensics.

    Datafrom Medical Device Skills
  4. 04REG-IEC62443

    Apply IEC 62443 concepts (secure development lifecycle, component requirements, security levels) to networked medical devices, ensuring threat-aware design, implementation, and verification of cybersecurity controls.

    Buildfrom Medical Device Skills
  5. 05SEC-SECURE-OTA

    Ensure OTA updates are authenticated, integrity-checked, atomic, and safely recoverable, with regulatory considerations for software changes.

    Securityfrom Medical Device Skills
  6. 06CICD-AUTO-TEST

    Define how to automate tests (unit, integration, system/HIL where feasible) in CI/CD pipelines for medical devices with gating and evidence capture.

    Buildfrom Medical Device Skills
  7. 07FW-HAL

    Provide patterns for HAL design that enable testability, portability, and safety: clear interfaces, separation from application logic, and mockability.

    Buildfrom Medical Device Skills
  8. 08ARCH-FAULT-TOL

    Provide patterns for detecting, containing, and recovering from faults in medical device software, scaled to safety class.

    Buildfrom Medical Device Skills
  9. 09REG-IEC62304-LEGACY

    Guide use of the legacy software pathway (IEC 62304:2006+A1:2015, 4.4) when device software was legally marketed before full lifecycle evidence existed—balancing continued use with gap analysis, risk management, and targeted closure activities instead of re-running all of Clauses 5–9 from scratch.

    Buildfrom Medical Device Skills
  10. 10CICD-RELEASE

    Define controlled release process for medical device software: versioning, branching, verification, approvals, documentation, and post-release monitoring.

    Buildfrom Medical Device Skills
  11. 11FW-RTOS-PATTERNS

    Provide safe RTOS usage patterns: task design, priorities, IPC, deadlines, priority inversion avoidance, and timing analysis for medical devices.

    Buildfrom Medical Device Skills
  12. 12TEST-HIL

    Validate software with real or representative hardware, sensors, actuators, and timing, to uncover integration and safety issues not visible in simulation.

    Testfrom Medical Device Skills
  13. 13CONN-WIFI

    Secure and robust WiFi connectivity for medical devices: WPA3/enterprise auth, certificate management, coexistence, resilience, and hospital network integration.

    Buildfrom Medical Device Skills
  14. 14FW-MEMORY

    Ensure deterministic and safe memory usage: static allocation, pools, stack sizing, MPU usage, and corruption detection for medical device firmware.

    Buildfrom Medical Device Skills
  15. 15SEC-AUTH

    Define secure user/device authentication, session management, and RBAC suitable for medical device risk profiles.

    Securityfrom Medical Device Skills
  16. 16REG-SAMD-CLIN

    Guide **Software as a Medical Device (SaMD)** and **software in devices** for **clinical evaluation** expectations: intended use, SaMD category (IMDRF framework), evidence of **analytical and clinical validity** where applicable, and alignment with **EU MDR Annex XIV** clinical evaluation and **FDA** premarket clinical/benefit-risk expectations for software-driven diagnostics and monitoring.

    Buildfrom Medical Device Skills
  17. 17TEST-DAST

    Detect runtime defects (memory, concurrency, timing, performance, power) via dynamic tools and instrumentation in medical device software.

    Testfrom Medical Device Skills
  18. 18CONN-INTEROP

    Enable safe and standards-aligned interoperability: HL7 FHIR/IHE profiles, data formats, terminology mapping, and API design for medical data exchange.

    Buildfrom Medical Device Skills
  19. 19TEST-SAST

    Use static analysis (SAST) to detect defects and nonconformities (MISRA, CERT) early, with triage and traceability appropriate to safety class.

    Testfrom Medical Device Skills
  20. 20CONN-USB

    Implement safe USB device connectivity: class selection, enumeration handling, data validation, electrical and safety considerations.

    Buildfrom Medical Device Skills
  21. 21CICD-PIPELINE

    Define regulated-friendly CI/CD pipelines with compliance checks, artifact management, and auditability for medical device software.

    Buildfrom Medical Device Skills
  22. 22FW-EMBEDDED-C

    Define C coding practices aligned with MISRA C and medical device safety needs: type safety, control flow, memory management, interrupts, and static analysis.

    Buildfrom Medical Device Skills
  23. 23DATA-PHI

    Identify and handle PHI in software to enforce minimum necessary use, encryption, access control, and retention/deletion policies.

    Datafrom Medical Device Skills
  24. 24REG-EU-MDR

    Provide actionable guidance for software under EU MDR, focusing on classification (Rule 11), technical documentation expectations, UDI for software, PMS/PMCF needs, and alignment with MDCG guidance.

    Buildfrom Medical Device Skills

About this source

skills-hub.ai mirrors skills from 90+ official GitHub repositories every day. Each imported skill is parsed from a SKILL.md file in the source repo, gets a security scan and quality score on import, and links back to its upstream source of truth.

Last sync: Jul 30, 2026, 5:36 PM (success).

Medical Device Skills skills, frequently asked

What are Medical Device Skills skills?

Medical Device Skills skills are AI coding skills published by Medical Device Skills (Medical device software — IEC 62304, ISO 14971, FDA, EU MDR, embedded firmware, PHI handling) and mirrored daily on skills-hub.ai. They are SKILL.md files that follow the open Agent Skills standard, so they work in Claude Code, Cursor, Codex CLI, Windsurf, Copilot, and any MCP-compatible tool.

How many Medical Device Skills skills are available?

skills-hub.ai indexes 59 skills from Medical Device Skills, synced daily from the upstream GitHub repository (https://github.com/AminAlam/meddev-agent-skills).

How do I install a Medical Device Skills skill?

Run `npx @skills-hub-ai/cli install <skill-slug>` in your project. The CLI writes the SKILL.md to the right directory for your AI tool and adds it to your `.skills.json` lockfile so your team gets the same skills at the same versions.

Are these official Medical Device Skills skills?

Yes. Every skill from this source is mirrored from Medical Device Skills's own GitHub repository (https://github.com/AminAlam/meddev-agent-skills). Each skill page links back to the upstream source of truth, so you can verify the original.