Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
binjuhor avatar

Backend Development

  • 21 installs
  • 95 repo stars
  • Updated July 7, 2026
  • binjuhor/shadcn-lar

This is a copy of backend-development by mrgoonie - installs and ranking accrue to the original listing.

Backend Development is a Claude skill that guides building production backend systems including APIs, authentication, databases, and DevOps.

About

This skill is a reference guide for building production backend systems. A developer uses it when designing APIs, implementing authentication, optimizing database queries, or setting up CI/CD and microservices. It provides technology decision matrices and links to reference files covering API design, security, performance, architecture, testing, and DevOps.

  • Reference guide for REST, GraphQL, and gRPC API design
  • Covers OWASP Top 10 security, OAuth 2.1/JWT auth, and caching
  • Decision matrices for languages, frameworks, and databases

Backend Development by the numbers

  • 21 all-time installs (skills.sh)
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

backend-development capabilities & compatibility

Free; no API keys required.

Capabilities
api development · database · security audit · ci cd
Works with
postgres · mongodb · redis · docker · kubernetes · kafka
Use cases
api development · database · security audit · ci cd · devops
Pricing
Free
From the docs

What backend-development says it does

Production-ready backend development with modern technologies, best practices, and proven patterns.
SKILL.md
Use when designing APIs, implementing authentication, optimizing database queries, setting up CI/CD pipelines
SKILL.md
npx skills add https://github.com/binjuhor/shadcn-lar --skill backend-development

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars95
Last updatedJuly 7, 2026
Repositorybinjuhor/shadcn-lar

What it does

Guide API design, authentication, database, and deployment decisions when building a production backend.

Who is it for?

Choosing backend technologies and following patterns for APIs, auth, and scalable services.

Skip if: Frontend or UI work.

When should I use this skill?

Designing APIs, implementing authentication, optimizing database queries, or building microservices.

What you get

A production-ready backend design following documented API, security, testing, and DevOps checklists.

  • API design
  • authentication setup
  • database schema

By the numbers

  • 11 reference files
  • 70-20-10 test pyramid
  • OWASP Top 10 coverage

Files

SKILL.mdMarkdownGitHub ↗

Backend Development Skill

Production-ready backend development with modern technologies, best practices, and proven patterns.

When to Use

  • Designing RESTful, GraphQL, or gRPC APIs
  • Building authentication/authorization systems
  • Optimizing database queries and schemas
  • Implementing caching and performance optimization
  • OWASP Top 10 security mitigation
  • Designing scalable microservices
  • Testing strategies (unit, integration, E2E)
  • CI/CD pipelines and deployment
  • Monitoring and debugging production systems

Technology Selection Guide

Languages: Node.js/TypeScript (full-stack), Python (data/ML), Go (concurrency), Rust (performance) Frameworks: NestJS, FastAPI, Django, Express, Gin Databases: PostgreSQL (ACID), MongoDB (flexible schema), Redis (caching) APIs: REST (simple), GraphQL (flexible), gRPC (performance)

See: references/backend-technologies.md for detailed comparisons

Reference Navigation

Core Technologies:

  • backend-technologies.md - Languages, frameworks, databases, message queues, ORMs
  • backend-api-design.md - REST, GraphQL, gRPC patterns and best practices

Security & Authentication:

  • backend-security.md - OWASP Top 10 2025, security best practices, input validation
  • backend-authentication.md - OAuth 2.1, JWT, RBAC, MFA, session management

Performance & Architecture:

  • backend-performance.md - Caching, query optimization, load balancing, scaling
  • backend-architecture.md - Microservices, event-driven, CQRS, saga patterns

Quality & Operations:

  • backend-testing.md - Testing strategies, frameworks, tools, CI/CD testing
  • backend-code-quality.md - SOLID principles, design patterns, clean code
  • backend-devops.md - Docker, Kubernetes, deployment strategies, monitoring
  • backend-debugging.md - Debugging strategies, profiling, logging, production debugging
  • backend-mindset.md - Problem-solving, architectural thinking, collaboration

Key Best Practices (2025)

Security: Argon2id passwords, parameterized queries (98% SQL injection reduction), OAuth 2.1 + PKCE, rate limiting, security headers

Performance: Redis caching (90% DB load reduction), database indexing (30% I/O reduction), CDN (50%+ latency cut), connection pooling

Testing: 70-20-10 pyramid (unit-integration-E2E), Vitest 50% faster than Jest, contract testing for microservices, 83% migrations fail without tests

DevOps: Blue-green/canary deployments, feature flags (90% fewer failures), Kubernetes 84% adoption, Prometheus/Grafana monitoring, OpenTelemetry tracing

Quick Decision Matrix

NeedChoose
Fast developmentNode.js + NestJS
Data/ML integrationPython + FastAPI
High concurrencyGo + Gin
Max performanceRust + Axum
ACID transactionsPostgreSQL
Flexible schemaMongoDB
CachingRedis
Internal servicesgRPC
Public APIsGraphQL/REST
Real-time eventsKafka

Implementation Checklist

API: Choose style → Design schema → Validate input → Add auth → Rate limiting → Documentation → Error handling

Database: Choose DB → Design schema → Create indexes → Connection pooling → Migration strategy → Backup/restore → Test performance

Security: OWASP Top 10 → Parameterized queries → OAuth 2.1 + JWT → Security headers → Rate limiting → Input validation → Argon2id passwords

Testing: Unit 70% → Integration 20% → E2E 10% → Load tests → Migration tests → Contract tests (microservices)

Deployment: Docker → CI/CD → Blue-green/canary → Feature flags → Monitoring → Logging → Health checks

Resources

  • OWASP Top 10: https://owasp.org/www-project-top-ten/
  • OAuth 2.1: https://oauth.net/2.1/
  • OpenTelemetry: https://opentelemetry.io/

Related skills

FAQ

Which languages and frameworks does it cover?

Node.js, Python, Go, and Rust with frameworks including NestJS, FastAPI, Django, Express, and Gin.

What security guidance is included?

OWASP Top 10 mitigation, parameterized queries, OAuth 2.1 with PKCE, JWT, rate limiting, and Argon2id passwords.

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.