tedivm

12 mods across 1 repository, 309 stars between them.

aiocache

03

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Configure or use the aiocache caching layer. Use when: adding cache reads/writes, configuring cache backends, working with TTLs, enabling/disabling caching, or understanding the NoOpCache fallback pattern.

309 3mo ago A 47 tokens original MIT

celery-tasks

04

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify Celery tasks and periodic task configuration. Use when: adding new background tasks, setting up periodic/scheduled tasks, configuring Celery workers, or understanding the Celery app setup.

309 3mo ago A 44 tokens original MIT

docker-compose

05

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Work with the Docker Compose development environment. Use when: starting or stopping services, inspecting logs, opening a shell in a container, resetting the database, or understanding the service topology.

309 3mo ago A 39 tokens original MIT

fastapi-routes

06

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify FastAPI routes. Use when: adding new API endpoints, creating Pydantic request/response models, registering routers, designing REST APIs, or following route conventions for this project.

309 3mo ago A 44 tokens original MIT

jinja-templates

07

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify Jinja2 templates. Use when: adding new HTML templates, configuring the Jinja2 environment, adding custom filters or globals, rendering templates outside FastAPI, or working with template inheritance.

309 3mo ago B 46 tokens original MIT

makefile

08

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Complete reference for all make targets in the project. Use when: looking up the right make command for any task — setup, testing, linting, formatting, database, packaging, or cleanup.

309 3mo ago A 42 tokens original MIT

pydantic-settings

09

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Add or modify application configuration settings. Use when: adding new environment variables, settings fields, understanding settings conventions, working with secrets, or configuring optional vs required settings.

309 3mo ago A 38 tokens original MIT

python-testing

10

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Write or modify Python tests. Use when: adding new tests, understanding testing conventions, working with fixtures, writing FastAPI route tests, database tests, or following pytest patterns. DO NOT USE FOR RUNNING TESTS. If you are just running tests, not building them, you do not need this.

309 3mo ago A 64 tokens original MIT

sqlalchemy-models

11

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Create or modify SQLAlchemy models, queries, and Alembic migrations. Use when: defining new database tables, writing queries, creating migrations, checking model conventions, or understanding the database layer.

309 3mo ago A 44 tokens original MIT

typer-cli

12

tedivm/robs_awesome_python_template

Skill Claude CodeCodex

Add or modify CLI commands using Typer. Use when: adding new CLI subcommands, wrapping async functions for CLI use, understanding the CLI entrypoint structure, or following the @syncify pattern for async commands.

309 3mo ago A 47 tokens original MIT