This repository contains command files and skills that I use in some form with projects. Note that I usually fine-tune these for projects so they might not work without modification for you.
They are divided into two main categories:
common: These are global commands I share across projects.specific: These are commands tailored for specific projects and are mostly just for inspiration.skills: These are skills for Claude.
These are inspired by the idea of Ampcode to replace /compact with handoff. I generally do this already by hand with copy/paste but this is an attempt of automating this:
/handoff- Creates detailed handoff plan for session continuation/pickup- Resumes work from previous handoff session
They are used like this:
/handoff "implement phase 1 of our plan"
It will write a handoff plan into .claude/handoffs which you can then continue in a new session:
/pickup name-of-handoff
These are commands that do not work without tuning! But you can put claude to them and derive actually working ones. I for instsance use them in absurd and you can look at the repo to see them in use:
/make-release- Automates repository release with version management/update-changelog- Updates changelog with recent commits
In the skills/web-browser folder is a Claude Skill that helps it to use puppeteer in a node environment to browse the web. This significantly improves on using a browser MCP. You will need to go intot he tools folder once to run npm i. This was stolen from Mario Zechner.