agent-launcher-orchest…
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
/cs:fda-qsr-audit-prep <scope> — FDA 21 CFR 820 (QSR / QMSR) audit 6-question forcing interrogation. Post-Feb 2026 substantially harmonized with ISO 13485. Use before annual internal QSR audit, pre-FDA-inspection readiness, or Form 483 response.
$ npx -y skills add alirezarezvani/claude-skills --skill fda-qsr-audit-prep --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/fda-qsr-audit-prepContext preview
The summary Claude sees to decide when to auto-load this skill.
/cs:fda-qsr-audit-prep <scope> — FDA 21 CFR 820 (QSR / QMSR) audit 6-question forcing interrogation. Post-Feb 2026 substantially harmonized with ISO 13485. Use before annual internal QSR audit, pre-FDA-inspection readiness, or Form 483 response.
name: "fda-qsr-audit-prep" description: "/cs:fda-qsr-audit-prep <scope> — FDA 21 CFR 820 (QSR / QMSR) audit 6-question forcing interrogation. Post-Feb 2026 substantially harmonized with ISO 13485. Use before annual internal QSR audit, pre-FDA-inspection readiness, or Form 483 response."
**Command:** `/cs:fda-qsr-audit-prep <scope>`
The FDA QSR auditor pressure-tests any US medical-device QSR work. Six questions before any internal audit, FDA inspection, Form 483 response, or recall decision.
**21 CFR 820.198 + 21 CFR 803 — most-cited FDA inspection area.**
**Cross-walks ISO 13485 Clause 7.5.6 (substantially harmonized post-Feb 2026).**
**21 CFR 820.180 — 2-year retention from commercial distribution; check sampling for completeness.**
**21 CFR 820.100 = ISO 13485 8.5.2 substantially harmonized.**
**FDA-specific overlay not in ISO 13485.**
**Form 483 = FDA observation; not equivalent to ISO nonconformity.**
# 1. QSR compliance posture python ra-qm-team/skills/fda-consultant-specialist/scripts/qsr_compliance_checker.py compliance_state.json # 2. FDA submission tracking (510(k) / PMA / IDE) python ra-qm-team/skills/fda-consultant-specialist/scripts/fda_submission_tracker.py submissions.json # 3. HIPAA overlap (if connected device handles PHI) python ra-qm-team/skills/fda-consultant-specialist/scripts/hipaa_risk_assessment.py phi_inventory.json # 4. Mock FDA inspection python ../../skills/compliance-os/scripts/audit_simulator.py fda_qsr_scope.json
# FDA QSR Audit Prep: <scope> **Date:** YYYY-MM-DD ## The Decision Being Made [programme-plan | inspection-readiness | 483-response | MDR-decision | recall] ## Complaint + MDR Posture - Complaints last quarter: N - MDR-reportable events: M - MDR reports filed within timeline: % (target 100%) - Complaint trending review at management level: yes/no ## Process Validation Status (21 CFR 820.75) - Validations on schedule: % - Stale validations: <list> - Statistical techniques applied: yes/no per process ## DHR Completeness (21 CFR 820.180) - DHRs sampled: N - Completeness rate: % - 2-year retention compliant: yes/no - Stratified by product class: yes/no ## CAPA Health (21 CFR 820.100) - CAPAs sampled: N - Root cause analysis depth: adequate/inadequate - Effectiveness verification: complete/incomplete - Aging CAPAs > 90 days: N ## Labeling (21 CFR 801) - Recent products reviewed: <list> - Labeling accurate + non-misleading: yes/no - UDI compliance per 21 CFR 830: yes/no ## Form 483 / Warning Letter History - Form 483s last 3 years: N (each: closed/in-progress) - Warning Letters last 5 years: N (each: closed/in-progress) - Pattern across observations: <thematic> ## ISO 13485 Cross-Walk (post-Feb 2026 harmonization) - ISO 13485 audit findings: <link to cs-cqm-iso13485 output> - FDA-specific overlays remaining: labeling + complaint handling + MDR reporting + recall procedures - Cross-framework reuse: % of evidence shared ## Verdict 🟢 INSPECTION-READY | 🟡 GAPS-IDENTIFIED | 🔴 NOT-READY ## Top 3 Actions [3 concrete next steps with owner + FDA-cited timeline (15 days / 30 days / etc.)] ## Outside Counsel Required [For Warning Letter response, recall decisions, or 510(k) / PMA strategy disputes]
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Use when a user wants to build, launch, grade, or schedule a Claude Managed Agent (CMA) in their own Anthropic account — "build me an agent", "launch this as a…
Phase 3 of building a Claude Managed Agent — the bounded grade→iterate loop. Define a CMA outcome (a required markdown rubric graded by an isolated grader),…
Phase 1 of building a Claude Managed Agent — interview the founder about the one job the agent should do, then produce a build sheet (CMA primitives table +…
Phase 4 of building a Claude Managed Agent — make it run without you. Turn a graded agent into a recurring scheduled deployment (POSIX-cron), an event-driven…
Phase 2 of building a Claude Managed Agent — turn a validated build sheet into exact API payloads and a resumable BYOK curl launch script, then launch…
Close out a launched Claude Managed Agent — recap every primitive the founder now owns, regenerate the single-file overview page, and suggest the next 1-2…