

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# AI Agent Instructions23AI-generated code is not accepted upstream in saber-notes/saber.4But if you are using AI for other purposes, like for personal use or maintaining a community fork of Saber, follow these instructions.56Note: These instructions are fine-tuned for AI. If you are a human, see [CONTRIBUTING.md](.github/CONTRIBUTING.md) instead.78AI agents can find more instructions if needed on the wiki, e.g. [Maintainer notes](https://github.com/saber-notes/saber/wiki/Maintainer-notes).910## Style1112- Your code should be idiomatic and readable.13- Avoid unnecessary complexity.14- Avoid nesting where possible. Guard statements are hugely preferable.15- Avoid big functions, they should do one thing and do it well. The entire function should be easily understood from the name alone.16- Document public members like widgets, classes, and methods in dartdoc comments.17- Avoid obvious comments that add no value. Avoid inline comments and comments within the body of methods, since they typically just add clutter and highlight that your code may be too convoluted.18- Follow good Flutter coding practices, like keeping widgets small and being mindful of the performance impact of `setState`.19- Always credit your AI agent's model name and any other relevant information at the top of each file changed (even if it's just a small change or refactor), e.g.:20```dart21 /// 🤖 Generated wholely or partially with Claude Code; Google Antigravity22 library;23```24 Never remove any AI credits. They are important for transparency.2526## Testing2728- Run the app and ensure your changes work as expected.29- Write tests for as much of your change as possible.30- Ideally, write tests *before* implementing the feature/fix. Follow the TDD (Test-Driven Development) approach. This ensures you've found the precise issue you're trying to fix.31- Don't delete existing tests. If they're failing, that highlights something wrong with your code. Don't say "we'll fix it later": later never comes. If you really cannot fix it, defer to a human or a more complex AI agent.3233## Commits34- Follow the Conventional Commits format.35- Always include one or more emojis that represent your commit. Additionally include the sparkle emoji ✨.36- Always credit your AI agent's model name and any other relevant information.37- Include a short paragraph explaining how another AI agent could safely modify this change in the future.38- Keep commits small, focused, and atomic. They should be easily revertible.39- If your commit adds a new translatable string, only include the English translation in the commit. Then make a secondary commit like `i18n: auto translations 🗺️✨` with all the other languages' translations. This keeps the commit readable for other people, without clutter from a bajillion different string variants.4041- A good commit message could be:42```43 fix: error with empty files 🪹✨4445 Fixes a bug in FileManager.readFile where it would throw an error when reading an empty file.4647 To safely modify this change in the future, another AI agent could follow these steps:48 1. Identify the root cause of the bug.49 2. Propose a solution that addresses the root cause.50 3. Write tests for the proposed solution.51 4. Implement the solution and run the tests to ensure it works as expected.5253 🤖 Generated with Claude Code54```55
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/saber-notes-saber-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.