A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
A CLAUDE.md template for setting up modern Python development environments with uv, ruff, pytest, and automated toolin
A comprehensive CLAUDE.md template for setting up modern Python development environments with uv, ruff, pytest, and automated tooling. This repository provides a battle-tested configuration that can be used with Claude Code to quickly bootstrap Python projects with best practices.
This repository contains a complete CLAUDE.md file that automates the setup of a modern Python development environment including:
CLAUDE.md file to your Python project directoryRun the Python development environment setup from CLAUDE.md
CLAUDE.md to your Python projectThe setup process creates a complete development environment:
your-project/
├── .editorconfig # Editor configuration
├── .gitignore # Python-specific gitignore
├── .pre-commit-config.yaml # Pre-commit hooks
├── .github/workflows/ci.yml # GitHub Actions CI
├── CONTRIBUTING.md # Contribution guidelines
├── Makefile # Development commands
├── pyproject.toml # Project configuration
├── src/your_package/ # Package source code
│ └── __init__.py
└── tests/ # Test directory
└── test_example.py
After setup, use these Make commands for development:
make help - Show all available commandsmake dev - Set up development environmentmake test - Run tests with pytestmake lint - Run ruff lintingmake format - Format code with ruffmake check - Run both linting and testsmake coverage - Generate coverage reportsmake clean - Clean temporary filesHere are some example interactions you can have with Claude Code:
Set up a new Python project using the CLAUDE.md template
Format my code and run the tests
Add a new dependency for HTTP requests and update the project
Create a new test file for my authentication module
Run the linter and fix any issues found
Generate a coverage report and show me what's not tested
The CLAUDE.md file includes a comprehensive troubleshooting section covering:
See the generated CONTRIBUTING.md file for detailed contribution guidelines, or refer to the template in this repository.
This project is dual-licensed:
Choose the license that best fits your use case.
Perfect for creating installable Python packages with proper testing and CI/CD.
Great foundation for CLI applications with automated testing and distribution.
Excellent starting point for FastAPI, Flask, or Django projects with quality tooling.
Provides solid foundation for reproducible data science workflows with testing.
This template represents years of Python development experience distilled into a single, reusable configuration. It provides:
Whether you're starting a new project or modernizing an existing one, this template provides a solid foundation for Python development.
Production-tested CLAUDE.md and rules that make Claude Code write better code and more human text. Anti-AI-slop writing
Visual, example-driven guide with copy-paste CLAUDE.md templates for quick setup
Portable skills, agents, and templates that add Spec-Driven Development and TDD workflows to any Claude Code project. De
ATLAS: a senior-engineer layer for Claude Code. Explore with wireframes & prototypes, clarify the essentials, capture it