Agent skill
regulatory-affairs
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/regulatory-affairs
SKILL.md
---name: regulatory-drafter description: Automates the drafting of regulatory documents (e.g., FDA CTD sections) with citation management and audit trails. keywords:
- regulatory-affairs
- fda
- ctd
- drafting
- compliance measurable_outcome: Produces a first-draft CTD section with >90% citation accuracy and reduced drafting time by 50%. license: MIT metadata: author: Artificial Intelligence Group version: "1.0.0" compatibility:
- system: Python 3.9+ allowed-tools:
- run_shell_command
- read_file ---"
Regulatory Drafter Skill
This skill assists regulatory affairs professionals by automatically generating sections of the Common Technical Document (CTD) from raw data and literature. It focuses on accuracy, traceability, and adherence to FDA/EMA guidelines.
When to Use This Skill
- Drafting CTD Sections: Automatically generate Module 2.4 (Nonclinical Overview) or Module 2.5 (Clinical Overview).
- Citation Management: When you need to synthesize multiple PDFs into a coherent narrative with inline citations.
- Audit Trails: When every claim must be traceable back to a source document.
Core Capabilities
- Document Synthesis: Ingests clinical study reports (CSRs) and literature to write narrative text.
- Citation Linking: Inserts hyperlinks or references to the source material.
- Style Compliance: Adheres to eCTD formatting standards.
Workflow
- Ingest Data: Point the agent to a folder of source PDFs/Data.
- Draft: Run the drafter with a specific section target (e.g., "Nonclinical Overview").
- Review: The agent outputs a Markdown/Word draft with annotations.
Example Usage
User: "Draft the Nonclinical Overview based on the toxicology reports in ./data/tox."
Agent Action:
python3 Skills/Anthropic_Health_Stack/regulatory_drafter.py --input "./data/tox" --section "2.4"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?