Backend skills
Top maintainers
- openclaw · 4.4K skills
- andrelandgraf · 32 skills
- makfly · 32 skills
- pluginagentmarketplace · 31 skills
- bdambrosio · 26 skills
Languages in this topic
6752 skills
This skill helps you create, analyze, and maintain Architecture Decision Records to streamline tech choices and ensure traceable decisions.
This skill enforces safe Laravel migrations and factories, guiding when to modify or add migrations, and pairing models with seeds for realistic, tested
This skill generates GraphQL schemas with types, resolvers, and subscriptions for robust API design.
This skill helps prune Laravel dependencies by auditing composer packages, removing unused ones, and prioritizing built-in features to improve boot time and
This skill enforces encapsulation in TypeScript by guiding you to hide internal state and expose behavior through validated methods.
This skill refactors messy Rails code into maintainable, idiomatic solutions by applying SRP, DRY, and modern Ruby/Rails practices.
This skill helps Laravel developers prevent N+1 queries by eager loading, safeguard lazy loading in dev, and select only needed fields.
This skill provides expert push notification decisions for permission timing, delivery strategies, and architecture choices to optimize user engagement.
This skill helps optimize Laravel performance by using framework caches, value and query caching, and explicit invalidation strategies for correctness.
This skill runs automated quality gates for Laravel projects, combining Pint, PHPStan/Psalm, Insights, and JS linters to ensure clean handoffs.
This skill helps you optimize Rails ActiveRecord queries, manage associations, and use PostgreSQL patterns to prevent N+1 and improve performance.
This skill helps you place error handling at architectural boundaries, enabling graceful degradation and preventing cascading failures.
This skill helps you reduce Laravel controller bloat by moving auth/validation to Form Requests, using Actions with DTOs, and opting for resource or
This skill helps you schedule Laravel tasks safely across environments, using withoutOverlapping, onOneServer, and visibility for reliable cron execution.
This skill helps you prevent N+1 queries by enforcing eager loading and providing patterns to fetch related data in a single query.
This skill coordinates small teams of Claude Code agents to parallelize work on a codebase using isolated worktrees and structured task contracts.
This skill helps generate SLA/SLO/SLI monitoring configurations to track reliability, error budgets, and alerting for service health.
This skill guides you to design production-ready Rails REST APIs with serialization, authentication, versioning, and testing patterns.
This skill helps you design RESTful endpoints by enforcing correct HTTP methods, avoiding verbs in URLs, and promoting semantic, cache-friendly APIs.
This skill tracks Claude API costs across sessions, alerts budgets, and optimizes model routing for cost efficiency.
This skill helps you replace inheritance with composition by guiding you to assemble behaviors via interfaces and injectables for flexible class design.