litestar-cli
SKILL.md
CLI
Execution Workflow
- Ensure app autodiscovery works (canonical module layout) or define explicit app import path.
- Standardize
litestarcommands in project scripts and team docs. - Separate local development commands from production runtime commands.
- 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
# Autodiscovery mode
litestar run
# Explicit app target mode
litestar --app path.to.app:app run
Validation Checklist
- Confirm
litestar runand other core commands resolve the correct app. - Confirm schema-related CLI commands run in CI without manual steps.
- Confirm command aliases/scripts behave consistently across environments.
Cross-Skill Handoffs
- Use
litestar-app-setupwhen autodiscovery or app factory layout is broken. - Use
litestar-openapifor schema generation quality, not just CLI invocation.
Litestar References
Weekly Installs
11
Repository
alti3/litestar-skillsGitHub Stars
5
First Seen
14 days ago
Security Audits
Installed on
cline11
gemini-cli11
github-copilot11
codex11
kimi-cli11
cursor11