backend-development

Provide backend development guidance for scalable APIs and services.

Updated Jun 16, 2025
One-click install
npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill backend-development-stonelukas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-development
Source: https://github.com/Stonelukas/Mouse-on-Numpad/tree/main/.opencode/skill/backend-development
Command: npx skills add https://github.com/Stonelukas/Mouse-on-Numpad --skill backend-development-stonelukas

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Production-ready backend development guidance covering modern technologies, best practices, and proven patterns to accelerate secure, scalable API and service design.

Core Features & Use Cases

  • Architecture patterns and design templates for monoliths, microservices, and event-driven systems
  • Security framework covering OAuth 2.1, JWT, RBAC, MFA, and secure defaults
  • Performance optimization guidance including caching, connection pooling, CQRS, and scalable data access
  • Testing, CI/CD, observability, and deployment patterns with monitoring and reliability in mind
  • Use Case: Teams building REST/GraphQL APIs, microservices, or data pipelines to deliver reliable backends quickly

Quick Start

Apply these guidelines to design, implement, and deploy secure, scalable backends.

Frequently Asked Questions about backend-development

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build scalable APIs and microservices for production?

To build scalable APIs and microservices for production, apply structured architecture patterns for REST, GraphQL, and gRPC to ensure reliable and maintainable service design.

What is the best way to secure a backend architecture?

The best way to secure a backend architecture is by implementing a security framework covering OAuth 2.1, JWT, RBAC, MFA, and secure defaults to protect services and data access.

Does this backend development guidance work with Python and Go?

Yes, this backend development guidance works with Python and Go, as well as Node.js and Rust projects across various monolith and microservice architectures.

How do I optimize backend performance for high-traffic services?

Optimize backend performance for high-traffic services by applying guidance on caching, connection pooling, CQRS, and scalable data access patterns to reduce latency.

When do I need event-driven architecture for my backend?

You need event-driven architecture for your backend when building scalable microservices or data pipelines that require asynchronous processing and reliable system decoupling.

How do I implement CI/CD and observability for backend deployments?

Implement CI/CD and observability for backend deployments by following structured testing, deployment, and monitoring patterns designed to ensure reliability and system health.