backend▌
581 indexed skills · max 10 per page
django-verification
affaan-m/everything-claude-code · Backend
Comprehensive pre-deployment verification pipeline for Django projects covering migrations, linting, tests, security, and configuration. \n \n Runs 12 sequential phases: environment validation, code quality checks (mypy, ruff, black, isort), migration safety, test coverage analysis, security scanning (pip-audit, bandit, gitleaks), and Django-specific configuration verification \n Includes coverage targets by component (models 90%+, views 80%+, overall 80%+) and pre-deployment checklist covering
cargo-fuzz
trailofbits/skills · Backend
Cargo-based fuzzing for Rust projects using libFuzzer with integrated sanitizer support. \n \n Requires nightly Rust toolchain and works best with library crate structure; automatically enables AddressSanitizer by default for memory error detection \n Provides cargo fuzz init scaffolding, harness templates, and corpus/artifact management; supports structure-aware fuzzing via the arbitrary crate for type-driven input generation \n Includes coverage analysis integration, dictionary support for for
golang-testing
affaan-m/everything-claude-code · Backend
Table-driven tests, subtests, benchmarks, fuzzing, and golden files for Go TDD workflows. \n \n Covers the RED-GREEN-REFACTOR cycle with step-by-step examples for writing tests before implementation \n Includes table-driven test patterns for comprehensive coverage, error cases, and parallel execution with t.Run() \n Provides benchmarking techniques for performance analysis, memory allocation tracking, and comparative benchmarks across input sizes \n Supports fuzzing with seed corpus and property
python-resource-management
wshobson/agents · Backend
Deterministic resource management with context managers, cleanup patterns, and streaming state accumulation. \n \n Covers class-based and decorator-based context managers for sync and async resources, with unconditional cleanup guarantees even on exceptions \n Includes patterns for database connections, file handles, connection pools, and dynamic resource management via ExitStack \n Provides streaming response patterns with efficient state accumulation, metrics tracking, and time-to-first-byte m
gen-paylink-govilo
hau823823/gen-paylink-govilo · Backend
Package files into paid unlock links on Govilo with a single command. \n \n Accepts ZIP files, folders, or individual files as input; non-ZIP inputs are automatically packaged into a ZIP (max 20 MB, 20 files per package) \n Handles the full Govilo Bot API workflow: presign upload URL, upload to R2 storage, and create monetized item with unlock link \n Requires GOVILO_API_KEY and SELLER_ADDRESS environment variables; seller address can also be passed via CLI parameter \n Returns JSON output with
apify-actorization
apify/agent-skills · Backend
Convert existing projects into serverless Apify Actors with language-specific SDK integration. \n \n Supports JavaScript/TypeScript (with Actor.init() / Actor.exit() ), Python (async context manager), and any language via CLI wrapper \n Provides structured workflow: apify init to scaffold, apply SDK wrapping, configure input/output schemas, test locally with apify run , then deploy with apify push \n Includes input and output schema validation, Docker containerization, and optional pay-per-event
goplaces
steipete/clawdis · Backend
$21
linux-server-expert
duck4nh/antigravity-kit · Backend
linux-server-expert
apify-actor-development
apify/agent-skills · Backend
Create, debug, and deploy serverless cloud programs for web scraping, automation, and data processing. \n \n Supports JavaScript, TypeScript, and Python templates with integrated Crawlee, Playwright, and Cheerio libraries for HTTP and browser-based crawling \n Includes local testing via apify run with isolated storage, schema validation for inputs/outputs, and deployment to Apify platform via apify push \n Requires Apify CLI authentication and mandatory generatedBy metadata in .actor/actor.json
encore-go-testing
encoredev/skills · Backend
Encore Go uses standard Go testing with encore test.