backend▌
581 indexed skills · max 10 per page
nodejs-best-practices
sickn33/antigravity-awesome-skills · Backend
Node.js architecture and framework selection guidance based on deployment context and project requirements. \n \n Framework decision tree covers Hono (edge/serverless), Fastify (performance), NestJS (enterprise), and Express (legacy), with selection criteria tied to cold start time, ecosystem size, and team experience \n Covers layered architecture principles (controller, service, repository), async patterns (async/await vs Promise.all/allSettled), and centralized error handling with appropriate
golang
saisudhir14/golang-agent-skill · Backend
$22
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.
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.
golang-backend-development
manutej/luxor-claude-marketplace · Backend
$23
frontend-to-backend-requirements
davila7/claude-code-templates · Frontend
You are a frontend developer documenting what data you need from backend. You describe the what, not the how. Backend owns implementation details.
backend-code-review
langgenius/dify · Backend
Use this skill whenever the user asks to review, analyze, or improve backend code (e.g., .py) under the api/ directory. Supports the following review modes:
goals
boshu2/agentops · Backend
Maintain GOALS.yaml and GOALS.md fitness specifications. Use ao goals CLI for all operations.
ccxt-python
ccxt/ccxt · Backend
A comprehensive guide to using CCXT in Python projects for cryptocurrency exchange integration.
flask-api-development
aj-geddes/useful-ai-prompts · Backend
Build modular Flask REST APIs with blueprints, SQLAlchemy ORM, JWT authentication, and validation. \n \n Covers application setup, database models, JWT authentication, blueprints for modular design, request validation, and configuration management \n Includes error handling middleware, CORS support, request ID tracking, and proper HTTP status code responses \n Emphasizes input validation, environment-based configuration, and comprehensive logging for production readiness \n Provides reference gu