pi-agentsmd
v0.1.1
Published
Generate AGENTS.md contributor guides for Pi repositories.
Downloads
320
Maintainers
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-agentsmdInstall project-locally:
pi install -l npm:pi-agentsmdDuring local development from this monorepo:
pi install /path/to/pi-mono/packages/pi-agentsmdUsage
Generate AGENTS.md
Run the /init command inside a repository:
/initPi 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 --forceHow 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-runContributing
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.
