litestar-cli

Installation
SKILL.md

CLI

Execution Workflow

  1. Ensure app autodiscovery works (canonical module layout) or define explicit app import path.
  2. Standardize litestar commands in project scripts and team docs.
  3. Separate local development commands from production runtime commands.
  4. Extend CLI only when command reuse materially improves team workflows.

Implementation Rules

  • Keep one canonical entrypoint for commands and deployment.
  • Avoid hidden env assumptions; make required env vars explicit.
  • Pin command flags in scripts to avoid accidental behavior drift.
  • Prefer explicit app targets in CI/CD for reproducibility.

Example Pattern

Related skills

More from alti3/litestar-skills

Installs
15
GitHub Stars
5
First Seen
Mar 2, 2026