Skill Claude CodeCodex
Auto-activate for Controller, Router, @get/@post/@put/@patch/@delete, routehandler, path params, app/domain modules, or Autowire layout. Not for frontend routers.
Skill Claude CodeCodex
Auto-activate for Controller, Router, @get/@post/@put/@patch/@delete, routehandler, path params, app/domain modules, or Autowire layout. Not for frontend routers.
Skill Claude CodeCodex
Auto-activate for litestarsaq, SAQPlugin, SAQConfig, QueueConfig, TaskQueues, CronJob, litestar workers run, background jobs, schedules, or SAQ web UI. Not for Celery, RQ, or Dramatiq — use their respective integrations or litestar-queues.
Skill Claude CodeCodex
Auto-activate for litestarsecurity, SecurityPlugin, SecurityConfig, CurrentUser, Principal, SecurityContext, requiresrole, requiresscope, requiresauthenticated, requirestenant, requirestenantrole, requirescapability, or requiresassurance. Not for raw auth guards alone — use litestar-auth-guards.
Skill Claude CodeCodex
Auto-activate for getenv, dataclass settings, pydanticsettings, BaseSettings, lrucache config factories, app.state settings, LITESTARAPP, or env parsing. Not for frontend env.
Skill Claude CodeCodex
Use when authoring Litestar skill content, Python/TypeScript examples, PEP 604, async I/O, Google docstrings, ruff/mypy/pyright, pytest, or CI rules. Not for focused Litestar APIs.
Skill Claude CodeCodex
Auto-activate for test.py, conftest.py, litestar.testing, TestClient, AsyncTestClient, createtestclient, createasynctestclient, anyio, Guard mocks, DI overrides, or handler tests. Not for generic pytest.
Skill Claude CodeCodex
Auto-activate for litestarvite, VitePlugin, ViteConfig, PathConfig, RuntimeConfig, TypeGenConfig, InertiaConfig, vite.config.ts, HMR, typegen, assets, or modes. Not for plain Vite.
Skill Claude CodeCodex
Auto-activate for litestar.toml, [tool.litestar], pyproject.toml Litestar deps, or Litestar() app setup. Not for focused routing, DTO, auth, DI, data, settings, middleware, realtime, deployment, or testing.
Skill Claude CodeCodex
Auto-activate for msgspec, Struct, Meta, msgspec.json, msgspec.msgpack, tagged unions, enchook, dechook, convert(), or Litestar DTO shapes. Not for Pydantic or ORM models — use their stack-specific skill.
Skill Claude CodeCodex
Auto-activate for polyfactory, ModelFactory, DataclassFactory, MsgspecFactory, AttrsFactory, Use, registerfixture, pytest plugin, randomseed, or coverage(). Not for production seeding.
Skill Claude CodeCodex
Auto-activate for pytestdatabases, Docker DB fixtures, PostgreSQL/pgvector/ParadeDB, MySQL/MariaDB, Oracle/SQL Server, CockroachDB/YugabyteDB, MongoDB, Redis/Valkey, Elasticsearch, BigQuery/Spanner, Azurite, MinIO, or RustFS tests. Not for mocked databases.
Skill Claude CodeCodex
Auto-activate for sqlspec, SQLSpec, SQLFileLoader, drivers, query builders, named SQL, filters, pagination, Arrow, framework extensions, ADK stores, data dictionary, or observers. Not for ORM repositories -- use advanced-alchemy.