Bootstrap Uv Python Workspace

🌐Community
by gaelic-ghost · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add bootstrap-uv-python-workspace npx -- -y @trustedskills/bootstrap-uv-python-workspace
2

Or manually add to ~/.claude/settings.json

~/.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.py file containing Uvicorn startup code.
  • Creates an app.py file 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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
gaelic-ghost
Installs
7

🌐 Community

Passed automated security scans.