dev-server

Installation
SKILL.md

Server Development Skill

Instructions

Use this skill to scaffold and maintain backend services in the server/ directory. Follow the stack preferences and configuration details below.

Quick Start

  1. Initialize: uv init.
  2. Manager: Use uv for all dependency operations.
  3. Framework: Setup FastAPI with Pydantic.
  4. Database: configure SQLAlchemy (Async) + Alembic.

Core Stack Preferences

Project Management (uv)

Use uv for all Python project management (scaffolding, dependency management, virtual environments).

Related skills

More from yugasun/skills

Installs
6
Repository
yugasun/skills
GitHub Stars
1
First Seen
Jan 29, 2026