openevidence-hello-world

Create a minimal working OpenEvidence clinical query example.

Content Preview
---
name: openevidence-hello-world
description: |
  Create a minimal working OpenEvidence clinical query example.
  Use when starting a new OpenEvidence integration, testing your setup,
  or learning basic clinical query patterns.
  Trigger with phrases like "openevidence hello world", "openevidence example",
  "openevidence quick start", "first clinical query".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: MIT
author: Jeremy Longshore <[email protected]>
compatible-with: clau
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/openevidence-hello-world.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/openevidence-pack/skills/openevidence-hello-world/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/openevidence-pack/skills/openevidence-hello-world/SKILL.md

Related Skills