jikime-domain-backend
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns
Best use case
jikime-domain-backend is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns
Teams using jikime-domain-backend should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/jikime-domain-backend/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How jikime-domain-backend Compares
| Feature / Agent | jikime-domain-backend | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Backend development specialist covering API design, database integration, microservices architecture, and modern backend patterns
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Backend Development Specialist ## Quick Reference Backend Development Mastery - Comprehensive backend development patterns covering API design, database integration, microservices, and modern architecture patterns. Core Capabilities: - API Design: REST, GraphQL, gRPC with OpenAPI 3.1 - Database Integration: PostgreSQL, MongoDB, Redis, caching strategies - Microservices: Service mesh, distributed patterns, event-driven architecture - Security: Authentication, authorization, OWASP compliance - Performance: Caching, optimization, monitoring, scaling When to Use: - Backend API development and architecture - Database design and optimization - Microservices implementation - Performance optimization and scaling - Security integration for backend systems --- ## Implementation Guide ### API Design Patterns RESTful API Architecture: Create a FastAPI application with authentication and response models. Define a Pydantic UserResponse model with id, email, and name fields. Implement list_users and create_user endpoints with HTTPBearer security dependency. The list endpoint returns a list of UserResponse objects, while the create endpoint accepts a UserCreate model and returns a single UserResponse. GraphQL Implementation: Use Strawberry to define GraphQL types. Create a User type with id, email, and name fields. Define a Query type with a users resolver that returns a list of User objects asynchronously. Generate the schema by passing the Query type to strawberry.Schema. ### Database Integration Patterns PostgreSQL with SQLAlchemy: Define SQLAlchemy models using declarative_base. Create a User model with id as primary key, email as unique string, and name as string column. Configure the engine with connection pooling parameters including pool_size of 20, max_overflow of 30, and pool_pre_ping enabled for connection health checks. MongoDB with Motor: Create a UserService class that initializes with an AsyncIOMotorClient. Set up the database and users collection in the constructor. Create indexes for email (unique) and created_at fields. Implement create_user method that inserts a document and returns the inserted_id as string. ### Microservices Architecture Service Discovery with Consul: Create a ServiceRegistry class that connects to Consul. Implement register_service method that registers a service with name, id, port, and health check endpoint. Implement discover_service method that queries healthy services and returns list of address:port strings. Event-Driven Architecture: Create an EventBus class using aio_pika for AMQP messaging. Implement connect method to establish connection and channel. Implement publish_event method that serializes event type and data as JSON and publishes to the default exchange with routing_key matching the event type. --- ## Advanced Patterns ### Caching Strategies Redis Integration: Create a CacheManager class with Redis connection. Implement a cache_result decorator that accepts ttl parameter. The decorator generates cache keys from function name and arguments, checks Redis for cached results, executes the function on cache miss, and stores results with expiration. Use json.loads and json.dumps for serialization. ### Security Implementation JWT Authentication: Create a SecurityManager class with CryptContext for bcrypt password hashing. Implement hash_password and verify_password methods using the context. Implement create_access_token that encodes a JWT with expiration time using HS256 algorithm. Default expiration is 15 minutes if not specified. ### Performance Optimization Database Connection Pooling: Create an optimized SQLAlchemy engine with QueuePool, pool_size 20, max_overflow 30, pool_pre_ping enabled, and pool_recycle of 3600 seconds. Add event listeners for before_cursor_execute and after_cursor_execute to track query timing. Log warnings for queries exceeding 100ms threshold. --- ## Works Well With - jikime-domain-frontend - Full-stack development integration - jikime-domain-database - Advanced database patterns - jikime-foundation-core - Core architectural principles - jikime-lang-typescript - TypeScript backend patterns - jikime-lang-python - Python backend patterns --- ## Technology Stack Primary Technologies: - Languages: Python 3.13+, Node.js 22+, Go 1.23 - Frameworks: FastAPI, Django, Express.js, Gin - Databases: PostgreSQL 16+, MongoDB 7+, Redis 7+ - Message Queues: RabbitMQ, Apache Kafka, Redis Pub/Sub - Containerization: Docker, Kubernetes - Monitoring: Prometheus, Grafana, OpenTelemetry Integration Patterns: - RESTful APIs with OpenAPI 3.1 - GraphQL with Apollo Federation - gRPC for high-performance services - Event-driven architecture with CQRS - API Gateway patterns - Circuit breakers and resilience patterns
Related Skills
domain-driven-design
Plan and route Domain-Driven Design work from strategic modeling to tactical implementation and evented architecture patterns.
bio-spatial-transcriptomics-spatial-domains
Identify spatial domains and tissue regions in spatial transcriptomics data using Squidpy and Scanpy. Cluster spots considering both expression and spatial context to define anatomical regions. Use when identifying tissue domains or spatial regions.
banking-domain-reviewer
Code review agent with banking domain knowledge — validates business flows, compliance requirements, double-entry accounting, payment processing, and regulatory patterns in the Firefly Banking Platform
acc-create-domain-service
Generates DDD Domain Services for PHP 8.5. Creates stateless services for business logic that doesn't belong to entities or value objects. Includes unit tests.
acc-create-domain-event
Generates DDD Domain Events for PHP 8.5. Creates immutable event records with metadata, past-tense naming. Includes unit tests.
domain-cli
Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, interactive, TUI, ratatui, crossterm, indicatif, progress bar, colored output, shell completion, config file, environment variable, 命令行, 终端应用, 参数解析
jikime-marketing-email
Email marketing and automation specialist for creating email sequences, drip campaigns, lifecycle emails, and nurture flows.
web-backend-builder
Scaffold backend API, data models, ORM setup, and endpoint inventory with OpenAPI output.
python-backend-expert
Python backend expert including Django, FastAPI, Flask, SQLAlchemy, and async patterns
platform-backend
Server-side architecture and security patterns. Extends core-coding-standards with API, error handling, and security rules. Use when building APIs or server logic.
nodejs-backend-patterns
Build production-ready Node.js backend services with Express/Fastify, implementing middleware patterns, error handling, authentication, database integration, and API design best practices. Use when...
moai-domain-database
Database specialist covering PostgreSQL, MongoDB, Redis, and advanced data patterns for modern applications