Agent skill

fda-consultant-specialist

FDA regulatory consultant for medical device companies. Provides 510(k)/PMA/De Novo pathway guidance, QMSR (21 CFR 820, which incorporates ISO 13485:2016 by reference since 2026-02-02; formerly QSR) compliance, HIPAA assessments, and device cybersecurity. Use when user mentions FDA submission, 510(k), PMA, De Novo, QMSR, QSR, ISO 13485 for FDA, premarket, predicate device, substantial equivalence, HIPAA medical device, or FDA cybersecurity.

Alireza Rezvani23,369★ · +428/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add alirezarezvani/claude-skills --skill fda-consultant-specialist --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 12 KB
Bundled scripts: yes
Path: ra-qm-team/skills/fda-consultant-specialist/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 23,791 · +422 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, the Quality Management System Regulation (QMSR, 21 CFR Part 820 — formerly the QSR), HIPAA compliance, and device cybersecurity requirements. ## Table of Contents - [FDA Pathway Selection](#fda-pathway-selection) - [510(k) Submission Process](#510k-submission-process) - [QMSR Compliance (formerly QSR)](#qmsr-compliance-formerly-qsr) - [HIPAA for Medical Devices](#hipaa-for-medical-devices) - [Device Cybersecurity](#device-cybersecurity) - [Resources](#resources) --- ## FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. ### Decision Framework ``` Predicate device exists? ├── YES → Substantially equivalent? │ ├── YES → 510(k) Pathway │ │ ├── No design changes → Abbreviated 510(k) │ │ ├── Manufacturing only → Special 510(k) │ │ └── Design/performance → Traditional 510(k) │ └── NO → PMA or De Novo └── NO → Novel device? ├── Low-to-moderate risk → De Novo └── High risk (Class III) → PMA ``` ### Pathway Comparison | Pathway | When to Use | Timeline | User Fee (FY2024) | |---------|-------------|

What's inside
Steps it walks through
  1. Table of Contents
  2. FDA Pathway Selection
  3. Decision Framework
  4. Pathway Comparison
  5. Pre-Submission Strategy
  6. 510(k) Submission Process
  7. Workflow
  8. Required Sections (21 CFR 807.87)
  9. Common RTA Issues
  10. QMSR Compliance (formerly QSR)
  11. Key Quality Subsystems (legacy QSR index → current ISO 13485:2016 clause)
  12. Design Controls Workflow (ISO 13485 §7.3; legacy QSR 820.30)
  13. CAPA Process (ISO 13485 §8.5.2/8.5.3; legacy QSR 820.100)
  14. HIPAA for Medical Devices
Ships with 8 files
  • references/device_cybersecurity_guidance.md
  • references/fda_capa_requirements.md
  • references/fda_submission_guide.md
  • references/hipaa_compliance_framework.md
  • references/qsr_compliance_requirements.md
  • scripts/fda_submission_tracker.py
  • scripts/hipaa_risk_assessment.py
  • scripts/qsr_compliance_checker.py
Commands it runs
Track FDA submission status
python scripts/fda_submission_tracker.py /path/to/project --type 510k
Assess QMS documentation (legacy QSR section keys, mapped to ISO 13485 under QMSR)
python scripts/qsr_compliance_checker.py /path/to/project --section 820.30  # legacy checklist key = ISO 13485 §7.3 (design & development)
Run HIPAA risk assessment
python scripts/hipaa_risk_assessment.py /path/to/project --category technical
More from claude-skills
All skills →
About this skill
What does the fda-consultant-specialist skill do?

FDA regulatory consultant for medical device companies. Provides 510(k)/PMA/De Novo pathway guidance, QMSR (21 CFR 820, which incorporates ISO 13485:2016 by reference since 2026-02-02; formerly QSR) compliance, HIPAA assessments, and device cybersecurity. Use when user mentions FDA submission, 510(k), PMA, De Novo, QMSR, QSR, ISO 13485 for FDA, premarket, predicate device, substantial equivalence, HIPAA medical device, or FDA cybersecurity.

How do I install it?

Run `npx skills add alirezarezvani/claude-skills --skill fda-consultant-specialist --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From alirezarezvani/claude-skills, a repository with 23,791 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going