---
slug: "pi-system-prompt"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/jandrikus/pi-system-prompt@main/README.md"
repo: "https://github.com/jandrikus/pi-system-prompt"
source_file: "README.md"
branch: "main"
---
# pi-system-prompt

Display the full [pi coding agent](https://pi.dev) system prompt — with all injected tools,
guidelines, context files, and skills — in a scrollable full-screen overlay.

## Usage

```
/system-prompt
```

| Key | Action |
|-----|--------|
| `↑↓` / `j` `k` | Scroll line |
| `PgUp` / `PgDn` | Scroll page |
| `Home` / `End` | Jump to top/bottom |
| `c` | Copy full prompt to clipboard |
| `Esc` / `q` | Close |

## Install

```bash
pi install npm:pi-system-prompt
```

Or via git:

```bash
pi install git:github.com/jandrikus/pi-system-prompt
```

## License

Apache-2.0
