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
kprsnt2

nodejs

by kprsnt2

star 0

Node.js server development patterns including async patterns, error handling, and security best practices.

kprsnt2

vue

by kprsnt2

star 0

Vue.js development best practices including Composition API, state management, and performance.

kprsnt2

django

by kprsnt2

star 0

Django framework best practices including project structure, ORM, and security.

kprsnt2

docker

by kprsnt2

star 0

Docker and containerization best practices including multi-stage builds, security, and Docker Compose.

kprsnt2

mongodb

by kprsnt2

star 0

MongoDB best practices including schema design, indexing, and query optimization.

kprsnt2

git-workflow

by kprsnt2

star 0

Git best practices and workflows including conventional commits, branching strategies, and collaboration patterns.

kprsnt2

api-design

by kprsnt2

star 0

REST and GraphQL API design best practices including HTTP methods, status codes, and documentation.

kprsnt2

python

by kprsnt2

star 0

Best practices for Python development including PEP 8, modern Python 3.10+ features, and package management.

stevensouza

readathon-context-saver

by stevensouza

star 0

Aggressively preserve session context to prevent loss during long sessions and conversation compaction

stevensouza

readathon-workflow-detect...

by stevensouza

star 0

Meta-skill that detects workflow patterns and suggests creating skills to automate them

stevensouza

readathon-database-safety

by stevensouza

star 0

Warn and protect against dangerous database operations on production database in the readathon project

stevensouza

readathon-pre-commit-chec...

by stevensouza

star 0

Enforce pre-commit testing and validation before any git commit in the readathon project

stevensouza

readathon-document-reflex

by stevensouza

star 0

Automatically document design decisions and patterns immediately when discovered in the readathon project

idusortus

safe-image-deletion

by idusortus

star 0

Guide for implementing safe image deletion workflows with staging, visual confirmation, and rollback capabilities. Use t...

idusortus

google-drive-api-integrat...

by idusortus

star 0

Best practices for Google Drive API v3 integration including OAuth, pagination, rate limiting, and efficient batch opera...

idusortus

image-duplicate-detection

by idusortus

star 0

Complete workflow for detecting duplicate and near-duplicate images using MD5 hashes and perceptual hashing (dHash/pHash...

maksimtereshin

frontend-responsive

by maksimtereshin

star 0

Implement mobile-first responsive layouts using fluid containers, media queries, standard breakpoints, relative units (r...

maksimtereshin

backend-api

by maksimtereshin

star 0

Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resourc...

maksimtereshin

frontend-accessibility

by maksimtereshin

star 0

Build accessible user interfaces using semantic HTML, proper ARIA attributes, keyboard navigation support, sufficient co...

maksimtereshin

global-error-handling

by maksimtereshin

star 0

Implement robust error handling with user-friendly messages, specific exception types (ISP), centralized error boundarie...

maksimtereshin

global-coding-style

by maksimtereshin

star 0

Follow core coding style principles including SOLID, DRY, KISS, and YAGNI when writing code. Apply consistent naming con...

maksimtereshin

global-validation

by maksimtereshin

star 0

Implement comprehensive input validation with server-side validation (security), client-side validation (UX), fail-early...

maksimtereshin

backend-migrations

by maksimtereshin

star 0

Create and manage database migrations with reversible up/down methods, zero-downtime deployment strategies, and proper s...

maksimtereshin

global-tech-stack

by maksimtereshin

star 0

Reference and maintain project technology stack documentation including frameworks, languages, databases, testing tools,...