Database
Browse 4,557 skills across 394 packs and 37 categories
Adversarial Code Review
102LAdversarial implementation review methodology that validates code completeness against requirements with fresh objectivity. Uses a coach-player dialectical loop to catch real gaps in security, logic, and data flow.
API Design Testing
124LDesign, document, and test APIs following RESTful principles, consistent
Architecture
282LDesign software systems with sound architecture — choosing patterns, defining boundaries,
Code Review
239LPerform deep, actionable code reviews covering bugs, security vulnerabilities,
Database Performance
136LOptimize database performance through indexing strategies, query optimization,
Database
339LDesign database schemas, optimize queries, plan migrations, and develop indexing
Debug
225LMethodical debugging — reproduce, isolate, root-cause, and fix bugs using systematic
Devops
393LDesign and implement CI/CD pipelines, Docker configurations, infrastructure-as-code,
Documentation
407LWrite clear, comprehensive technical documentation — API references, READMEs, architecture
Error Driven Learning
131LConvert mistakes into executable rules using a structured error-to-rule system.
Nestjs Best Practices
126LComprehensive NestJS best practices covering architecture, dependency injection,
Performance
246LProfile, identify bottlenecks, and optimize application performance across the full
Refactor
287LSystematically refactor code using safe transformation patterns — improving structure,
Security Audit
258LPerform comprehensive security audits covering OWASP top 10 vulnerabilities, dependency
SQL Best Practices
138LGenerate secure, optimized SQL queries with proper parameterization, input
Test Gen
231LAuto-generate comprehensive test suites — unit tests, integration tests, and end-to-end
Version Control Practices
132LApply version control best practices for branching strategies, commit hygiene,