Skip to content
Skillv1.0.0

python-backend-pack

Curated bundle of essential Python backend development skills. Includes FastAPI patterns, packaging, database migrations, CLI design, and Redis caching. Use when building Python API services or backen

by organvm-iv-taxis(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from organvm-iv-taxis/a-i--skills (skills/development/python-backend-pack/SKILL.md). Install upstream with npx skills add organvm-iv-taxis/a-i--skills --skill python-backend-pack. Copyright stays with the author (MIT).

Python Backend Pack

A curated bundle of essential skills for building Python backend services — from project structure through API, database, caching, and CLI.

What's Included

  • fastapi-patterns — Production FastAPI applications with async patterns, dependency injection, and Pydantic models
  • python-packaging-patterns — Project structure, pyproject.toml, dependency management, and distribution
  • database-migration-patterns — Safe schema evolution with Alembic, zero-downtime strategies, and rollback
  • cli-tool-design — Command-line interfaces with Typer/Click, subcommands, and shell completion
  • redis-patterns — Caching, pub/sub messaging, rate limiting, and distributed locks

Getting Started

Install this bundle when starting a Python backend project. The recommended sequence:

  1. Structure: Use python-packaging-patterns to set up pyproject.toml and project layout
  2. API: Use fastapi-patterns for async API endpoints with Pydantic validation
  3. Database: Use database-migration-patterns for schema management with Alembic
  4. Caching: Use redis-patterns for caching and rate limiting layers
  5. CLI: Use cli-tool-design for management commands and operational tooling

This pack covers the core Python backend stack used across ORGAN-III (commerce), ORGAN-IV (orchestration), and META-ORGANVM.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/organvm-iv-taxis-a-i-skills-python-backend-pack/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

organvm-iv-taxis-a-i-skills-python-backend-pack.ocm.jsonjson
{
  "ocm": "1",
  "id": "organvm-iv-taxis-a-i-skills-python-backend-pack",
  "kind": "skill",
  "name": "python-backend-pack",
  "description": "Curated bundle of essential Python backend development skills. Includes FastAPI patterns, packaging, database migrations, CLI design, and Redis caching. Use when building Python API services or backend systems.",
  "publisher": "organvm-iv-taxis",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "bundle",
      "python",
      "backend",
      "api",
      "infrastructure",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Curated bundle of essential Python backend development skills. Includes FastAPI patterns, packaging, database migrations, CLI design, and Redis caching. Use when building Python API services or backend systems."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/organvm-iv-taxis/a-i--skills",
      "path": "skills/development/python-backend-pack/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/organvm-iv-taxis/a-i--skills/blob/HEAD/skills/development/python-backend-pack/SKILL.md",
      "key": "organvm-iv-taxis/a-i--skills/skills/development/python-backend-pack/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Python Backend Pack\n\nA curated bundle of essential skills for building Python backend services — from project structure through API, database, caching, and CLI.\n\n## What's Included\n\n- **fastapi-patterns** — Production FastAPI applications with async patterns, dependency injection, and Pydantic models\n- **python-packaging-patterns** — Project structure, pyproject.toml, dependency management, and distribution\n- **database-migration-patterns** — Safe schema evolution with Alembic, zero-downtime strategies, and rollback\n- **cli-tool-design** — Command-line interfaces with Typer/Click, subcommand",
  "cost": {
    "context_tokens": 338
  }
}

Fetch it by URL: GET /api/v1/registry/organvm-iv-taxis-a-i-skills-python-backend-pack/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.