Browse Claude Code Skills
Discover and install reusable prompts and workflows for Claude Code
setup-eslint
Code Quality · by communitySet up ESLint with Prettier integration for TypeScript/JavaScript projects
commit
Git · by communityCreate well-formatted git commits with conventional commit messages
review-pr
Git · by communityReview pull requests with detailed feedback and suggestions
setup-dependabot
DevOps · by communityConfigure GitHub Dependabot for automated dependency updates
code-qa
Code Quality · by communityAnalyze code for functional programming standards and best practices
playwright-testing
Testing · by communityPlaywright E2E testing patterns and best practices
owasp
Security · by communitySecurity audit for OWASP Top 10 vulnerabilities in your codebase
humanizer
Writing · by communityRemove signs of AI-generated writing from documentation and content
setup-prettier
Code Quality · by communityAdd Prettier with sane defaults and editor integration to any JS or TS project
setup-vitest
Testing · by communityBootstrap Vitest for fast unit and integration testing in Vite, Next.js, and Node projects
setup-tailwind
Web · by communityInstall and configure Tailwind CSS with sensible defaults for any framework
setup-github-actions
DevOps · by communityGenerate a CI workflow with caching, lint, typecheck, and test jobs
setup-docker
DevOps · by communityAdd a multi-stage Dockerfile and compose file tuned for your stack
setup-husky
Git · by communityInstall Husky git hooks with pre-commit lint-staged and commit-msg checks
release-changelog
Git · by communityGenerate a CHANGELOG entry from recent commits and bump the version
explain-code
Writing · by communityWalk through a function or file line by line in plain language
write-readme
Writing · by communityGenerate a README from your package.json, scripts, and source layout
refactor-extract
Code Quality · by communityExtract reusable functions, components, and modules from large files
debug-stacktrace
General · by communityTrace a runtime error to its root cause and propose a minimal fix
generate-types
Code Quality · by communityDerive TypeScript types from a JSON sample, OpenAPI spec, or database schema