TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
bryonjacob

installing-git-hooks

by bryonjacob

star 0

Use when setting up git pre-commit and pre-push hooks - provides simple shell script approach and pre-commit framework m...

bryonjacob

software-debugging

by bryonjacob

star 0

Find and fix bugs systematically. Use when encountering errors, test failures, or unexpected behavior. Hypothesis-driven...

bryonjacob

justfile-maturity-model

by bryonjacob

star 0

Five-level maturity progression - assessment criteria, upgrade paths, YAGNI enforcement

bryonjacob

test-optimization

by bryonjacob

star 0

Analyze test suites for speed bottlenecks, redundancy, and DRY violations. Use when tests are slow, duplicated, or need...

bryonjacob

justfile-polyglot-pattern...

by bryonjacob

star 0

Level 4 patterns - multi-language orchestration, root + subproject structure

bryonjacob

configuring-github-action...

by bryonjacob

star 0

Use when setting up GitHub Actions CI/CD for pull request checks - provides workflow templates for Python, JavaScript, a...

bryonjacob

building-static-sites

by bryonjacob

star 0

Use when creating static websites with Next.js static export - covers YAML-based content, image optimization, form handl...

bryonjacob

code-patterns

by bryonjacob

star 0

Learn project conventions, detect patterns, suggest consistency improvements

bryonjacob

justfile-quality-patterns

by bryonjacob

star 0

Level 1 patterns - test-watch, integration-test, complexity, loc, duplicates, slowtests

bryonjacob

web-qa-exploration

by bryonjacob

star 0

Perform exploratory QA testing on web applications using Playwright. Navigate flows, analyze pages, find issues, and gen...

bryonjacob

refactoring

by bryonjacob

star 0

Systematic refactoring workflow - use coverage/complexity tools to identify targets, plan issues, execute with tests

bryonjacob

building-with-nextjs

by bryonjacob

star 0

Use when building web UIs with Next.js 15+ and React 19 - covers Server Components, App Router, testing with Vitest and...

bryonjacob

workflow-design

by bryonjacob

star 0

Design, discover, and refactor multi-command workflows for Claude Code

Skrufy

cross-platform-api

by Skrufy

star 0

Verify API endpoints work across Web, Android, and iOS. Check endpoint parity, request/response format consistency, and...

Skrufy

mock-data-finder

by Skrufy

star 0

Find and remove silent mock data fallbacks in Android/iOS screens. Use when screens show fake data, when debugging why r...

Skrufy

android-build-deploy

by Skrufy

star 0

Build and deploy Android app to emulator or device. Use when testing Android changes, debugging on device, or running th...

Skrufy

prisma-sync

by Skrufy

star 0

Sync Prisma schema changes to database and regenerate client. Use after modifying schema.prisma, when seeing Prisma erro...

Skrufy

api-response-checker

by Skrufy

star 0

Check that API response format matches Android/iOS model expectations. Use when fixing JSON parsing errors, serializatio...

Skrufy

field-name-mapper

by Skrufy

star 0

Map field names between Web API and Android/iOS when they differ. Fix issues where Android sends 'name' but API expects...

Skrufy

api-error-debugger

by Skrufy

star 0

Debug API 500 errors and unexpected responses. Use when mobile apps get server errors, when API returns wrong data, or w...

Skrufy

ios-build-deploy

by Skrufy

star 0

Build and deploy iOS app to simulator or device. Use when testing iOS changes, debugging on simulator, or running the ap...

Skrufy

api-endpoint-audit

by Skrufy

star 0

Audit all API endpoints to find missing mobile implementations and inconsistencies. Use before releases, when adding fea...

rayzru

debug-console

by rayzru

star 0

Debug web app by capturing and analyzing console errors using Chrome DevTools MCP

rayzru

visual-test-figma

by rayzru

star 0

Compare implementation screenshot with Figma design for visual testing