# Shared Pi extension utilities

Shared building blocks used by Firstpick’s Pi extensions. Most users do not need to install this package directly.

## Who it is for

This package is mainly for people building or maintaining Firstpick Pi extensions. End users normally receive it through another package.

## Install

Package authors can add it as a normal npm dependency:

```bash
npm install @firstpick/pi-utils
```

## How to use it

Import the required helper from the root package or a documented subpath. See the [development guide](https://github.com/Firstp1ck/pi-coding-agent-forge/blob/main/pi-utils/DEVELOPMENT.md) for the current export list and contributor verification commands.

## Technical details

See [TECHNICAL.md](https://github.com/Firstp1ck/pi-coding-agent-forge/blob/main/pi-utils/TECHNICAL.md) for complete commands, configuration, compatibility, security, and troubleshooting information.
