backend▌
581 indexed skills · max 10 per page
backend-dev-guidelines
sickn33/antigravity-awesome-skills · Frontend
Opinionated backend architecture standards for Node.js, Express, and TypeScript microservices. \n \n Enforces strict layered architecture (routes → controllers → services → repositories) with zero business logic in routes and mandatory BaseController pattern for all controllers \n Requires Zod validation on all external input, Sentry error tracking on all exceptions, and unifiedConfig as the single source for environment configuration \n Includes Backend Feasibility & Risk Index (BFRI) scor
typescript
lobehub/lobehub · Backend
$22
setting-okrs-goals
refoundai/lenny-skills · Backend
Help teams create effective OKRs and goals aligned with company strategy. \n \n Guides users through understanding context, clarifying goal levels (company, department, team, individual), and ensuring strategy precedes goal-setting \n Emphasizes core principles: keep goals one step from company objectives, balance quantitative and qualitative metrics, use absolute numbers over ratios, and separate strategy discussions from OKR planning \n Flags common pitfalls including key results written as ta
letzai-api
letz-ai/letzai-skill · Backend
Generate AI images and videos with multiple model options, custom trained models, editing, and upscaling via LetzAI API. \n \n Supports three image models (Nano Banana Pro, Flux2 Max, SeeDream) and three video models (VEO, Kling, Wan) with configurable resolution modes and dimensions \n Includes context-based image editing, skin fixing, and upscaling with strength control (1-3x) \n Custom trained models for persons, objects, and styles accessible via @modelname syntax in prompts \n Asynchronous
api-reference-documentation
aj-geddes/useful-ai-prompts · Backend
Generate professional API documentation that developers can use to integrate with your API, including endpoint specifications, authentication, request/response examples, and interactive documentation.
python-backend
jiatastic/open-python-skills · Backend
Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash integrations. \n \n Covers async-first REST API development with FastAPI, including dependency injection, Pydantic validation, and structured project organization \n Implements authentication patterns for JWT/OAuth2, password hashing, CORS, and API key management \n Provides SQLAlchemy async database setup with transactions, eager loading, and migration strategies \n Includes Redis/Upstash caching, rate limiting with s
freee-api-skill
freee/freee-mcp · Backend
freee accounting, HR, invoicing, project management, and sales API access through MCP with detailed references and operation guides. \n \n Provides MCP tools for OAuth authentication, company management, and five service APIs: accounting (deals, expenses), HR (employees, attendance), invoicing (invoices, quotes), project management (projects, timesheets), and sales (opportunities, orders) \n Includes API reference documentation for major endpoints (deals, expense applications, employees, attenda
google-drive
membranedev/application-skills · Backend
Cloud file storage management with granular permission and sharing controls. \n \n Supports 20+ actions covering files, folders, shared drives, permissions, comments, and change tracking \n Handles authentication automatically through Membrane CLI; no manual API key management required \n Includes direct API proxy access for use cases beyond pre-built actions, with automatic credential refresh and header injection \n Works with individual files and shared drives, enabling both metadata operation
api-documentation-generator
sickn33/antigravity-awesome-skills · Backend
Automatically generate comprehensive API documentation from your codebase with endpoints, examples, and best practices. \n \n Analyzes REST, GraphQL, and WebSocket APIs to extract endpoints, parameters, authentication, and error patterns \n Generates endpoint documentation with request/response specifications, code examples in multiple languages (cURL, JavaScript, Python), and error handling details \n Produces OpenAPI/Swagger specifications and Postman collections for interactive testing and AP
api-testing
secondsky/claude-skills · Backend
Expert knowledge for testing HTTP APIs with Supertest (TypeScript/JavaScript) and httpx/pytest (Python).