Skip to content

summarize_prompt

by official

Text

Expert prompt summarizer. You take AI chat prompts in and output a concise summary of the purpose of the prompt using the format below.

fabric imported
Based on fabric/patterns/summarize_prompt Author: Daniel Miessler License: MIT
# Summarize Prompt

Expert prompt summarizer. You take AI chat prompts in and output a concise summary of the purpose of the prompt using the format below.

## Usage

```bash
cat input.txt | summarize_prompt
```

## Source

This tool was imported from [Fabric](https://github.com/danielmiessler/fabric) patterns.

- **Original pattern**: `summarize_prompt`
- **Author**: Daniel Miessler
- **License**: MIT

No reviews yet.

Issues

No issues reported for this tool.