80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
installing-git-hooks
by bryonjacob
Use when setting up git pre-commit and pre-push hooks - provides simple shell script approach and pre-commit framework m...
software-debugging
by bryonjacob
Find and fix bugs systematically. Use when encountering errors, test failures, or unexpected behavior. Hypothesis-driven...
justfile-maturity-model
by bryonjacob
Five-level maturity progression - assessment criteria, upgrade paths, YAGNI enforcement
test-optimization
by bryonjacob
Analyze test suites for speed bottlenecks, redundancy, and DRY violations. Use when tests are slow, duplicated, or need...
justfile-polyglot-pattern...
by bryonjacob
Level 4 patterns - multi-language orchestration, root + subproject structure
configuring-github-action...
by bryonjacob
Use when setting up GitHub Actions CI/CD for pull request checks - provides workflow templates for Python, JavaScript, a...
building-static-sites
by bryonjacob
Use when creating static websites with Next.js static export - covers YAML-based content, image optimization, form handl...
code-patterns
by bryonjacob
Learn project conventions, detect patterns, suggest consistency improvements
justfile-quality-patterns
by bryonjacob
Level 1 patterns - test-watch, integration-test, complexity, loc, duplicates, slowtests
web-qa-exploration
by bryonjacob
Perform exploratory QA testing on web applications using Playwright. Navigate flows, analyze pages, find issues, and gen...
refactoring
by bryonjacob
Systematic refactoring workflow - use coverage/complexity tools to identify targets, plan issues, execute with tests
building-with-nextjs
by bryonjacob
Use when building web UIs with Next.js 15+ and React 19 - covers Server Components, App Router, testing with Vitest and...
workflow-design
by bryonjacob
Design, discover, and refactor multi-command workflows for Claude Code
cross-platform-api
by Skrufy
Verify API endpoints work across Web, Android, and iOS. Check endpoint parity, request/response format consistency, and...
mock-data-finder
by Skrufy
Find and remove silent mock data fallbacks in Android/iOS screens. Use when screens show fake data, when debugging why r...
android-build-deploy
by Skrufy
Build and deploy Android app to emulator or device. Use when testing Android changes, debugging on device, or running th...
prisma-sync
by Skrufy
Sync Prisma schema changes to database and regenerate client. Use after modifying schema.prisma, when seeing Prisma erro...
api-response-checker
by Skrufy
Check that API response format matches Android/iOS model expectations. Use when fixing JSON parsing errors, serializatio...
field-name-mapper
by Skrufy
Map field names between Web API and Android/iOS when they differ. Fix issues where Android sends 'name' but API expects...
api-error-debugger
by Skrufy
Debug API 500 errors and unexpected responses. Use when mobile apps get server errors, when API returns wrong data, or w...
ios-build-deploy
by Skrufy
Build and deploy iOS app to simulator or device. Use when testing iOS changes, debugging on simulator, or running the ap...
api-endpoint-audit
by Skrufy
Audit all API endpoints to find missing mobile implementations and inconsistencies. Use before releases, when adding fea...
debug-console
by rayzru
Debug web app by capturing and analyzing console errors using Chrome DevTools MCP
visual-test-figma
by rayzru
Compare implementation screenshot with Figma design for visual testing