·fastapi-backend-guidelines
</>

fastapi-backend-guidelines

FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer, async/await patterns, Pydantic validation, and error handling. Use when creating APIs, routes, services, repositories, or working with backend code.

3Installs·0Trend·@chacha95

Installation

$npx skills add https://github.com/chacha95/advanced-harness --skill fastapi-backend-guidelines

How to Install fastapi-backend-guidelines

Quickly install fastapi-backend-guidelines AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/chacha95/advanced-harness --skill fastapi-backend-guidelines
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: chacha95/advanced-harness.

SKILL.md

View raw

Comprehensive guide for modern FastAPI development with async Python, emphasizing Domain-Driven Design, layered architecture (Router → Service → Repository), SQLModel ORM, and async best practices.

| Understand architecture | layered-architecture.md | | Create API routes | api-routes.md | | Work with database | database-orm.md | | Organize domains | domain-driven-design.md | | Build services | service-layer.md | | Create repositories | repository-pattern.md | | Validate requests | dtos-validation.md | | Use async patterns | async-patterns.md |

| Handle errors | error-handling.md | | See full examples | complete-examples.md |

FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer, async/await patterns, Pydantic validation, and error handling. Use when creating APIs, routes, services, repositories, or working with backend code. Source: chacha95/advanced-harness.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/chacha95/advanced-harness --skill fastapi-backend-guidelines
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from chacha95/advanced-harness

Quick answers

What is fastapi-backend-guidelines?

FastAPI backend development guidelines for Python async applications. Domain-Driven Design with FastAPI routers, SQLModel/SQLAlchemy ORM, repository pattern, service layer, async/await patterns, Pydantic validation, and error handling. Use when creating APIs, routes, services, repositories, or working with backend code. Source: chacha95/advanced-harness.

How do I install fastapi-backend-guidelines?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/chacha95/advanced-harness --skill fastapi-backend-guidelines Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/chacha95/advanced-harness