@delvry/skill
v1.0.0
Published
Claude skill bundle for Delvry — drop SKILL.md and survey.schema.json into .claude/skills/delvry/.
Maintainers
Readme
@delvry/skill
Claude skill bundle for Delvry — drop into .claude/skills/delvry/.
Install (one-line)
mkdir -p .claude/skills/delvry && curl -fsSL https://delvry.ai/skill.md > .claude/skills/delvry/SKILL.mdThe hosted /skill.md is the canonical bundle — it concatenates SKILL.md
and survey.schema.json so a single curl gets everything an agent needs.
Install (npm)
npm i @delvry/skill
cp -r node_modules/@delvry/skill/{SKILL.md,survey.schema.json,examples} .claude/skills/delvry/What's in the bundle
SKILL.md— agent-facing documentation: when to use Delvry, the standard flow, question types, branching rules, examplessurvey.schema.json— JSON Schema for the survey DSL; gives IDE autocomplete and validationexamples/— small example surveys
Docs
- https://delvry.ai
- https://delvry.ai/llms.txt
