Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

robs_awesome_python_template

robs_awesome_python_template에는 tedivm에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
300
업데이트
2026-05-16
Forks
23
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

aiocache
소프트웨어 개발자

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.

2026-05-16
celery-tasks
소프트웨어 개발자

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.

2026-05-16
docker-compose
네트워크·컴퓨터 시스템 관리자

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.

2026-05-16
fastapi-routes
소프트웨어 개발자

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.

2026-05-16
jinja-templates
웹 개발자

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.

2026-05-16
makefile
소프트웨어 개발자

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.

2026-05-16
pydantic-settings
소프트웨어 개발자

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.

2026-05-16
python-testing
소프트웨어 품질 보증 분석가·테스터

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.

2026-05-16
sqlalchemy-models
데이터베이스 아키텍트

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.

2026-05-16
typer-cli
소프트웨어 개발자

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.

2026-05-16
template-testing
소프트웨어 품질 보증 분석가·테스터

Comprehensive testing of the cookiecutter template across all configurations.

2026-04-28