You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,16 @@ A collection of rules that MAY be useful for your LLM projects.
11
11
12
12
Like [Awesome Cursor rules](https://github.com/PatrickJS/awesome-cursorrules), except some level of curation and review
13
13
14
+
# Contributing New Rules
15
+
16
+
To contribute new rules, use the template format in `prompts/00-rules-template.md`. Generate rules with a meta-prompt like:
17
+
18
+
```
19
+
Please generate me a new rule formatted according to prompts/00-rules-template.md that summarises the principles of [topic/methodology] in under 200 lines.
20
+
```
21
+
22
+
This ensures consistent structure and keeps rules focused and actionable.
0 commit comments