setup-maturin-lib

Sets up a new Rust/Python hybrid library project using maturin and uv. Creates project structure with PyO3 bindings, installs dev dependencies, and optionally configures git remote. Use when the user wants to initialise a Python library with Rust extensions.

$ Instalar

git clone https://github.com/josh-gree/my-claude-skills /tmp/my-claude-skills && cp -r /tmp/my-claude-skills/skills/setup-maturin-lib ~/.claude/skills/my-claude-skills

// tip: Run this command in your terminal to install the skill