

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1234567# CSS Rules89## Theming (Stylelint catches hardcoded colors; check-css-vars.sh catches undefined vars)10- When adding themed elements, define color values in ALL 4 theme blocks in theme.css: `:root` (dark fallback), `prefers-color-scheme: light`, `[data-theme="dark"]`, `[data-theme="light"]`.1112## Responsive & Touch13- Mobile layout rules go inside `@media (max-width: 768px)`. Touch affordances go inside `@media (pointer: coarse)`. Desktop-only hover interactions go inside `@media (pointer: fine)`.14- Hover-only interactive elements (`.line-add`, `.diff-comment-btn`) must be `display: none` by default and `display: flex` inside `@media (pointer: fine)`. This prevents flash-on-tap on touch devices where `.drag-endpoint` briefly applies.15- Touch targets must be ≥ 44×44px under `@media (pointer: coarse)` (WCAG 2.5.5).16- Comment textarea and reply input must be `font-size: 16px` under mobile to suppress iOS Safari focus-zoom.1718## Selectors19- After renaming a CSS class or DOM element ID, search for and remove ALL references to the old name in CSS AND JS.20- Check that all CSS selectors referenced in JS (`querySelector`, `classList.contains`) match actual class names in CSS.21
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 |
|---|---|---|---|---|---|
| tomasz-tomczyk/crit.cursor/rules/frontend-architecture.mdc · 903 | Cursor rules | archgitdo-not | 65/100 | today | |
| tomasz-tomczyk/crit.cursor/rules/frontend-js.mdc · 903 | Cursor rules | lint-formatstyletesting-strategyui+1 | 59/100 | today | |
| tomasz-tomczyk/crit.cursor/rules/go.mdc · 903 | Cursor rules | teststylegitdo-not | 67/100 | today | |
| tomasz-tomczyk/crit.cursor/rules/proxy-auth-transport.mdc · 903 | Cursor rules | securitydo-not | 50/100 | today | |
| tomasz-tomczyk/critAGENTS.md · 903 | AGENTS.md | buildtestlint-formatstyle+2 | 77/100 | today | |
| tomasz-tomczyk/critscripts/AGENTS.md · 903 | AGENTS.md | setupbuildtesttesting-strategy | 77/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 46 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 14 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 14 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 14 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 46 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 14 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 14 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/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/tomasz-tomczyk-crit-cursor-rules-frontend-css)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.