create-env

Automate remote Python environment setup with pixi or uv.

174|17|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/CurryTang/Amadeus --skill create-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-env
Source: https://github.com/CurryTang/Amadeus/tree/main/skills/create-env
Command: npx skills add https://github.com/CurryTang/Amadeus --skill create-env

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the setup of a reproducible Python project environment on a remote server using pixi or uv, ensuring consistent toolchains across deployments.

Core Features & Use Cases

  • Deterministic environment creation: detects package managers, initializes configs, and installs dependencies to match project needs.
  • Jumpstart integration: supports environments generated by jumpstart mechanisms for rapid project onboarding.
  • Validation & reproducibility: verifies key imports and lock files to ensure a repeatable setup across machines.

Quick Start

Run the create-env skill to initialize and configure a remote Python environment with pixi or uv.

Frequently Asked Questions about create-env

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a reproducible Python environment on a remote server?

To set up a reproducible Python environment on a remote server, you can automate the process using pixi or uv. This approach detects the package manager, initializes configuration files like pixi.toml or pyproject.toml, and installs dependencies to ensure consistent toolchains across deployments.

What is the best way to automate Python project configuration across remote hosts?

Automating Python project configuration across remote hosts is best achieved by using deterministic environment creation tools. This process detects package managers, initializes config files, and installs dependencies to match project needs, ensuring a repeatable setup across different machines.

Does this environment setup work with both pixi and uv?

Yes, the environment setup works with both pixi and uv. It detects the available package manager on the remote host, initializes the corresponding pixi.toml or pyproject.toml configuration, and installs the appropriate packages for your project.

How do I validate a Python environment setup after installing dependencies remotely?

To validate a Python environment setup after installing dependencies, you can perform a quick import check. This verifies key imports and lock files, ensuring the remote installation is repeatable and the toolchain functions correctly across machines.

Can I use this remote environment creation for jumpstart-generated projects?

Yes, you can use this remote environment creation for jumpstart-generated projects. It supports environments generated by jumpstart mechanisms, allowing for rapid project onboarding and consistent tooling across teams and machines.