diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-02 17:36:58 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-03-10 19:32:18 -0700 |
| commit | 8bfa3f50136a620d6cc80965ad9067712b6e9619 (patch) | |
| tree | 1eda208a11216a04bdda07fc12b1176ec87e19c7 /configs/llm/templates/readme-gen.yaml | |
| parent | ensure llm templates dir exists (diff) | |
| download | infra-8bfa3f50136a620d6cc80965ad9067712b6e9619.tar.gz | |
add repomix integration
- Install `repomix` via homebrew
- Add `llm-bundle` just command and `readme-gen` template
- Configure just integration in home config
Diffstat (limited to '')
| -rw-r--r-- | configs/llm/templates/readme-gen.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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. |
