80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
nodejs
by kprsnt2
Node.js server development patterns including async patterns, error handling, and security best practices.
vue
by kprsnt2
Vue.js development best practices including Composition API, state management, and performance.
django
by kprsnt2
Django framework best practices including project structure, ORM, and security.
docker
by kprsnt2
Docker and containerization best practices including multi-stage builds, security, and Docker Compose.
mongodb
by kprsnt2
MongoDB best practices including schema design, indexing, and query optimization.
git-workflow
by kprsnt2
Git best practices and workflows including conventional commits, branching strategies, and collaboration patterns.
api-design
by kprsnt2
REST and GraphQL API design best practices including HTTP methods, status codes, and documentation.
python
by kprsnt2
Best practices for Python development including PEP 8, modern Python 3.10+ features, and package management.
readathon-context-saver
by stevensouza
Aggressively preserve session context to prevent loss during long sessions and conversation compaction
readathon-workflow-detect...
by stevensouza
Meta-skill that detects workflow patterns and suggests creating skills to automate them
readathon-database-safety
by stevensouza
Warn and protect against dangerous database operations on production database in the readathon project
readathon-pre-commit-chec...
by stevensouza
Enforce pre-commit testing and validation before any git commit in the readathon project
readathon-document-reflex
by stevensouza
Automatically document design decisions and patterns immediately when discovered in the readathon project
safe-image-deletion
by idusortus
Guide for implementing safe image deletion workflows with staging, visual confirmation, and rollback capabilities. Use t...
google-drive-api-integrat...
by idusortus
Best practices for Google Drive API v3 integration including OAuth, pagination, rate limiting, and efficient batch opera...
image-duplicate-detection
by idusortus
Complete workflow for detecting duplicate and near-duplicate images using MD5 hashes and perceptual hashing (dHash/pHash...
Implement mobile-first responsive layouts using fluid containers, media queries, standard breakpoints, relative units (r...
Design and implement RESTful API endpoints following REST principles with proper HTTP methods, status codes, and resourc...
Build accessible user interfaces using semantic HTML, proper ARIA attributes, keyboard navigation support, sufficient co...
Implement robust error handling with user-friendly messages, specific exception types (ISP), centralized error boundarie...
Follow core coding style principles including SOLID, DRY, KISS, and YAGNI when writing code. Apply consistent naming con...
Implement comprehensive input validation with server-side validation (security), client-side validation (UX), fail-early...
Create and manage database migrations with reversible up/down methods, zero-downtime deployment strategies, and proper s...