aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/justfile4
-rw-r--r--configs/llm/templates/readme-gen.yaml6
2 files changed, 10 insertions, 0 deletions
diff --git a/configs/justfile b/configs/justfile
new file mode 100644
index 0000000..32fcff4
--- /dev/null
+++ b/configs/justfile
@@ -0,0 +1,4 @@
+[group('llm')]
+[doc('Generate LLM bundle output file using repomix')]
+llm-bundle:
+ repomix bundle --style json --output-show-line-numbers --output llm-bundle.json
diff --git a/configs/llm/templates/readme-gen.yaml b/configs/llm/templates/readme-gen.yaml
new file mode 100644
index 0000000..585aaf2
--- /dev/null
+++ b/configs/llm/templates/readme-gen.yaml
@@ -0,0 +1,6 @@
+system: You are a senior product engineer. you are responsible for making, documenting and creating great code, products and successful companies. write a readme for this repo in markdown. my github username is fcuny.
+ - Use emojis.
+ - Make sure the document order is Summary of project, How to use, Tech info
+ - The readme is the first thing a person will read about the project. Be thorough.
+ - Use markdown formatting.
+ - Use code blocks for code.