Bootstrap Uv Python Workspace
Automatically sets up a functional Python development environment with UV libraries on a new server or VM.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add bootstrap-uv-python-workspace npx -- -y @trustedskills/bootstrap-uv-python-workspace
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"bootstrap-uv-python-workspace": {
"command": "npx",
"args": [
"-y",
"@trustedskills/bootstrap-uv-python-workspace"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill bootstraps a Python workspace using Uvicorn, creating a basic HTTP server structure. It sets up essential files like main.py and app.py, preconfigured for asynchronous request handling with FastAPI. The generated workspace is ready to be customized and extended for building API endpoints and backend applications.
When to use it
- Quickly start a new Python-based API project without manual setup.
- Generate a basic server structure when prototyping or experimenting with asynchronous frameworks like FastAPI.
- Create a standardized development environment for teams working on Python backends.
- Rapidly deploy simple HTTP services.
Key capabilities
- Generates
main.pyfile containing Uvicorn startup code. - Creates an
app.pyfile with a basic FastAPI application instance. - Provides a foundational structure for asynchronous request handling.
- Uses FastAPI as the underlying web framework.
Example prompts
- "Create a new Python workspace with Uvicorn and FastAPI."
- "Bootstrap a server environment using Uvicorn."
- "Generate a basic API project setup in Python."
Tips & gotchas
- Requires Python to be installed on the system.
- The generated code is a starting point; further customization will likely be needed for specific application requirements.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.