AI skill for Python backend development - FastAPI, SQLAlchemy, Redis, security patterns
Project description
Open Python Skills CLI
Command-line tool to install open-python-skills (a Python backend best-practices skill) to different AI assistants (Cursor, Claude Code, Windsurf, Kiro, GitHub Copilot, Antigravity).
Installation
No installation needed! Just use uvx to run directly:
uvx open-python-skills init --cursor
Quick Start
# Run directly with uvx (no installation needed)
uvx open-python-skills init --cursor
# Install to all IDEs
uvx open-python-skills init --all
Usage
Use uvx to run commands directly:
# Install to specific IDE
uvx open-python-skills init --cursor # Cursor
uvx open-python-skills init --claude # Claude Code
uvx open-python-skills init --windsurf # Windsurf
uvx open-python-skills init --kiro # Kiro
uvx open-python-skills init --copilot # GitHub Copilot
uvx open-python-skills init --antigravity # Antigravity
# Install to multiple IDEs
uvx open-python-skills init --cursor --claude --windsurf
# Install to all IDEs
uvx open-python-skills init --all
Requirements
- Python 3.13+
- Project directory with
.shared/folder - Write permissions for creating IDE config files
Project Structure
The CLI tool expects a project structure like:
your-project/
├── .shared/
│ ├── SKILL.md
│ ├── scripts/
│ ├── data/
└── ...
Environment Variables
You can specify the project path using:
export OPEN_PYTHON_SKILLS_PROJECT="/path/to/project"
uvx open-python-skills init --cursor
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file open_python_skills-0.1.0.tar.gz.
File metadata
- Download URL: open_python_skills-0.1.0.tar.gz
- Upload date:
- Size: 48.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f46b1d1dec73e83e546799e81dda9d33784cad4ad282b40d3d48c79b1f30c50
|
|
| MD5 |
149837c832e38fd29ce7ccd77e95cf7b
|
|
| BLAKE2b-256 |
6f85c5cf1145cfd49bfe9f0e95f87e51303429624f17034fe8e1e7309831e4db
|
File details
Details for the file open_python_skills-0.1.0-py3-none-any.whl.
File metadata
- Download URL: open_python_skills-0.1.0-py3-none-any.whl
- Upload date:
- Size: 54.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8ae3eb4eb36f952611676a5db4f55913847b975fd6f6d2f03987a9cc727ee49
|
|
| MD5 |
8c48965cd168520c43ba604120e6a320
|
|
| BLAKE2b-256 |
a5d77f7fe54ed6f07004a28ae730628eb3f5cc58f2d9f72ba81768fbb0298a1a
|