Codex "Agent Skills" for Python development with uv-first workflows and practical automation templates.
This repository supports Python users who want consistent project setup, testing, and MCP/FastAPI bootstrapping with modern uv tooling.
bootstrap-python-mcp-service- Use when creating Python MCP services with FastMCP +
uvdefaults. - Helps by standardizing project scaffolding and initial quality checks.
- Use when creating Python MCP services with FastMCP +
bootstrap-python-service- Use when creating Python FastAPI services with
uv. - Helps by quickly generating sane service structure and dev tooling defaults.
- Use when creating Python FastAPI services with
bootstrap-uv-python-workspace- Use when creating multi-package Python workspaces under
uv. - Helps by setting predictable workspace layout and package/service conventions.
- Use when creating multi-package Python workspaces under
uv-pytest-unit-testing- Use when adding or stabilizing pytest-based tests in
uvprojects. - Helps by aligning test setup, execution commands, and troubleshooting patterns.
- Use when adding or stabilizing pytest-based tests in
# Repo-local
npx skills add gaelic-ghost/python-skills# Bootstrap FastAPI
npx skills add gaelic-ghost/python-skills@bootstrap-python-service
# Bootstrap FastMCP
npx skills add gaelic-ghost/python-skills@bootstrap-python-mcp-service
# Bootstrap uv project or workspace
npx skills add gaelic-ghost/python-skills@bootstrap-uv-python-workspace
# Implement and use pytest in a uv project or workspace
npx skills add gaelic-ghost/python-skills@uv-pytest-unit-testingFind Skills like these with the skills CLI by Vercel — vercel-labs/skills
npx skills find "python uv codex"
npx skills find "fastapi bootstrap"
npx skills find "pytest uv workflow"
npx skills find "mcp service bootstrap"Find Skills like these with Find Skills by Vercel — vercel-labs/agent-skills
npx skills add vercel-labs/agent-skills- Skills catalog: skills.sh
.
├── README.md
├── LICENSE
├── bootstrap-python-mcp-service/
├── bootstrap-python-service/
├── bootstrap-uv-python-workspace/
└── uv-pytest-unit-testing/
- All workflows in this repo assume
uvfor Python tooling. - Each skill includes automation template guidance suitable for Codex GUI App Automations and Codex CLI
execexecutions.
Python skills, uv, FastAPI, FastMCP, pytest, workspace bootstrap, Codex automation.
Apache-2.0. See LICENSE.