https://github.com/aweirddev/prompts
Instructive prompts that help build your robust apps. Regularly updated.
https://github.com/aweirddev/prompts
ai awesome awesome-prompts mr-penguin prompt
Last synced: 11 months ago
JSON representation
Instructive prompts that help build your robust apps. Regularly updated.
- Host: GitHub
- URL: https://github.com/aweirddev/prompts
- Owner: AWeirdDev
- License: apache-2.0
- Created: 2024-07-06T09:35:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:49:48.000Z (over 1 year ago)
- Last Synced: 2024-09-18T13:16:02.076Z (over 1 year ago)
- Topics: ai, awesome, awesome-prompts, mr-penguin, prompt
- Language: Rust
- Homepage:
- Size: 2.55 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# prompts
Instructive prompts for everyday use.
See the `prompts/` directory.
Under `awdev/`, the prompts are written by me.
## Commands
```haskell
$ aip add ...
```
Adds a prompt.
## Syntax
```mdx
---
name: Title
description: Description
author: Author
parameters:
- one
- two
---
Hello, **Markdown!**
- This is optional: {one or default value!}
- This is required: {two}
```