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
+61-1Lines changed: 61 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,66 @@ Please generate me a new rule formatted according to prompts/00-rules-template.m
21
21
22
22
This ensures consistent structure and keeps rules focused and actionable.
23
23
24
+
# Using as a Git Submodule
25
+
26
+
To add this library to your existing project with prompts, you can include it as a git submodule. This creates a `library` subdirectory within your `prompts` folder containing all the rules and templates.
27
+
28
+
## Setup
29
+
30
+
1. Navigate to your project's `prompts` directory:
31
+
```bash
32
+
cd prompts
33
+
```
34
+
35
+
2. Add this repository as a submodule named `library`:
0 commit comments