
Claude Skills by JeremyDev87
github.com/JeremyDev87Use when designing REST or GraphQL APIs - covers OpenAPI spec, resource design, versioning, and documentation
Use when performing database schema changes, data migrations, large table modifications, or when zero-downtime deployment is required - guides systematic, reversible database changes with rollback planning
Use when CVE discovered, major version upgrade needed, lock file conflicts occur, or license compliance audit required - guides systematic dependency health management
Use when production incident occurs, alerts fire, service degradation detected, or on-call escalation needed - guides systematic organizational response before technical fixes
Use when optimizing code performance, addressing slowness complaints, or measuring application speed improvements
Unified commit and PR workflow. Auto-commits changes, creates/updates PRs with smart issue linking and multi-language support.
Use when conducting manual PR reviews - provides structured checklist covering security, performance, maintainability, and code quality dimensions with anti-sycophancy principles
Use when improving code structure without changing behavior, cleaning up technical debt, or preparing code for new features
Architecture guide using Next.js App Router's Parallel Routes for Widget-Slot pattern. Separates static layouts from dynamic widgets to achieve separation of concerns, fault isolation, and plug-and-play development.