CLI tool to install Python Backend Pro Max skill to AI assistants
Project description
Open Python Skills CLI
Command-line tool to install Python Backend Pro Max skill to different AI assistants (Cursor, Claude Code, Windsurf, Kiro, GitHub Copilot, Antigravity).
Installation
pip install open-python-skills
Quick Start
# Install to Cursor
open-python-skills init --cursor
# Install to all IDEs
open-python-skills init --all
Usage
# Install to specific IDE
open-python-skills init --cursor # Cursor
open-python-skills init --claude # Claude Code
open-python-skills init --windsurf # Windsurf
open-python-skills init --kiro # Kiro
open-python-skills init --copilot # GitHub Copilot
open-python-skills init --antigravity # Antigravity
# Install to multiple IDEs
open-python-skills init --cursor --claude --windsurf
# Install to all IDEs
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/
│ └── references/
└── ...
Environment Variables
You can specify the project path using:
export OPEN_PYTHON_SKILLS_PROJECT="/path/to/project"
open-python-skills init --cursor
Development
# Install in development mode
pip install -e .
# Run tests
python -m pytest
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.0.1.tar.gz.
File metadata
- Download URL: open_python_skills-0.0.1.tar.gz
- Upload date:
- Size: 22.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f6ce778224735248e645a884a8f2bfdbf51f102d2dc00eece8c1c3293e9f5ed4
|
|
| MD5 |
60cca40feb48356fbd456496a2a94d0c
|
|
| BLAKE2b-256 |
5c5d29b060e2e1c0b5d3b10ef387a8fcc3f60e152d88c46f6329d388b4777969
|
File details
Details for the file open_python_skills-0.0.1-py3-none-any.whl.
File metadata
- Download URL: open_python_skills-0.0.1-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a8ac9dbc6db9dae433c2f555849f24853f7fc11f7d6c305852daf4a015e6f59
|
|
| MD5 |
048cb4849631159ff9e60e98a9177230
|
|
| BLAKE2b-256 |
ba107448666b35e78dee0bc53d8c894c8e029881d7dae8d8eb2322d2dfb47a3d
|