claude-code-python-stack
Production Python development, testing, and code review standards
All Skills in This Repository (20)
Pure Emerald Level Indicatorsdjango-security
Apply Django security best practices for authentication, CSRF, SQL injection, and XSS prevention.
django-patterns
Design scalable Django architectures and DRF APIs with modular project structures.
sqlalchemy-patterns
Design SQLAlchemy 2.0 ORM models, async sessions, repositories, and Alembic migrations.
python-testing
Automate pytest-based unit, integration, and end-to-end testing with fixtures and mocking.
async-http-patterns
Provide reusable async HTTP client patterns for httpx and aiohttp.
docker-patterns
Automate multi-stage Dockerfiles and docker-compose configurations for Python projects.
postgres-patterns
Optimize PostgreSQL indexing, schema design, and query patterns.
clickhouse-io
Optimize ClickHouse analytical workloads with MergeTree table design and query patterns.
redis-patterns
Implement Redis caching, rate limiting, locks, and pub/sub in Python.
pytest-oop-patterns
Enforce OOP patterns in pytest API test suites with BaseTest and service layers.
celery-patterns
Orchestrate Celery workflows with chains, groups, and chords using Redis or RabbitMQ.
pydantic-patterns
Creates typed Python models with validation, serialization, and ORM mode using Pydantic v2.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-python-stack?โผ
Run `npx skills add manikosto/claude-code-python-stack --all -g -y` in your terminal to install all skills globally.
What does this Python stack do?โผ
It gives your coding agent strict Python conventions, framework patterns for FastAPI and Django, and rules for testing, security, and databases. Your agent then writes and reviews code like a senior Python engineer.
How to generate OOP API tests with Allure?โผ
Use the /api-test command with an endpoint, and the api-test-writer agent builds a full class-based test suite with service layers, Pydantic models, and Allure decorators.
Does it work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding agents.
Can I use it without deep Python expertise?โผ
Yes. The built-in commands like /plan, /tdd, and /verify guide the agent through professional workflows, so you describe the goal in plain English.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core