# @ifi/oh-pi-prompts

Prompt templates for pi.

## Included prompts

This package contains reusable prompt templates such as:

- review
- fix
- explain
- refactor
- test
- commit
- document
- optimize
- security
- pr

## Install

```bash
pi install npm:@ifi/oh-pi-prompts
```

Or install the full bundle:

```bash
npx @ifi/oh-pi
```

## Package layout

```text
prompts/
```

Templates are markdown files intended to be discovered and loaded by pi.

## Use case

Use this package when you want a ready-made library of prompt shortcuts and reusable task framing
for common development workflows.
