Agent coding skills I've personally written
Find a file
2026-08-07 08:47:56 +10:00
check-kotlin chore: rename typescript skill and remove directory specific code 2026-06-15 17:01:55 +10:00
check-typescript chore: rename typescript skill and remove directory specific code 2026-06-15 17:01:55 +10:00
commit fix(commit): Tell it to not auto commit after running this skill 2026-08-07 08:47:56 +10:00
update-claude-md feat(update-claude-md): Look for AGENTS.md before CLAUDE.md and use that if it exists 2026-08-07 08:47:24 +10:00
README.md docs: update readme 2026-06-15 17:05:35 +10:00

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