Canonical Codex skills for Python bootstrapping, testing, FastAPI service setup, and FastMCP scaffolding with uv-first workflows.
For standards and maintainer operating guidance, see AGENTS.md.
- What These Agent Skills Help With
- Skill Guide (When To Use What)
- Quick Start (Vercel Skills CLI)
- Install individually by Skill or Skill Pack
- Update Skills
- More resources for similar Skills
- Repository Layout
- Notes
- Keywords
- License
This repository packages reusable Python-focused Codex skills for creating uv projects and workspaces, bootstrapping FastAPI or FastMCP services, and standardizing pytest execution in uv-managed repositories.
bootstrap-python-mcp-service- Bootstrap
uvFastMCP projects and workspaces, plus optional OpenAPI or FastAPI mapping guidance.
- Bootstrap
bootstrap-python-service- Bootstrap
uvFastAPI projects and workspaces with consistent app, test, and quality-tool defaults.
- Bootstrap
bootstrap-uv-python-workspace- Create the shared
uvpackage or workspace scaffolds used directly or as the basis for the higher-level bootstrap skills.
- Create the shared
uv-pytest-unit-testing- Standardize pytest setup, package-targeted runs, and troubleshooting for
uvprojects and workspaces.
- Standardize pytest setup, package-targeted runs, and troubleshooting for
Use the Vercel skills CLI to install from this repository.
npx skills add gaelic-ghost/python-skillsnpx skills add gaelic-ghost/python-skills --skill bootstrap-python-mcp-service
npx skills add gaelic-ghost/python-skills --skill bootstrap-python-service
npx skills add gaelic-ghost/python-skills --skill bootstrap-uv-python-workspace
npx skills add gaelic-ghost/python-skills --skill uv-pytest-unit-testingInstall all active skills:
npx skills add gaelic-ghost/python-skills --allnpx skills check
npx skills updateFind Skills like these with the skills CLI by Vercel — vercel-labs/skills
npx skills find "python uv workspace bootstrap"
npx skills find "fastapi scaffold"
npx skills find "fastmcp bootstrap"
npx skills find "pytest uv workflow"Find Skills like these with the Find Skills Agent Skill by Vercel — vercel-labs/agent-skills
npx skills add vercel-labs/agent-skills --skill find-skillsThen ask your Agent for help finding a skill for "" or ""
- Skills catalog: skills.sh
.
├── README.md
├── ROADMAP.md
├── AGENTS.md
├── docs/
│ └── maintainers/
│ ├── reality-audit.md
│ └── workflow-atlas.md
├── .github/
│ └── scripts/
│ └── validate_repo_docs.sh
├── scripts/
│ └── validate_repo_metadata.py
├── bootstrap-python-mcp-service/
├── bootstrap-python-service/
├── bootstrap-uv-python-workspace/
└── uv-pytest-unit-testing/
- The repository stays flat at the root; active skills are not nested under
skills/. - Root docs are the canonical installation and discovery surface.
- Each skill’s maintained contract lives in
SKILL.mdplusagents/openai.yaml; per-skillREADME.mdfiles are intentionally retired. - Maintainer-side validation is standardized on
uv run pytestanduv run python scripts/validate_repo_metadata.py.
Codex skills, Python skills, uv, FastAPI, FastMCP, pytest, workspace bootstrap, automation workflows, documentation alignment.
Apache-2.0. See LICENSE.