tools automation tools Skills
Discover the best skills in this category.
mise
by rbergman
Modern dev tool version management with mise. Use PROACTIVELY when setting up repos, managing tool versions, or when use...
repo-init
by rbergman
Initialize a new repository with standard scaffolding - git, gitignore, CLAUDE.md, justfile, mise, and beads. Use when s...
cartographer
by HenryXV
Maps and documents the codebase. Generates `docs/CODEBASE_MAP.md` with architecture diagrams, module relationships, and...
refactor
by bodrovphone
Hunt for code smells, anti-patterns, and refactoring opportunities in the TaskBridge codebase using React/Next.js best p...
Generates modern maintainable Laravel applications code with a focus on performance and security by default and for best...
Generates DevOps configurations and scripts for deploying and managing Laravel applications. Run local commands to debug...
Manage stacked PRs with Graphite CLI (gt) instead of git push/gh pr create. Auto-detects Graphite repos and blocks confl...
Analyze git diff to identify code changes requiring documentation updates. Categorizes changes (database/schema, API end...
Review code changes using CodeRabbit CLI - supports uncommitted files (task mode) or all PR files vs main branch (pr mod...
Write clear git commits with Conventional Commits format. Detects project conventions from history and config. Guides co...
Run comprehensive code quality checks including TypeScript typecheck, ESLint linting, Prettier formatting, and Markdown...
resolve-conflicts
by manthanabc
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve co...
performance-review
by JesseNaranjo
This skill should be used when the user asks to "check performance", "review for performance issues", "find slow code",...
security-review
by JesseNaranjo
This skill should be used when the user asks to "security review", "check for vulnerabilities", "audit security", "find...
bug-review
by JesseNaranjo
This skill should be used when the user asks to "find bugs", "check for bugs", "review for errors", "find logical errors...
compliance-review
by JesseNaranjo
This skill should be used when the user asks to "check CLAUDE.md compliance", "review against coding standards", "check...
code-refactoring
by rakaadi
Guide for code refactoring, use this skill to guide you when user asked to refactor a components or functions and when a...
code-debugging
by rakaadi
Guide for debugging issue on a specific code sections, pattern, or files. Used this skill when user asking for assistant...
git-rebase
by mhalder
Guide interactive rebasing, commit squashing, and conflict resolution. Use when the user says "squash commits", "rebase...
create-patch
by mhalder
Creates a patch file with all uncommitted changes and moves it to ~/Downloads. Use when the user says "create patch", "s...
github-actions
by mhalder
Write and debug GitHub Actions workflows. Use when the user says "create CI pipeline", "github actions", "workflow not w...
update-readme
by mhalder
Updates README.md to match the current project state. Use when the user says "update readme", "sync readme", "refresh do...
shellcheck
by mhalder
Lint and fix shell script issues using ShellCheck. Use when the user says "check this script", "lint shell", "shellcheck...