This repository contains my personal agent rules, guidelines, and configuration files for building, maintaining, and improving AI agents and related workflows.
This project serves as a central place to document and refine the rules, conventions, and best practices I use when developing or interacting with AI agents. It is intended for personal reference, experimentation, and continuous self-improvement.
To install these rules in your project, run the following command from your project root:
curl -s https://raw.githubusercontent.com/grdsdev/agent-rules/main/install.sh | bashThis will:
- Create the
.cursor/rules/directory if it doesn't exist - Download all rule files from this repository
- Place them in your project's
.cursor/rules/directory
commit.mdc: Commit message conventions and best practices.create-pr.mdc: Rules for creating pull requests.cursor-rules.mdc: Guidelines for using the Cursor editor with agents.self-improvement.mdc: Rules and reflections for improving agent performance and personal workflows.
This project is licensed under the MIT License - see the LICENSE file for details.