

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1234567# Python Standards89- Start every module with `from __future__ import annotations`.10- Every module, class, and public function has a docstring in **Google style**11 (enforced by ruff `D` rules, `pydocstyle` convention = google). Document12 `Args:`, `Returns:`, and `Raises:` for non-trivial functions.13- A module docstring should state the module's job; reference the relevant14 `ARCHITECTURE.md` section when it explains a non-obvious design choice.1516# Configuration, not magic numbers1718All tunables (timeouts, batch sizes, TTLs, intervals, limits) live in19`app/config.py` `Settings` and are read from the environment. Defaults should20match `docker-compose.yml` where the var is set there; `.env.example` is the21original frozen subset (do not modify), so newer tunables live in `Settings`22with a sensible default only.2324```python25# ❌ BAD — hard-coded in a worker/route26await asyncio.sleep(0.5)27ttl = 152829# ✅ GOOD — typed, env-driven, documented in .env.example30delay = settings.retry_base_delay_seconds31ttl = settings.realtime_cache_ttl_seconds32```3334Run `ruff check .` before considering a change done.35
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 |
|---|---|---|---|---|---|
| jleist-clemson/acheron.cursor/rules/api-routes.mdc · 0 | Cursor rules | styleapi | 57/100 | 14 days ago | |
| jleist-clemson/acheron.cursor/rules/background-tasks.mdc · 0 | Cursor rules | monorepo | 58/100 | 14 days ago | |
| jleist-clemson/acheron.cursor/rules/elasticsearch-mapping.mdc · 0 | Cursor rules | styletypesdo-not | 58/100 | 14 days ago | |
| jleist-clemson/acheron.cursor/rules/testing.mdc · 0 | Cursor rules | testlint-formatstyletesting-strategy | 67/100 | 14 days ago | |
| jleist-clemson/acheronAGENTS.md · 0 | AGENTS.md | testlint-formatstyledo-not+2 | 63/100 | 14 days ago | |
| jleist-clemson/acheronCLAUDE.md · 0 | CLAUDE.md | agent-behaviour | 16/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago | |
| nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49 | Cursor rules | setupbuildteststyle+4 | 96/100 | 14 days ago | |
| enuno/unifi-mcp-server.cursor/rules/common-mistakes.mdc · 226 | Cursor rules | testlint-formatgitdo-not | 93/100 | today | |
| pr-pm/prpm.cursor/rules/github-actions-testing.mdc · 121 | Cursor rules | setupbuildstylearch+4 | 93/100 | 14 days ago | |
| iloveitaly/llm-ide-rules.cursor/rules/general.mdc · 13 | Cursor rules | teststyledo-notagent-behaviour+1 | 92/100 | 14 days ago | |
| pr-pm/prpm.cursor/rules/creating-agents-md.mdc · 121 | Cursor rules | testlint-formatstylearch+7 | 92/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/jleist-clemson-acheron-cursor-rules-python-standards)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.