Reusable AI coding skills for Claude Code, Cursor, Codex, and Gemini.
| Skill | Description |
|---|---|
| chezmoi | Chezmoi dotfile template management |
| claude-session | Claude Code session management |
| claudify | Convert workflows into Claude Code automation |
| code-workflow | Coding workflow with plan-first approach |
| commit-tidy | Commit splitting and squashing strategies |
| dotfile | Dotfile sync with chezmoi, syncthing, and MCP |
| fix | User behavior correction from feedback |
| git-repo | Git repository and SourceGit management |
| mcp-config | MCP server configuration management |
| next-action | Suggest follow-up actions after task completion |
| omz | Oh My Zsh plugin management |
| repo | Project initialization toolkit |
| skill-kit | Skill lifecycle management |
| tdd | Test-Driven Development workflow |
| todowrite | TODO checklist routing |
| wip | In-session work progress tracking |
claude plugin marketplace add https://github.com/es6kr/skills
claude plugin install es6kr@es6kr-skillsclawhub install <skill-name>npx ctx7 skills install es6kr/skills --all --global --universal --yesBrowse at context7.com/es6kr/skills
# Install tracked git hooks
make install-hooks
# Run all tests
make test
# Quick frontmatter check
make lintAfter installing hooks, every git push will run the same Bats and pytest checks from .githooks/pre-push before the push is sent. The hook expects bats and uvx to be available locally.
- es6.kr - drumrobot43@gmail.com
MIT