v0.18.4
What's new
GitHub skill sources (vault-local, per-session)
Paste a GitHub repo URL in Settings → Skills → Add Source and the plugin:
- Clones the repo with
--depth 1into your vault's plugin folder (not a global path — each vault manages its own sources independently) - Injects each skill directory as a per-session SDK plugin so Claude sees them without any global
~/.claude/skills/symlinks - Loads agents defined in the repo's
.claude-plugin/plugin.jsonvia the SDKagentsoption - Shows all GitHub-source skills in the
/commandautocomplete immediately on open - Refreshes the Skills Manager view automatically when you add or remove a source from Settings
Repo format: include a .claude-plugin/plugin.json manifest with skills (directory path or ".") and optionally agents (array of .md file paths with frontmatter name: + description: and a system-prompt body).