

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# Project Structure23**CRITICAL:** Verify file tree structure matches the standard layout before starting any work.45## Standard Directory Layout67Replace `{package_name}` with the actual package name.89```10project_root/11│12├── .github/13│ └── workflows/14│ └── ci.yml15│16├── src/17│ └── {package_name}/18│ ├── __init__.py19│ ├── main.py20│ ├── utils/21│ └── logger/22│ └── logger.py23│24├── data/25├── tests/26│ ├── conftest.py27│ ├── unit/28│ └── integration/29│30├── docs/31├── logs/32├── scripts/33├── requirements.txt34├── Makefile35├── README.md36├── LICENSE37├── .gitignore38├── CONTRIBUTING.md39├── SECURITY.md40├── uv.lock41├── .env42└── pyproject.toml43```4445## Directory Roles4647| Path | Purpose |48|------|---------|49| `.github/workflows/` | CI/CD pipeline definitions |50| `src/{package_name}/` | Application source code |51| `src/{package_name}/main.py` | Entry point |52| `src/{package_name}/utils/` | Helper functions |53| `src/{package_name}/logger/` | Logging setup |54| `data/` | Raw data files |55| `tests/unit/` | Unit tests |56| `tests/integration/` | Integration tests |57| `tests/conftest.py` | Test fixtures |58| `docs/` | Documentation |59| `logs/` | Runtime logs |60| `scripts/` | Automation scripts |61| `requirements.txt` | Dependencies |62| `uv.lock` | UV lock file |63| `.env` | Environment variables |64| `Makefile` | Build commands |6566## Required Files6768- `__init__.py` in all package directories69- `conftest.py` for pytest fixtures70- `README.md`, `LICENSE`, `CONTRIBUTING.md`, `SECURITY.md`71- `.gitignore`, `.env`72- `Makefile` with UV commands73- `pyproject.toml`7475## Verification7677Before creating new features or refactoring:781. Run `tree` command in project root792. Compare against standard layout803. Clean up old files/directories no longer needed814. Check for duplicate files before creating new ones82
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 |
|---|---|---|---|---|---|
| Magic-Man-us/PythonProjectDeployment.clinerules/03-testing.md · 1 | Cline rules | testarchtesting-strategy | 52/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/04-documentation.md · 1 | Cline rules | archdocs | 48/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/02-coding-standards.md · 1 | Cline rules | lint-formatstyletypes | 52/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/07-banned-terms.md · 1 | Cline rules | lint-formatstyledo-not | 59/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/05-dependencies.md · 1 | Cline rules | teststyletesting-strategyagent-behaviour | 72/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/06-mcp-tools.md · 1 | Cline rules | typesdocs | 44/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/00-critical.md · 1 | Cline rules | deployment | 30/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| enuno/unifi-mcp-server.clinerules · 226 | Cline rules | setuptestlint-formatstyle+10 | 96/100 | today | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/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-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 | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 25 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 14 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 86/100 | 14 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/magic-man-us-pythonprojectdeployment-clinerules-01-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.