https://github.com/brandonhimpfen/prompts
Reusable prompts in a calmer, cleaner workspace.
https://github.com/brandonhimpfen/prompts
ai artificial-intelligence future-of-work office prompt prompt-engineering prompts work
Last synced: about 1 month ago
JSON representation
Reusable prompts in a calmer, cleaner workspace.
- Host: GitHub
- URL: https://github.com/brandonhimpfen/prompts
- Owner: brandonhimpfen
- Created: 2026-01-25T05:51:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-04-18T20:50:21.000Z (3 months ago)
- Last Synced: 2026-04-18T22:30:53.249Z (3 months ago)
- Topics: ai, artificial-intelligence, future-of-work, office, prompt, prompt-engineering, prompts, work
- Language: HTML
- Homepage: https://prompts.brandonhimpfen.com/
- Size: 103 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# prompts — Jekyll
This is a Jekyll version that builds to the same UI/functionality as the static site.
## Local run
```bash
bundle install
bundle exec jekyll serve
```
Then open: http://127.0.0.1:4000
## Notes
- `/assets/js/prompts-data.js` is generated from `_data/prompts.yml` at build time.
- The Builder markup matches the working static version, so `builder.js` loads correctly.