backend▌
581 indexed skills · max 10 per page
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.
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
api-fuzzing-bug-bounty
sickn33/antigravity-awesome-skills · Backend
api-fuzzing-bug-bounty
python-testing-patterns
wshobson/agents · Backend
Comprehensive testing strategies for Python using pytest, fixtures, mocking, and test-driven development. \n \n Covers unit, integration, functional, and performance testing with the AAA pattern (Arrange, Act, Assert) for test structure \n Includes 10 fundamental and advanced patterns: basic tests, fixtures with setup/teardown, parameterization, mocking, exception handling, async testing, monkeypatching, temporary files, custom fixtures, and property-based testing \n Provides test design princip
mojo-python-interop
modular/skills · Backend
mojo-python-interop