---
slug: "pi-init"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/ttttmr/pi-init@main/README.md"
repo: "https://github.com/ttttmr/pi-init"
source_file: "README.md"
branch: "main"
---
# pi-init

A [Pi](https://pi.dev) agent skill that brings the power of context initialization (similar to `claude code /init`) to your Pi agent workflow.

It autonomously analyzes your project structure, tech stack, and coding conventions to generate or update a comprehensive `AGENTS.md` file. This file serves as a high-quality "Knowledge Base" for AI agents, significantly improving their performance and accuracy in subsequent tasks.

## Install

To use this skill with your Pi agent, install it into your agent's environment:

```bash
pi install npm:pi-init
```
