pi-init
A pi agent skill to initialize or update AGENTS.md context files.
Package details
Install pi-init from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-init- Package
pi-init- Version
1.0.0- Published
- Feb 13, 2026
- Downloads
- 82/mo · 17/wk
- Author
- ttttmr
- License
- MIT
- Types
- skill
- Size
- 3.5 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"skills": [
"./skills/init/SKILL.md"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-init
A Pi 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:
pi install npm:pi-init