Skip to content

Instantly share code, notes, and snippets.

View joshcox's full-sized avatar

Josh Cox joshcox

  • Kansas City, Missouri
View GitHub Profile
@joshcox
joshcox / gist:3ab4610f6a4edb1e67bc478d2e526d04
Created December 1, 2024 21:17
Cursor Rules - Tool Usage
## Tool Usage
Guidelines for Creating and Utilizing Tools in tools.py:
1. Initial Assessment:
- Before creating new tools, read through tools.py to understand the existing tools and their functionalities.
2. Tool Creation:
- Create new tools as functions within tools.py. If tools.py doesn't exist, create it.
- Ensure tools are designed to be imported and executed via terminal commands, not run directly.