Install
1. Get AutoVault
If you don't have it yet:
curl -fsSL https://autovault.sh | sh
Or see autovault.dev quick-start.
2. Add a skill from this repo
Every public skill page has a copy button. Pattern:
autovault add jack-arturo/skillissue@<sha>:skills/<name>/SKILL.md --sync-profiles
The @sha pin is this site's build commit so installs are reproducible. Packages are multi-file when needed (resources, bin scripts) — that's why we use GitHub source, not a lone SKILL.md URL.
3. What AutoVault does
- Fetches the skill bundle at that commit
- Validates / signs into your local vault
- Syncs into agent skill directories (Claude Code, Codex, Cursor, …)
You do not need an AutoVault MCP server for day-to-day use after sync — the files land where the agent already looks.
MCP form
add_skill({ source: "github", identifier: "jack-arturo/skillissue@<sha>:skills/<name>/SKILL.md" })