An open API service indexing awesome lists of open source software.

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.

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}
```