

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# Tech Stack Rules (Python)23## Python Package Management45When adding or updating Python packages:61. ALWAYS research online to verify you're using the LATEST stable versions from PyPI72. Check PyPI.org for each package to confirm the latest version83. Use `uv add <package>` to add packages (uv automatically gets the latest version)94. After adding packages, verify in pyproject.toml that versions are current105. Example workflow:11 - Check https://pypi.org/project/<package-name>/ for latest version12 - Run `uv add <package>` to install latest13 - Verify version in pyproject.toml matches PyPI1415This ensures dependencies are up-to-date and secure.1617## Python-Specific Standards1819### Modern Python Features20- **Modern Python**: Use latest Python features (3.10+: match/case, type unions with |, etc.)21- **Type Safety**: Full type hints throughout the codebase22- **Dataclasses**: Use dataclasses for configuration and data structures2324### Environment Variables25- **Environment Variables**: Always load from .env file using `python-dotenv` at entry points (CLI, main scripts)2627### Python Logging28- Use Python's `logging` module29- Log at appropriate levels (DEBUG, INFO, WARNING, ERROR)30- Include context in log messages3132### Package Updates331. Always check PyPI for latest stable versions342. Use `uv add package` for automatic latest version353. Test after updates to ensure compatibility364. Update version in pyproject.toml if making a release37
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 |
|---|---|---|---|---|---|
| behoss/computer-use.clinerules/01-general.md · 1 | Cline rules | testlint-formatstyledo-not+1 | 67/100 | 14 days ago | |
| behoss/computer-use.clinerules/03-project.md · 1 | Cline rules | archdeploymentdo-notagent-behaviour | 73/100 | 14 days ago | |
| behoss/computer-use.clinerules/04-workflow.md · 1 | Cline rules | setuptestagent-behaviour | 56/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/behoss-computer-use-clinerules-02-techstack)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.