https://github.com/mlang/llm-templates
Templates for LLM
https://github.com/mlang/llm-templates
Last synced: 9 months ago
JSON representation
Templates for LLM
- Host: GitHub
- URL: https://github.com/mlang/llm-templates
- Owner: mlang
- Created: 2025-08-02T10:57:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T11:29:56.000Z (10 months ago)
- Last Synced: 2025-08-02T13:16:13.326Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LLM Templates
Reusable prompts I've found useful, packaged up as templates for the [llm](https://github.com/simonw/llm) CLI.
To use these, you need the `llm-templates-github` plugin installed:
```bash
llm install llm-templates-github
```
Now you can make use of the templates here, without copying them manually:
## Announce the upcoming song
```bash
mpc queued | llm -t gh:mlang/mpd -p date "$(date)" -p prev "$(mpc current)"
```
## Chat in study mode
```bash
llm chat -t gh:mlang/study
```
## Instruct a TTS how and what to speak
```bash
llm -t gh:mlang/tts "A short poem" | llm tts --json
```