skill-builder-medical

Specialized guide for creating Claude Code skills for Dr. Sophia AI medical system. Includes healthcare integration patterns (FHIR/REST/EHR), medical compliance validation (HIPAA/PBS/TGA), botanical design integration, Railway deployment patterns, and proven examples from our 7 production skills. Use when creating skills specifically for Dr. Sophia AI, medical integration skills, healthcare compliance skills, EHR workflows, or adapting our proven skill patterns.

16 stars

Best use case

skill-builder-medical is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Specialized guide for creating Claude Code skills for Dr. Sophia AI medical system. Includes healthcare integration patterns (FHIR/REST/EHR), medical compliance validation (HIPAA/PBS/TGA), botanical design integration, Railway deployment patterns, and proven examples from our 7 production skills. Use when creating skills specifically for Dr. Sophia AI, medical integration skills, healthcare compliance skills, EHR workflows, or adapting our proven skill patterns.

Teams using skill-builder-medical should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/skill-builder-medical/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/design/skill-builder-medical/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/skill-builder-medical/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How skill-builder-medical Compares

Feature / Agentskill-builder-medicalStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Specialized guide for creating Claude Code skills for Dr. Sophia AI medical system. Includes healthcare integration patterns (FHIR/REST/EHR), medical compliance validation (HIPAA/PBS/TGA), botanical design integration, Railway deployment patterns, and proven examples from our 7 production skills. Use when creating skills specifically for Dr. Sophia AI, medical integration skills, healthcare compliance skills, EHR workflows, or adapting our proven skill patterns.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Dr. Sophia AI Medical Skill Builder

## Overview

Specialized guide for creating Claude Code skills for Dr. Sophia AI medical system. Built on skill-builder-generic foundation, adds healthcare-specific patterns, compliance validation, and references our 7 proven production skills.

## When to Use This Skill

- Creating skills for Dr. Sophia AI
- Medical integration skills (FHIR/REST/EHR)
- Healthcare compliance skills
- Adapting our proven patterns
- Medical testing frameworks

## Quick Start

For universal skill patterns, use skill-builder-generic first.

This medical builder adds Dr. Sophia AI specifics:
- HIPAA compliance
- Botanical design integration
- Railway deployment patterns
- MediRecords FHIR/REST APIs
- Our 7 proven skills as templates

## Healthcare Integration Patterns

### Pattern 1: Medical API Integration
See: medirecords-integration skill (our proven example)
- Two-phase FHIR/REST workflow
- API credentials handling
- SOAP notes formatting

### Pattern 2: Design System Skills
See: botanical-design skill
- Botanical color palette (#00B368 spectrum)
- Typography (Livvic/Onest fonts)
- Component templates

### Pattern 3: Deployment Skills
See: deployment-guide, railway-troubleshooting
- Railway-specific workflows
- Environment-aware builds
- Docker cache handling

### Pattern 4: Testing Skills
See: saudi-patient-testing
- Patient test frameworks
- Data separation principle
- Safety validation

## Our 7 Skills as Examples

All in: .claude/skills/
1. botanical-design - Design system pattern
2. medirecords-integration - API integration
3. deployment-guide - Deployment workflow
4. modal-patterns - React UI
5. railway-troubleshooting - Debugging
6. wearables-setup - OAuth integration
7. saudi-patient-testing - Testing framework

## Medical-Specific Requirements

**HIPAA Compliance:**
- No PHI in examples (use placeholders)
- Template credentials (never real)
- Sanitize logs

**Botanical Brand:**
- Use #00B368 green spectrum
- Livvic/Onest fonts
- Reference botanical-design skill

**Railway Deployment:**
- Environment-aware (dev/prod)
- Frontend: npm run build required
- Backend: auto-deploy from source

---

**Version:** 1.0
**Built On:** skill-builder-generic
**Examples:** 7 proven Dr. Sophia AI skills
**Last Updated:** October 25, 2025

Related Skills

telegram-bot-builder

16
from diegosouzapw/awesome-omni-skill

Expert in building Telegram bots that solve real problems - from simple automation to complex AI-powered bots. Covers bot architecture, the Telegram Bot API, user experience, monetization strategie...

Skill Builder / Creator

16
from diegosouzapw/awesome-omni-skill

Create high-quality skills with modular structure, progressive disclosure, and token-efficient design.

form_builder

16
from diegosouzapw/awesome-omni-skill

Builds form components and data collection interfaces including contact forms, registration flows, checkout processes, surveys, and settings pages. Includes 50+ input types, validation strategies, accessibility patterns (WCAG 2.1), multi-step wizards, and UX best practices. Provides decision trees from data type to component selection, validation timing guidance, and error handling patterns. Use when creating forms, collecting user input, building surveys, implementing validation, designing multi-step workflows, or ensuring form accessibility.

figma-make-website-builder

16
from diegosouzapw/awesome-omni-skill

Structured 9-phase workflow for building production-ready websites using Claude (architecture, logic, reasoning) paired with Figma Make (UI, interactions, deployment). Use when planning, designing, or building a website with Figma Make.

assessment-builder

16
from diegosouzapw/awesome-omni-skill

Creates assessments with varied question types (MCQ, code-completion, debugging, projects) aligned to learning objectives. Use when educators design quizzes/exams, need questions at appropriate Bloom's cognitive levels, want balanced cognitive distribution (60%+ non-recall), or require rubrics for open-ended questions.

appimage-builder

16
from diegosouzapw/awesome-omni-skill

Build AppImage bundles with AppDir structure for portable Linux applications

rag-agent-builder

16
from diegosouzapw/awesome-omni-skill

Build Retrieval-Augmented Generation (RAG) applications that combine LLM capabilities with external knowledge sources. Covers vector databases, embeddings, retrieval strategies, and response generation. Use when building document Q&A systems, knowledge base applications, enterprise search, or combining LLMs with custom data.

agent-builder

16
from diegosouzapw/awesome-omni-skill

Build AI agents using pai-agent-sdk with Pydantic AI. Covers agent creation via create_agent(), toolset configuration, session persistence with ResumableState, subagent hierarchies, and browser automation. Use when creating agent applications, configuring custom tools, managing multi-turn sessions, setting up hierarchical agents, or implementing HITL approval flows.

Advisory Board Builder

16
from diegosouzapw/awesome-omni-skill

Recruit, structure, and manage advisory boards for strategic guidance

web-backend-builder

16
from diegosouzapw/awesome-omni-skill

Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.

mcp-builder

16
from diegosouzapw/awesome-omni-skill

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).

mcp-builder-microsoft

16
from diegosouzapw/awesome-omni-skill

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).