backend▌
581 indexed skills · max 10 per page
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.
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.
flask-python
mindrally/skills · Backend
You are an expert in Flask and Python web development. Follow these guidelines when writing Flask code.
symfony:api-platform-filters
makfly/superpowers-symfony · Backend
symfony:api-platform-filters
api-fuzzing-for-bug-bounty
davila7/claude-code-templates · Backend
Provide comprehensive techniques for testing REST, SOAP, and GraphQL APIs during bug bounty hunting and penetration testing engagements. Covers vulnerability discovery, authentication bypass, IDOR exploitation, and API-specific attack vectors.
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
symfony:api-platform-versioning
makfly/superpowers-symfony · Backend
symfony:api-platform-versioning
mcp-server-skills
gocallum/nextjs16-agent-skills · Backend
Goal: Keep route.ts minimal. Put logic + Zod schemas in lib/* so both the MCP handler and server actions share a single source of truth.