SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) for object-oriented design.
Idioma del texto original: inglés
Menú
Skills en este repositorio
SkillsMP ha recopilado 383 skills de sethdford/claude-skills. Abre una skill para revisar su origen y sus detalles.
sethdford/claude-skillsMostrando 40 de 383 skills recopiladas.
SOLID principles (Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, Dependency Inversion) for object-oriented design.
Idioma del texto original: inglés
Pool sizing, connection lifetime, health checks, and resource exhaustion prevention.
Idioma del texto original: inglés
Constraints, triggers, audit trails, referential integrity, and data validation.
Idioma del texto original: inglés
B-tree indexes, composite indexes, covering indexes, UNIQUE indexes, and index trade-offs.
Idioma del texto original: inglés
Safe schema migrations, backward compatibility, zero-downtime deployments, and rollback strategies.
Idioma del texto original: inglés
EXPLAIN PLAN analysis, index selection, join strategies, and slow query debugging.
Idioma del texto original: inglés
Database schema design with normalization, relationships, constraints, and data integrity.
Idioma del texto original: inglés
ACID properties, isolation levels, locks, deadlocks, and transaction design.
Idioma del texto original: inglés
Using bisect/git bisect to isolate failure to exact commit or code path.
Idioma del texto original: inglés
Race conditions, deadlocks, thread analysis, happens-before relationships.
Idioma del texto original: inglés
Parsing logs, correlation analysis, reconstructing timeline of failures.
Idioma del texto original: inglés
Detecting memory leaks through heap dumps, retention analysis, and reference tracing.
Idioma del texto original: inglés
CPU/memory profiling, identifying bottlenecks, flame graphs, hotspot analysis.
Idioma del texto original: inglés
Writing comprehensive postmortems: timeline, root cause, prevention, action items.
Idioma del texto original: inglés
Five Whys, fishbone diagrams, identifying systemic causes not just symptoms.
Idioma del texto original: inglés
Disciplined methodology to isolate bugs through hypothesis-driven testing. Form hypotheses, test them with minimal changes, narrow scope systematically. Use when bugs are unclear or reproduce intermittently.
Idioma del texto original: inglés
SLO-based alerting, threshold tuning, incident escalation, runbooks, and on-call management.
Idioma del texto original: inglés
GitHub Actions, GitLab CI, Jenkins; stages, artifacts, caching, and deployment automation.
Idioma del texto original: inglés
Blue-green, canary, rolling deployments, traffic shifting, and safe release strategies.
Idioma del texto original: inglés
Dockerfile best practices, layer optimization, multi-stage builds, security, and image size reduction.
Idioma del texto original: inglés
Designing feature flags for gradual rollouts, A/B testing, and safe feature releases.
Idioma del texto original: inglés
Terraform, CloudFormation, reproducible infrastructure, version control, and IaC best practices.
Idioma del texto original: inglés
ELK Stack, structured logging, log query patterns, and centralized log management.
Idioma del texto original: inglés
Metrics, logs, traces (observability); choosing what to measure, dashboards, and incident response.
Idioma del texto original: inglés
Systematic code review process, feedback templates, approval criteria, and review best practices.
Idioma del texto original: inglés
Documentation levels and types (README, architecture, API, runbooks), keeping docs current and discoverable.
Idioma del texto original: inglés
Feature branches, commit hygiene, rebasing vs. merging, and collaborative workflows.
Idioma del texto original: inglés
SEV classification, incident command system, communication, and incident response procedures.
Idioma del texto original: inglés
Runbook templates, escalation procedures, playbooks, and incident playbooks.
Idioma del texto original: inglés
Effective pair programming, driver/navigator roles, tools, and collaboration patterns.
Idioma del texto original: inglés
Clear technical documentation, API docs, architecture decision records, and runbooks.
Idioma del texto original: inglés
Big O notation, time/space complexity analysis, and choosing efficient algorithms.
Idioma del texto original: inglés
Actor model, CSP (Communicating Sequential Processes), lock-free patterns, async/await.
Idioma del texto original: inglés
Choosing optimal data structures based on access patterns and performance requirements.
Idioma del texto original: inglés
Gang of Four patterns (Creational, Structural, Behavioral) and when to apply them.
Idioma del texto original: inglés
Higher-order functions, composition, monads, immutability, and functional programming idioms.
Idioma del texto original: inglés
Streams, observables, event-driven reactive systems, backpressure, and reactive programming.
Idioma del texto original: inglés
RAII (Resource Acquisition Is Initialization), cleanup patterns, resource leaks, and lifetime management.
Idioma del texto original: inglés
Finite state machines, event sourcing, CQRS (Command Query Responsibility Segregation), and state modeling.
Idioma del texto original: inglés
Testing multiple components together; contract verification; real I/O (database, HTTP). Use when testing component interactions.
Idioma del texto original: inglés