

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# Documentation Standards23## Docstrings4- Required for all public classes, methods, and functions5- Include: purpose, parameters, return values, exceptions6- Follow Sphinx/Google style consistently78## Comments910### Brief Overview11These rules govern code comments and documentation standards. Focus is on keeping code clean and avoiding unhelpful or redundant comments.1213### Comment Guidelines1415- **Keep helpful TODOs**: Preserve actionable TODO comments that clearly indicate work needed16 - Example: `# TODO: Implement via market data adapter`17 - Example: `# TODO: Add get_recent_trade_outcomes method to transaction service`1819- **Remove historical/context comments**: Delete comments that explain where code came from or past refactoring history20 - ❌ BAD: `(merged from agent/portfolio.py)`21 - ❌ BAD: `NOTE: This function was previously in utils/old_file.py`22 - ❌ BAD: `This method has been refactored to remove direct SQLite access`2324- **No explanatory NOTE comments**: Do not add NOTE comments during refactoring that merely state what was done25 - ❌ BAD: `NOTE: This function requires market data adapter that provides historical bars. It no longer uses direct database access.`26 - ✅ GOOD: Keep the docstring simple and focused on current behavior2728- **Docstrings should be current**: Focus on what the function does NOW, not what it used to do or how it changed29 - ✅ GOOD: "Calculate pairwise correlation between all symbols."30 - ❌ BAD: "Calculate pairwise correlation between all symbols. NOTE: This function has been refactored..."3132### Code Cleanliness3334- Code should be self-documenting where possible35- Comments that don't add value should be removed36- Historical context belongs in git history, not in code comments37- If a comment doesn't help someone using or maintaining the code, it shouldn't be there3839### Basic Standards4041- Place above code, not beside (except brief end-of-line comments)42- Avoid obvious statements43- Start with capital letter, end with period44- Update when code changes4546## Markdown Files47- Professional senior dev tone48- Clear, concise, direct49- No fluff or filler words50- Proper syntax and formatting51- No third-person references5253## Documentation Tasks54- Create ModelContextProtocol for accessing code indices55- Structure documentation with clear sections and headings56- Enable quick reference and navigation57- Provide clear explanations of functionality, purpose, and usage58
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/02-coding-standards.md · 1 | Cline rules | lint-formatstyletypes | 52/100 | 14 days ago | |
| Magic-Man-us/PythonProjectDeployment.clinerules/01-project-structure.md · 1 | Cline rules | testarch | 74/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-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | 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/pubmed-search-mcp.clinerules/50-pubmed-project.md · 25 | 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-04-documentation)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.