From openevidence-pack
Provides reference architecture for OpenEvidence API integration with TypeScript service wrapper, flow diagram, and SaaS setup guidance. Useful for healthcare backend services.
How this skill is triggered — by the user, by Claude, or both
Slash command
/openevidence-pack:openevidence-reference-architectureThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```
Client → API Gateway → OpenEvidence Service → OpenEvidence API
↓
Data Store → Analytics
class OpenEvidenceService {
private client: any;
constructor() { this.client = getClient(); }
// Core business logic wrapping OpenEvidence API
}
See openevidence-multi-env-setup.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin openevidence-packInstalls @openevidence/sdk via npm or pip and configures API key authentication for clinical decision support in Node.js or Python projects.
Provides reference architecture for Abridge clinical AI integration with EHRs (Epic/Athena) via FHIR R4 APIs. Includes HIPAA-compliant data flows, project structure for multi-site health systems.
Provides MindTickle reference architecture for API integrations: diagram, TypeScript service wrapper, docs link. Trigger: 'mindtickle reference architecture'.