backend▌
581 indexed skills · max 10 per page
mastering-typescript
spillwavesolutions/mastering-typescript-skill · Backend
Enterprise-grade TypeScript development with type-safe patterns, modern tooling, and framework integration. \n \n Covers TypeScript 5.9+ fundamentals including generics, mapped types, conditional types, and the satisfies operator for type validation \n Includes framework-specific guidance for React, NestJS, and LangChain.js with practical code examples and type-safe patterns \n Provides enterprise patterns for error handling, runtime validation with Zod, and API contract design \n Addresses mode
typescript-pro
sickn33/antigravity-awesome-skills · Backend
You are a TypeScript expert specializing in advanced typing and enterprise-grade development.
java-performance
pluginagentmarketplace/custom-plugin-java · Backend
Optimize JVM performance through profiling, GC tuning, and memory analysis.
javascript-typescript-typescript-scaffold
sickn33/antigravity-awesome-skills · Backend
You are a TypeScript project architecture expert specializing in scaffolding production-ready Node.js and frontend applications. Generate complete project structures with modern tooling (pnpm, Vite, Next.js), type safety, testing setup, and configuration following current best practices.
typescript-expert
sickn33/antigravity-awesome-skills · Backend
Advanced TypeScript expertise covering type systems, performance optimization, monorepo patterns, and modern tooling. \n \n Diagnoses and resolves complex type errors, circular dependencies, and performance bottlenecks with systematic debugging approaches \n Guides migrations from JavaScript to TypeScript, ESM/CJS transitions, and tool upgrades (ESLint to Biome, Lerna to Nx/Turborepo) \n Provides type-level programming patterns including branded types, conditional types, and inference techniques
golang-context
samber/cc-skills-golang · Backend
golang-context
algorand-vulnerability-scanner
trailofbits/skills · Backend
Detects 11 Algorand-specific smart contract vulnerabilities including rekeying attacks, unchecked transaction fields, and access control issues. \n \n Scans TEAL and PyTeal files for critical patterns like missing RekeyTo validation, unchecked CloseRemainderTo/AssetCloseTo fields, and group transaction manipulation \n Integrates with Tealer (Trail of Bits static analyzer) for automated detection and provides manual vulnerability sweep workflows \n Covers stateful applications and smart signature
golang-patterns
affaan-m/everything-claude-code · Backend
Idiomatic Go patterns, best practices, and conventions for building robust applications. \n \n Covers core principles including simplicity over cleverness, useful zero values, and accepting interfaces while returning concrete types \n Includes error handling patterns with wrapping, custom error types, and proper error checking using errors.Is and errors.As \n Provides concurrency patterns for worker pools, context-based cancellation, graceful shutdown, and goroutine leak prevention \n Addresses
python-security-scanner
jorgealves/agent_skills · Backend
$1f
django-expert
vintasoftware/django-ai-plugins · Backend
Expert guidance for Django backend development covering models, views, APIs, testing, and production deployment. \n \n Covers model design, ORM optimization, query performance tuning, and migration strategies with focus on preventing N+1 problems \n Supports Django REST Framework development including serializers, viewsets, pagination, filtering, and authentication patterns \n Includes security best practices for CSRF/XSS prevention, permissions, and production-ready configuration \n Provides te