Agent coding skills I've personally written
| check-kotlin | ||
| check-typescript | ||
| commit | ||
| update-claude-md | ||
| README.md | ||
Skills
Just useful agent skills I've built.
| Skill | Description |
|---|---|
| commit | Drafts a commit set using Conventional Commit syntax |
| update-claude-md | Updates the CLAUDE.md file with the latest learnings from the session |
| check-typescript | Runs tests, tsc, linting and lsp to check for errors in a Vite project |
Link into project with ln -s _path_ .claude/skills/check |
|
| check-kotlin | Runs tests, build, and linting to check for errors in a Kotlin project |
Link into project with ln -s _path_ .claude/skills/check |