Cursor Rules — TrueCrimeDev/ClautoHotkey
This repo has the docs needed to create a useful Autohotkey v2 project in Claude.
6/19/2026 · 20 viewsCursor rules
ClautoHotkey Workspace Rules (Legacy Aggregator)
Purpose
- Modern project rules live in
.cursor/rules/as MDC files (preferred). - This legacy file exists only as an overview for tools that still surface
.cursorrules*.
Primary rules (authoritative in .cursor/rules/)
- 00-always-linter.mdc
- 10-core-ahk-system.mdc
- 20-objects-and-descriptors.mdc
- 30-text-processing.mdc
- 40-gui-layout.mdc
- 50-data-structures-and-arrays.mdc
- 99-enforcement-checklist.mdc
- playbook-gui.mdc, playbook-text.mdc
Notes
-
Use
.cursor/rules/for all rule management going forward. -
For feature-specific examples or deeper context, search
AHK_Notes/(Classes, Concepts, Methods, Patterns, Snippets).
Source: TrueCrimeDev/ClautoHotkey · 32★ Repo: This repo has the docs needed to create a useful Autohotkey v2 project in Claude.