Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ Like [Awesome Cursor rules](https://github.com/PatrickJS/awesome-cursorrules), e

# Contributing New Rules

To contribute new rules, use the template format in `prompts/00-rules-template.md`. Generate rules with a meta-prompt like:
To contribute new rules:

```
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.
```
1. Use the template format in `prompts/00-rules-template.md`. Generate rules with a meta-prompt like:
```
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.
```

This ensures consistent structure and keeps rules focused and actionable.
2. Submit a pull request with your new rule. All PRs require review from at least one code owner.

# Using as a Git Submodule

Expand Down