skills that I use daily, some curated, some my own.
inspired from Matt Pocock's skill repository.
List the available skills in this repo:
npx skills@latest add rust-soham/skills --listInstall both exponential learning skills:
npx skills@latest add rust-soham/skills \
--skill design-learning-path \
--skill learn-deeply \
--agent codexInstall one skill:
npx skills@latest add rust-soham/skills \
--skill learn-deeply \
--agent codexThe main public package is under
skills/mine/exponential. The other
tree contains reference, inherited, experimental, or personal skills that are
not the center of this repo's public theory.
List all local skill packages:
./scripts/list-skills.shLink active skills into the local Claude skills directory:
./scripts/link-skills.shCreate a release note for user-facing changes:
npm run changesetMerges to main run the release workflow, which opens or updates a Changesets
version PR. Merging that version PR creates tags and GitHub releases.