Skip to content

v0.18.4

Choose a tag to compare

@github-actions github-actions released this 18 Jun 01:51
· 351 commits to main since this release
18e06d1

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 1 into 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.json via the SDK agents option
  • Shows all GitHub-source skills in the /command autocomplete 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).