setup-maturin-lib

Scaffold a Rust/Python hybrid library project with maturin and uv.

Updated Dec 28, 2025
One-click install
npx skills add https://github.com/josh-gree/my-claude-skills --skill setup-maturin-lib
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-maturin-lib
Source: https://github.com/josh-gree/my-claude-skills/tree/main/skills/setup-maturin-lib
Command: npx skills add https://github.com/josh-gree/my-claude-skills --skill setup-maturin-lib

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolds a Rust/Python hybrid library project using maturin and uv, generating a mixed layout with Rust and Python sources.

Core Features & Use Cases

  • Gather project details and validate names
  • Scaffold with maturin in a temp directory
  • Configure pyproject.toml and Cargo.toml for abi3 and mixed layout
  • Create mixed Python package and Rust extension
  • Install dev tooling and create standard project skeleton

Quick Start

From the current directory, run /setup-maturin-lib and follow prompts to initialise a Rust/Python library.