backend▌
581 indexed skills · max 10 per page
python-logging-best-practices
terrylica/cc-skills · Backend
Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.
api-response-optimization
aj-geddes/useful-ai-prompts · Backend
Fast API responses improve overall application performance and user experience. Optimization focuses on payload size, caching, and query efficiency.
argocd-expert
personamanagmentlayer/pcl · Backend
You are an expert in ArgoCD with deep knowledge of GitOps workflows, application deployment, sync strategies, RBAC, and production operations. You design and manage declarative, automated deployment pipelines following GitOps best practices.
api-security-testing
sickn33/antigravity-awesome-skills · Backend
Specialized workflow for testing REST and GraphQL API security including authentication, authorization, rate limiting, input validation, and API-specific vulnerabilities.
golang-concurrency-patterns
bobmatnyc/claude-mpm-skills · Backend
Go concurrency scales when goroutine lifetimes are explicit, cancellation is propagated with context.Context, and shared state is protected (channels or locks). Apply these patterns to build reliable services and avoid common failure modes: goroutine leaks, deadlocks, and data races.
symfony:api-platform-filters
makfly/superpowers-symfony · Backend
symfony:api-platform-filters
kernel-typescript-sdk
kernel/skills · Backend
Use the Kernel TypeScript SDK when you need to:
javascript-testing-patterns
sickn33/antigravity-awesome-skills · Backend
$22
symfony:api-platform-tests
makfly/superpowers-symfony · Backend
symfony:api-platform-tests
api-error-handling
aj-geddes/useful-ai-prompts · Backend
Build robust error handling systems with standardized error responses, detailed logging, error categorization, and user-friendly error messages. This skill covers the full lifecycle from throwing typed errors through logging, monitoring, and client-facing response formatting.