pi-agentsmd
Generate AGENTS.md contributor guides for Pi repositories.
Package details
Install pi-agentsmd from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-agentsmd- Package
pi-agentsmd- Version
0.1.1- Published
- Jun 8, 2026
- Downloads
- not available
- Author
- mocito
- License
- MIT
- Types
- extension
- Size
- 27 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./index.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-agentsmd
Generate AGENTS.md contributor guides for Pi repositories.
pi-agentsmd provides a /init command that analyzes the current repository and generates a concise, well-structured AGENTS.md file with repository-specific guidelines for contributors and AI agents.
Features
/initcommand to generate anAGENTS.mdfile at the repository root.- Refuses to overwrite existing files unless
--forceis passed. - Delegates generation to the AI model, which analyzes the repository structure, tooling, and conventions to produce tailored guidelines.
- Prompt adapted from OpenAI Codex (Apache 2.0).
Installation
Install from npm:
pi install npm:pi-agentsmd
Install project-locally:
pi install -l npm:pi-agentsmd
During local development from this monorepo:
pi install /path/to/pi-mono/packages/pi-agentsmd
Usage
Generate AGENTS.md
Run the /init command inside a repository:
/init
Pi will analyze the repository and create an AGENTS.md file with sections covering:
- Project structure & module organization
- Build, test, and development commands
- Coding style & naming conventions
- Testing guidelines
- Commit & pull request guidelines
Overwrite existing AGENTS.md
If AGENTS.md already exists, use --force to regenerate it:
/init --force
How it works
The /init command sends a structured prompt to the active AI model. The model uses its file-writing tools to analyze the repository and generate an AGENTS.md file tailored to the project. The package itself does not write the file — it delegates entirely to the model.
Development
Requirements:
- Node.js >= 20.6.0
- npm
npm install
npm run check
npm run pack:dry-run
Contributing
Contributions are welcome. See CONTRIBUTING.md for development workflow and pull request guidelines.
License
MIT. See LICENSE.
Includes a prompt derived from OpenAI Codex, licensed under the Apache License 2.0. See THIRD-PARTY-NOTICES.