### Iso 13485 Certification
Works with
name: "iso-13485-certification"
description: "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) conduc..."
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioniso-13485-certificationExecute the skills CLI command in your project's root directory to begin installation:
Fetches iso-13485-certification from K-Dense-AI/scientific-agent-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate iso-13485-certification. Access via /iso-13485-certification in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
0
upvotes
Run in your terminal
0
installs
0
this week
—
stars
| name | iso-13485-certification |
| description | 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 instructions, (4) preparing Medical Device Files, (5) understanding ISO 13485 requirements, or (6) identifying missing documentation for medical device certification. Also use when users mention medical device regulations, QMS certification, FDA QMSR, EU MDR, or need help with quality system documentation. |
| license | MIT license |
| metadata | version: "1.0" skill-author: K-Dense Inc. |
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:
When to use this skill:
When to start here: User has existing documentation and needs to identify gaps
Process:
Collect existing documentation:
Run gap analysis script:
python scripts/gap_analyzer.py --docs-dir <path_to_docs> --output gap-report.json
Review results:
Present findings to user:
Output: Comprehensive gap analysis report with prioritized action items
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 ManualHow to use:
For specific clause questions:
iso-13485-requirements.mdFor document requirements:
mandatory-documents.mdFor implementation guidance:
quality-manual-guide.md for policy-level documentsKey reference sections to know:
When to use: User needs to create specific QMS documents
Available templates:
assets/templates/quality-manual-template.mdassets/templates/procedures/CAPA-procedure-template.mdassets/templates/procedures/document-control-procedure-template.mdProcess for document creation:
Identify what needs to be created:
Select appropriate template:
Customize template with user-specific information:
Key customization areas:
Validate completeness:
Document creation priority order:
Phase 1 - Foundation (Critical):
Phase 2 - Core Processes (High Priority): 5. Corrective and Preventive Action (CAPA) 6. Complaint Handling 7. Internal Audit 8. Management Review 9. Risk Management
Phase 3 - Product Realization (High Priority): 10. Design and Development (if applicable) 11. Purchasing 12. Production and Service Provision 13. Control of Nonconforming Product
Phase 4 - Supporting Processes (Medium Priority): 14. Training and Competence 15. Calibration/Control of M&M Equipment 16. Process Validation 17. Product Identification and Traceability
Phase 5 - Additional Requirements (Medium Priority): 18. Feedback and Post-Market Surveillance 19. Regulatory Reporting 20. Customer Communication 21. Data Analysis
Phase 6 - Specialized (If Applicable): 22. Installation (if applicable) 23. Servicing (if applicable) 24. Sterilization (if applicable) 25. Contamination Control (if applicable)
Process:
Read the comprehensive guide:
references/quality-manual-guide.md in fullGather organization information:
Use template:
assets/templates/quality-manual-template.mdComplete required sections:
Key requirements:
Validation checklist:
General approach for all procedures:
Understand the requirement:
references/iso-13485-requirements.mdUse template structure:
Define responsibilities clearly:
Document the "what" not excessive "how":
Include required elements:
Example: Creating CAPA Procedure
assets/templates/procedures/CAPA-procedure-template.mdWhat is an MDF:
Required contents per ISO 13485 Clause 4.2.3:
Process:
When to use: User wants detailed assessment of all requirements
Process:
Use comprehensive checklist:
references/gap-analysis-checklist.mdFor each clause:
Summarize by clause:
Create action plan:
Output:
User request: "We're a medical device startup and need to implement ISO 13485. Where do we start?"
Approach:
Explain the journey:
Start with foundation:
Follow the priority order:
Key milestones:
User request: "We have some procedures but don't know what we're missing for ISO 13485."
Approach:
Run automated gap analysis:
scripts/gap_analyzer.pyConduct detailed assessment:
Provide prioritized gap list:
Create remediation plan:
User request: "Help me create a CAPA procedure."
Approach:
Explain requirements:
Use template:
Gather user-specific info:
Create customized procedure:
Add supporting materials:
User request: "We need to update our QMS for FDA QMSR harmonization."
Approach:
Explain changes:
Review current documentation:
Update strategy:
Create transition plan:
User request: "We have our documentation ready. How do we prepare for the certification audit?"
Approach:
Conduct readiness assessment:
Pre-audit checklist:
Conduct mock audit:
Address findings:
Final preparation:
Start at policy level, then add detail:
Maintain consistency:
Write for your audience:
Make procedures usable:
When you can exclude:
Justification requirements:
Example good justification:
"Clause 7.3 Design and Development is excluded. ABC Company operates as a contract manufacturer and produces medical devices according to complete design specifications provided by customers. All design activities are performed by the customer and ABC Company has no responsibility for design inputs, outputs, verification, validation, or design changes."
Example poor justification:
"We don't do design." (Too brief, doesn't explain why or demonstrate no impact)
Copying ISO 13485 text verbatim
Making procedures too detailed
Creating documents in isolation
Forgetting records
Inadequate approval
gap_analyzer.py - Automated tool to analyze existing documentation and identify gaps against ISO 13485 requirementsiso-13485-requirements.md - Complete breakdown of ISO 13485:2016 requirements clause by clausemandatory-documents.md - Detailed list of all 31 required procedures plus other mandatory documentsgap-analysis-checklist.md - Comprehensive checklist for detailed gap assessmentquality-manual-guide.md - Step-by-step guide for creating a compliant Quality Manualquality-manual-template.md - Complete template for Quality Manual with all required sectionsprocedures/CAPA-procedure-template.md - Example CAPA procedure following best practicesprocedures/document-control-procedure-template.md - Example document control procedure(Note: Traditional count is "31 procedures" though list shows more because some are conditional)
FDA (United States):
EU (European Union):
Canada:
Other Regions:
Minimum retention: Lifetime of medical device as defined by organization
Typical retention periods:
Always comply with applicable regulatory requirements which may specify longer periods.
First-time users should:
references/iso-13485-requirements.md to understand the standardFor specific tasks:
Need help? Start by describing your situation: what stage you're at, what you have, and what you need to create.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
K-Dense-AI/scientific-agent-skills
K-Dense-AI/scientific-agent-skills
K-Dense-AI/scientific-agent-skills
K-Dense-AI/scientific-agent-skills
google-deepmind/science-skills
google-deepmind/science-skills
iso-13485-certification reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for iso-13485-certification matched our evaluation — installs cleanly and behaves as described in the markdown.
Keeps context tight: iso-13485-certification is the kind of skill you can hand to a new teammate without a long onboarding doc.
iso-13485-certification has been reliable in day-to-day use. Documentation quality is above average for community skills.
I recommend iso-13485-certification for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
We added iso-13485-certification from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: iso-13485-certification is focused, and the summary matches what you get after install.
iso-13485-certification is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Solid pick for teams standardizing on skills: iso-13485-certification is focused, and the summary matches what you get after install.
Solid pick for teams standardizing on skills: iso-13485-certification is focused, and the summary matches what you get after install.
showing 1-10 of 73