

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# Project Structure23## Directory Layout4```5python-boilerplate/6├── src/ # Source code7│ ├── __init__.py8│ ├── cli.py # CLI interface entry point9│ └── core/ # Core business logic10│ ├── __init__.py11│ ├── config.py # Configuration management12│ ├── logger.py # Logging setup13│ └── main.py # Main application logic14├── tests/ # Test files15│ ├── __init__.py16│ ├── test_cli.py # CLI tests17│ └── core/ # Core module tests18│ ├── __init__.py19│ ├── test_config.py20│ ├── test_logger.py21│ └── test_main.py22├── .clinerules/ # Cline AI rules23├── .claude/ # Claude AI knowledge base24├── Dockerfile # Container definition25├── docker-compose.yml # Multi-container setup26├── pyproject.toml # Project configuration27├── ruff.toml # Linter configuration28├── pyrightconfig.json # Type checker config29└── uv.lock # Dependency lock file30```3132## File Organization Rules33- Keep source code in `src/` directory34- Mirror source structure in `tests/`35- Use `__init__.py` in all Python packages36- Group related functionality in subdirectories37- Keep configuration files in project root3839## Naming Conventions40- Use lowercase with underscores for modules41- Use PascalCase for classes42- Use lowercase_with_underscores for functions43- Use UPPERCASE for constants
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| ryok/python-boilerplate.clinerules/development-guidelines.md · 0 | Cline rules | testlint-formatstyletypes+2 | 72/100 | 13 days ago | |
| ryok/python-boilerplate.clinerules/tech-stack.md · 0 | Cline rules | setuptestlint-formattypes+1 | 69/100 | 13 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 13 days ago | |
| ryok/python-boilerplate.clinerules/knowledge-management.md · 0 | Cline rules | archdo-notagent-behaviourdocs | 55/100 | 13 days ago | |
| ryok/python-boilerplate.clinerules/project-overview.md · 0 | Cline rules | setuparch | 37/100 | 13 days ago | |
| ryok/python-boilerplateCLAUDE.md · 0 | CLAUDE.md | setuptestlint-formatstyle+2 | 90/100 | 13 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| JCodesMore/ai-website-cloner-template.clinerules · 32k | Cline rules | buildlint-formatstylearch+3 | 97/100 | 7 days ago | |
| enuno/unifi-mcp-server.clinerules · 226 | Cline rules | setuptestlint-formatstyle+10 | 96/100 | today | |
| BryaanF/LiantPortfolio.clinerules/project-guidelines.md · 0 | Cline rules | buildstylearchgit+2 | 96/100 | 14 days ago | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 13 days ago | |
| gasbasd/mtg-utils.clinerules/01-project-overview.md · 0 | Cline rules | setuptestlint-formatarch | 89/100 | 8 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/ryok-python-boilerplate-clinerules-project-structure)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.