

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# AGENTS.md23This file is the entry point for AI coding agents working in this repository. Keep it small: detailed guidance lives under4`.agents/`, and discoverable repo skills live under `.agents/skills/*/SKILL.md`.56## Start Here78Read these files before making changes:910- [.agents/project.md](.agents/project.md): project overview, versions, and build dependencies.11- [.agents/commands.md](.agents/commands.md): build, development, code generation, and test commands.12- [.agents/rules.md](.agents/rules.md): lint, testing, generated-code, and workflow rules.1314Read these only when the task touches their area:1516- [.agents/architecture.md](.agents/architecture.md): core integration, providers, database, managers, build system, and17 local plugins.18- [.agents/agent-config.md](.agents/agent-config.md): how to choose between `AGENTS.md`, `.agents`, skills, Codex config,19 command rules, and hooks.20- [.agents/skills.md](.agents/skills.md): index of repo-scoped skills in `.agents/skills/`.2122## Highest Priority Rules2324- When the user explicitly requests a scoped, low-risk change, inspect the relevant context and implement it directly.25 Do not require brainstorming, design documents, implementation plans, multiple-option proposals, or repeated confirmation.26 Ask only when material ambiguity, destructive impact, additional authority, or scope expansion could change the result.27- Do not add code or configuration comments unless the user explicitly asks for comments. This includes explanatory,28 narrative, TODO, and documentation comments.29- Use `flutter test`, not `dart test`, because models pull in Flutter types.30- Run code generation after modifying models, providers, or database schema.31- Do not manually edit generated files.32- Preserve lifecycle ownership: desktop Core process convergence belongs to `lib/core/desktop/`; Android service intent33 arbitration belongs to `ServiceState`. UI/provider code may request a transition but must not become a second source of34 truth.35- Keep start/stop/restart paths latest-intent-safe. Flutter-to-Android service commands are deliberately optimistic, while36 native state serializes the actual work; desktop lifecycle results distinguish applied, coalesced, and superseded37 requests.38- Follow `analysis_options.yaml`, especially single quotes, trailing commas, `child:` last, no `print()`, const/final39 preferences, and declared return types.40- For CI parity, verify with `flutter pub get`, `flutter analyze --no-fatal-infos`, and41 `flutter test --reporter expanded` when practical.4243## Repo Skills4445Use repo skills from `.agents/skills/` when a task matches their descriptions. Current skills cover localization,46provider tests, UI work, and core/platform changes.47
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 |
|---|---|---|---|---|---|
| chen08209/FlClashplugins/rust_api/CLAUDE.md · 49k | CLAUDE.md | buildarchagent-behaviour | 66/100 | 14 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| duckduckgo/content-scope-scriptsspecial-pages/AGENTS.md · 70 | AGENTS.md | buildteststylearch+3 | 100/100 | 14 days ago | |
| react/react-nativepackages/react-native-compatibility-check/AGENTS.md · 126k | AGENTS.md | testlint-formatstylearch+4 | 99/100 | 14 days ago | |
| duckdb/duckdbAGENTS.md · 40k | AGENTS.md | buildtestlint-formatstyle+8 | 96/100 | 11 days ago | |
| steipete/CodexBarAGENTS.md · 20k | AGENTS.md | buildteststylearch+4 | 93/100 | today | |
| duckduckgo/content-scope-scriptsinjected/AGENTS.md · 70 | AGENTS.md | buildteststylearch+2 | 92/100 | 14 days ago | |
| spacedriveapp/spacedrivecore/AGENTS.md · 39k | AGENTS.md | buildtestlint-formatstyle+2 | 89/100 | 14 days ago | |
| onevcat/KingfisherAGENTS.md · 24k | AGENTS.md | setupbuildtestlint-format+6 | 89/100 | 14 days ago | |
| envoyproxy/envoyAGENTS.md · 29k | AGENTS.md | setupbuildtestlint-format+7 | 88/100 | 13 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/chen08209-flclash-agents)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.