Use this skill when the user wants to build or publish Python packages to PyPI, or initialize a new Python project with modern packaging.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-1165c6dc)More formats (shields.io, HTML) on the badges page.
---
name: flit
description: Use this skill when the user wants to build or publish Python packages to PyPI, or initialize a new Python project with modern packaging.
---
# flit Plugin
Simple way to build and publish Python packages to PyPI.
## Commands
### Build
- `flit build run` — Build a Python package
### Publish
- `flit publish run` — Build and publish to PyPI
### Init
- `flit init run` — Initialize a new Python package
## Usage Examples
- "Build this Python package"
- "Publish to PyPI"
- "Initialize a new Python project"
## Installation
```bash
pip install flit
```
## Examples
```bash
# Build package
flit build
# Publish to PyPI
flit publish
# Publish to test PyPI
flit publish --repository testpypi
# Initialize new project
flit init
# Install in development mode
flit install
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!