I've put quite a bit of work into my project's cursor commands, rules and AGENT.md
There are still some areas that need polished and "deslopping", a lot of these were made with AI and haven't been 100% proof read line by line.
Additionally, some should be made shorter to keep context cleaner by reducing common knowledge and keeping mission critical info.
I've gone ahead and created my own sort of template/spec for creating rules and commands as well.
AGENTS.md - https://github.com/allthingslinux/tux/blob/main/AGENTS.md
.cursor/README.md - https://github.com/allthingslinux/tux/tree/main/.cursor
Validation CLI - https://github.com/allthingslinux/tux/blob/main/scripts/ai/validate_rules.py
Rules:
- Cursor Rule Template - https://github.com/allthingslinux/tux/blob/main/.cursor/templates/rule-template.mdc
- Cursor Rules Meta - https://github.com/allthingslinux/tux/blob/main/.cursor/rules/meta/cursor-rules.mdc
- Cursor Rules - https://github.com/allthingslinux/tux/tree/main/.cursor/rules
- Creating Cursor Rules Guide - https://github.com/allthingslinux/tux/blob/main/docs/content/developer/guides/creating-cursor-rules.md
Commands:
- Cursor Command Template - https://github.com/allthingslinux/tux/blob/main/.cursor/templates/command-template.md
- Cursor Commands Meta - https://github.com/allthingslinux/tux/blob/main/.cursor/rules/meta/cursor-commands.mdc
- Cursor Commands - https://github.com/allthingslinux/tux/tree/main/.cursor/commands
- Creating Cursor Commands Guide - https://github.com/allthingslinux/tux/blob/main/docs/content/developer/guides/creating-cursor-commands.md
Any feedback and constructed criticism is appreciated!
This project is open source as well so feel free to make any contributions and use what you'd like ๐
thank you so much!! Hh will definitely check it out when going home!!