Skip to content

Releases: cbruyndoncx/obsidian-skills-manager

Release list

v0.2.0

Choose a tag to compare

@cbruyndoncx cbruyndoncx released this 20 Feb 20:18

What's New

  • ZIP upload — drag-and-drop or file picker with multi-skill detection and preview
  • Category toggles — enable/disable all skills in a category at once
  • SKILLS.md generation — auto-generated skill index with slash commands section
  • Description search toggle — search by name only or include descriptions
  • Category management — dropdown to change skill category, custom categories in settings
  • Edit button — open SKILL.md directly from the skill row
  • Configurable defaults — set default category for new skills
  • Frontmatter template — externalized template written to skills directory
  • Field toggles — auto-loading and user-invocable toggles in detail panel
  • Skills view panel — sidebar split-pane with source filtering (all/local/github/zip)
  • Cross-tool export — collapsible config section with multi-format support
  • Updated README — comprehensive documentation matching actual implementation
  • Removed planning docs — cleaned up obsolete design/architecture files

Bug Fixes

  • Fixed skill filter focus loss on re-render
  • Fixed delete confirmation flow

Install

Download main.js, manifest.json, and styles.css into .obsidian/plugins/obsidian-skills-manager/. The versions.json maps plugin versions to minimum Obsidian versions.

0.1.0

Choose a tag to compare

@cbruyndoncx cbruyndoncx released this 15 Feb 21:06

Changelog

0.1.0

Initial release of Obsidian Skills Manager.

Features

  • Skill scanning — automatically discovers SKILL.md files and parses YAML frontmatter
  • Enable/disable toggles — flips disable-model-invocation frontmatter field, keeping skill folders in place
  • Install from GitHub — provide owner/repo to download and install skills from GitHub releases
  • Install from ZIP — upload and extract skill archives with structure validation
  • Auto-update — checks GitHub skills for new versions on Obsidian startup
  • Version freezing — pin skills to specific release tags to prevent auto-updates
  • GitHub PAT support — authenticate for private repos and higher rate limits
  • Registry browsing — browse and install skills from the skills.sh catalog (all-time, trending, hot)
  • Cross-tool export — export enabled skills to Cursor, Copilot, Windsurf, and Cline configs
  • Security scanning — detect suspicious patterns (shell commands, network calls, file deletion) in skill scripts
  • Bulk operations — enable all, disable all, update all (respects active search filter)
  • Search & filter — filter skills by name, description, or category with debounced input
  • Skill detail view — expand skill rows to see full SKILL.md body, file tree, metadata, and security results
  • Protocol handler — install via obsidian://skills-manager?action=install&repo=owner/repo
  • Category grouping — skills organized by category with collapsible sections
  • Two-click delete — delete skills with confirmation to prevent accidents
  • 7 command palette commands — list, rescan, add, check updates, update all, browse registry, export