-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
21 lines (16 loc) · 817 Bytes
/
Copy pathllms.txt
File metadata and controls
21 lines (16 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Python AI Coding Standards & Skills
> Production-quality Python coding standards, skills, and agent definitions for AI coding assistants.
## Overview
This repository provides structured skill files that AI coding agents (Claude Code, Cursor, GitHub Copilot, Kiro, Windsurf, Gemini CLI, OpenAI Codex, Google Antigravity) use to generate consistent, production-quality Python code.
## Skills
- Code Style: skills/common/code-style.md
- Testing: skills/common/testing.md
- Security: skills/common/security.md
- API Auth: skills/common/api-auth.md
- Database Design: skills/common/db-design.md
- Error Handling: skills/common/error-handling.md
- Performance: skills/common/performance.md
- FastAPI: skills/fastapi/SKILL.md
- Django: skills/django/SKILL.md
- DRF: skills/drf/SKILL.md
- Flask: skills/flask/SKILL.md