My dotfiles. Hyprland, Ghostty/Kitty, Neovim, Zsh, Waybar, and a bunch of other stuff I like.
Every config lives in its own folder, so you can just grab the one you want instead of stowing the whole repo.
Install a skill with npx skills
npx skills add https://github.com/kaizakin/mydots/tree/main/skills/<skill-name>Or you can download the skill directory and copy it into your Claude skills folder:
cp -r codebase-onboarding ~/.claude/skills/You can use a skill by tagging explicitly with /skill, e.g. /codebase-onboarding.
| Skill | Description |
|---|---|
| ai-slop-humanizer | Turns a AI generated jargony slop into a human written conversational tone for easy understanding (not-perfect-yet) |
| codebase-onboarding | Creates a ONBOARDING.md file containing easily digestable information about the project for beginner contributors |
| deep-explainer | Explain the user's question without using much jargons & without being blunt. Use the current directory's codebase context well to answer the question |
Install stow:
sudo pacman -S stow # arch
sudo apt install stow # debian/ubuntuClone it and stow what you need:
git clone https://github.com/kaizakin/mydots
cd mydots
stow nvimOnly want one thing? Just stow that one folder, or skip stow entirely and copy it wherever it needs to go.