AI skill for Python backend development - FastAPI, SQLAlchemy, Redis, security patterns
Project description
Open Python Skills
CLI tool to install AI coding skills to your projects. Currently includes python-backend skill for FastAPI, SQLAlchemy, Redis, security patterns.
Quick Start
# Install skill to your project (no pip install needed)
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 --all # All IDE
Available Skills
| Skill | Description |
|---|---|
python-backend |
FastAPI, SQLAlchemy, Redis, security, performance patterns |
What It Does
Running init copies skill files to your project:
your-project/
├── .shared/
│ ├── SKILL.md # Skill description for AI
│ ├── data/ # Knowledge databases
│ │ └── *.json
│ └── scripts/
│ └── knowledge_db.py # Search script
├── .cursor/commands/ # (if --cursor)
└── ...
Your AI assistant can then search the knowledge base for patterns and best practices.
Categories (python-backend)
| Category | Description |
|---|---|
fastapi |
Project structure, async patterns, Pydantic |
security |
JWT/OAuth2, password hashing, CORS |
database |
SQLAlchemy, Alembic, connection pooling |
upstash |
Redis caching, QStash jobs, rate limiting |
performance |
Caching, async, profiling |
api |
REST conventions, versioning |
deslop |
AI code cleanup patterns |
Requirements
- Python 3.8+
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.1.tar.gz.
File metadata
- Download URL: open_python_skills-0.1.1.tar.gz
- Upload date:
- Size: 49.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f28e457ae67a0c65e93850a238fb1d755c1b47cc1b16489e852dae78786555f
|
|
| MD5 |
1966aac2eb84df353a4a9a8db5141c42
|
|
| BLAKE2b-256 |
d0002e327d5504b87c1e75712460fb5ba49266e26c29103906958d3d28d91485
|
File details
Details for the file open_python_skills-0.1.1-py3-none-any.whl.
File metadata
- Download URL: open_python_skills-0.1.1-py3-none-any.whl
- Upload date:
- Size: 54.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c48376a0798a57bf592028ee1e828e1df66c009fb3851c565ea68fe84c80f8dd
|
|
| MD5 |
dc26db2e5bdd4fb260e2b7da9d9ca071
|
|
| BLAKE2b-256 |
10650d28eff76dcc39d8f23425761ae7c12f0fd1a87c538f5abfba9473102961
|