Releases: durandom/skills
Releases · durandom/skills
Release list
v3.8.1 — Bucketed skills layout
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/githubOr via the Claude Code marketplace:
claude plugin marketplace add durandom/skills
claude plugin install dsTooling
- Added
scripts/bump-version.shfor atomic version sync acrossplugin.json,marketplace.json, andpyproject.toml.
Migration
No action required for existing users — all skills are still invoked by their flat name (ds:github, ds:gtd, etc).