Skip to content

Releases: durandom/skills

v3.8.1 — Bucketed skills layout

Choose a tag to compare

@durandom durandom released this 07 May 06:51
v3.8.1
8f75044

What changed

Reorganized 10 skills into thematic buckets so the skills.sh CLI (and humans browsing GitHub) can navigate by intent. Skill name: frontmatter is unchanged, so existing ds:<name> invocations continue to work.

Layout

Bucket Skills
skills/code/ code-mapping
skills/dev-tools/ github, recipes, cass
skills/integrations/ jira
skills/knowledge/ gtd, para, meeting-notes
skills/meta/ skill-architect
skills/web/ crawl4ai

Install

# Whole collection
npx skills add durandom/skills

# One skill by name (works thanks to flat YAML names)
npx skills add durandom/skills --skill github

# One skill by direct URL
npx skills add https://github.com/durandom/skills/tree/main/skills/dev-tools/github

Or via the Claude Code marketplace:

claude plugin marketplace add durandom/skills
claude plugin install ds

Tooling

  • Added scripts/bump-version.sh for atomic version sync across plugin.json, marketplace.json, and pyproject.toml.

Migration

No action required for existing users — all skills are still invoked by their flat name (ds:github, ds:gtd, etc).