Use this skill when the user wants to create Python projects, manage Python environments, build packages, publish to PyPI, or manage Python project versions.
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-1c29efb7)More formats (shields.io, HTML) on the badges page.
---
name: hatch
description: Use this skill when the user wants to create Python projects, manage Python environments, build packages, publish to PyPI, or manage Python project versions.
---
# hatch Plugin
Modern Python project manager with version management and builds.
## Commands
### Project
- `hatch new run` — Create a new Python project
- `hatch build run` — Build Python package
- `hatch publish run` — Publish package to PyPI
### Environment
- `hatch env create` — Create a Python virtual environment
### Version
- `hatch version show` — Show/update project version
## Usage Examples
- "Create a new Python project"
- "Build my package"
- "Create a virtual environment"
- "Publish to PyPI"
- "Show current version"
## Installation
```bash
pip install hatch
```
## Examples
```bash
# Create new project
hatch new my-project
# Build package
hatch build
# Create environment
hatch env create
# Show version
hatch version
# Bump version
hatch version patch
# Publish
hatch publish
```
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!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...