AI coding skills maintained by VCSI at the University of Vermont. Each skill is a markdown file that teaches coding agents best practices for specific tools and workflows.
| Skill | Description | Install |
|---|---|---|
| svelte-d3-charting | Svelte 5 + D3 charting best practices: reactive scales, responsive sizing, animations | See below |
Copy the SKILL.md file into your project's skills directory:
# Claude Code
mkdir -p .claude/skills/svelte-d3-charting
curl -o .claude/skills/svelte-d3-charting/SKILL.md \
https://raw.githubusercontent.com/Vermont-Complex-Systems/vcsi-skills/main/skills/svelte-d3-charting/SKILL.mdnpx sv add @the-vcsi/svelte-d3-chartingEach skill lives in skills/{name}/SKILL.md. The SKILL.md frontmatter must include name and description fields.
See existing skills for the format.