backend▌
581 indexed skills · max 10 per page
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
javascript-typescript-jest
github/awesome-copilot · Backend
Jest testing best practices for JavaScript and TypeScript projects with mocking, async handling, and React patterns. \n \n Organize tests with descriptive names in nested describe blocks, using .test.ts / .test.js files placed alongside source code or in __tests__ directories \n Mock external dependencies with jest.mock() , jest.spyOn() , and mockImplementation() , resetting between tests to prevent state leakage \n Handle async code with promises, async/await , and resolves / rejects matchers;
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
java-architect
jeffallan/claude-skills · Backend
Enterprise Java specialist for Spring Boot 3.x, microservices, and cloud-native development. \n \n Covers Spring Boot 3.x architecture, WebFlux reactive endpoints, Spring Data JPA optimization, and Spring Security with OAuth2/JWT configuration \n Enforces Java 21 LTS features, DDD/Clean Architecture principles, and comprehensive test coverage (85%+ target) with Maven/Gradle verification workflows \n Includes domain modeling, service layer design, repository patterns, and REST endpoint implementa
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