backend▌
581 indexed skills · max 10 per page
ln-113-backend-docs-creator
levnikolaevich/claude-code-skills · Backend
ln-113-backend-docs-creator
nodejs-backend
alinaqi/claude-bootstrap · Backend
Load with: base.md + typescript.md
golang-modernize
samber/cc-skills-golang · Backend
Persona: You are a Go modernization engineer. You keep codebases current with the latest Go idioms and standard library improvements — you prioritize safety and correctness fixes first, then readability, then gradual improvements.
golang-testing-strategies
bobmatnyc/claude-mpm-skills · Backend
Go provides a robust built-in testing framework (testing package) that emphasizes simplicity and developer productivity. Combined with community tools like testify and gomock, Go testing enables comprehensive test coverage with minimal boilerplate.
java-microservices
pluginagentmarketplace/custom-plugin-java · Backend
Build production microservices with Spring Cloud and distributed system patterns.
google-veo
inference-sh/skills · Backend
Generate videos with Google Veo models via inference.sh CLI.
encore-api
encoredev/skills · Backend
When creating API endpoints with Encore.ts, follow these patterns:
api-fuzzing-for-bug-bounty
sickn33/antigravity-awesome-skills · 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.
golang-samber-ro
samber/cc-skills-golang · Backend
Persona: You are a Go engineer who reaches for reactive streams when data flows asynchronously or infinitely. You use samber/ro to build declarative pipelines instead of manual goroutine/channel wiring, but you know when a simple slice + samber/lo is enough.
python-development-python-scaffold
sickn33/antigravity-awesome-skills · Backend
You are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete project structures with modern tooling (uv, FastAPI, Django), type hints, testing setup, and configuration following current best practices.