---
title: Install
description: Install yoke-pi as a local pi package during the migration.
---

## Local development install

From the repository root:

```bash
pi install -l .
pi
```

After editing skills in a running pi session:

```text
/reload
```

## Interactive questions

The pi-adapted interactive skills use `ask_user`. Install the companion package:

```bash
pi install npm:pi-ask-user
```

Then restart pi or run `/reload`.

## Commands

pi exposes skills as `/skill:<name>` commands:

```text
/skill:help
/skill:grill should we cache sessions in Redis or Postgres
/skill:gca
```

## Migration note

Legacy Claude Code plugin files are still present during soft cleanup, but the pi package manifest is now `package.json > pi`. New docs should use pi commands and terminology.
