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 - FastAPI, SQLAlchemy, Redis, security patterns
- commit-message - Git commit message analysis and batch commit suggestions
- excalidraw-ai - AI-powered Excalidraw diagram generator from text descriptions
Quick Start
# Install all skills 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 --kiro # Kiro
uvx open-python-skills init --copilot # GitHub Copilot
uvx open-python-skills init --all # All IDEs
Available Skills
| Skill | Description |
|---|---|
python-backend |
FastAPI, SQLAlchemy, Redis, security, performance patterns |
commit-message |
Analyze git changes and generate conventional commit messages |
excalidraw-ai |
Generate Excalidraw diagrams from natural language descriptions |
What It Does
Running init copies skill files to your project:
your-project/
├── .shared/
│ ├── python-backend/
│ │ ├── SKILL.md
│ │ ├── data/*.json
│ │ └── scripts/knowledge_db.py
│ └── commit-message/
│ ├── SKILL.md
│ ├── data/*.json
│ └── scripts/analyze_changes.py
│ └── excalidraw-ai/
│ ├── SKILL.md
│ ├── data/*.json
│ └── scripts/excalidraw_generator.py
├── .cursor/commands/ # (if --cursor)
│ ├── kb-search.md
│ └── commit-batch.md
│ └── excalidraw.md
└── ...
Skills Overview
python-backend
Searchable knowledge base for Python backend development.
# Search knowledge database
python3 .shared/python-backend/scripts/knowledge_db.py "jwt authentication"
# Filter by category
python3 .shared/python-backend/scripts/knowledge_db.py "caching" --category upstash
Categories: fastapi, security, database, upstash, performance, api, deslop, template
commit-message
Analyze git changes and generate context-aware commit messages.
# Analyze all changes
python3 .shared/commit-message/scripts/analyze_changes.py --analyze
# Get batch commit suggestions
python3 .shared/commit-message/scripts/analyze_changes.py --batch
# Generate message for specific files
python3 .shared/commit-message/scripts/analyze_changes.py --generate "src/*.py"
Features:
- Conventional commit format (
feat,fix,refactor,docs, etc.) - Automatic grouping by directory/module
- Batch commit suggestions for large changesets
excalidraw-ai
Generate Excalidraw diagrams from natural language descriptions.
# Generate flowchart
python3 .shared/excalidraw-ai/scripts/excalidraw_generator.py "User Login -> Auth -> Access Data" --type flowchart
# Generate architecture diagram
python3 .shared/excalidraw-ai/scripts/excalidraw_generator.py "API Gateway -> Microservice -> Database" --type architecture
# Generate backend architecture from a Python project (context-aware)
python3 .shared/excalidraw-ai/scripts/excalidraw_generator.py --project . --type architecture --output backend_arch.json
Types: flowchart, architecture, mindmap
CLI Commands
open-python-skills init [--cursor|--claude|--windsurf|--all] # Install skills
open-python-skills search "query" # Search knowledge
open-python-skills get <entry-id> # Get full entry
open-python-skills categories # List categories
open-python-skills stats # Show statistics
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.3.3.tar.gz.
File metadata
- Download URL: open_python_skills-0.1.3.3.tar.gz
- Upload date:
- Size: 526.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a9432dfc575439b30bdd776c117f117b58c5676c7af08ae4477d98040b16cf0
|
|
| MD5 |
42a0c4220f955e873d88cab5ddda199d
|
|
| BLAKE2b-256 |
798fc6ddda0dffcb1f4ef8a8871d65228d9087621ab0929491a387ab0e1b67f6
|
File details
Details for the file open_python_skills-0.1.3.3-py3-none-any.whl.
File metadata
- Download URL: open_python_skills-0.1.3.3-py3-none-any.whl
- Upload date:
- Size: 562.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e2d154a7714e3a8cc4089a5e2c3b15f1bead3d160283f3e2c775df523d6c8a09
|
|
| MD5 |
f716ae3bd70388603726963ae10f1e6e
|
|
| BLAKE2b-256 |
9fc525d31201e83b48355339e680aec4a88468808c1e9007dd75cf78146b81a8
|