
Papi Init
- 1 installs
- 35 repo stars
- Updated August 1, 2026
- hummat/paperpipe
Initialize or update PaperPipe integration in a project's agent instructions file (AGENTS.md/CLAUDE.md/GEMINI.md) by inserting the papi docs snippet.
About
Sets up PaperPipe agent integration by inserting or replacing a Paper References section in the repo's agent instructions file. A developer uses it to wire papi into a project's CLAUDE.md, AGENTS.md, or GEMINI.md.
- Pulls the integration snippet from papi docs
- Replaces or appends the Paper References section idempotently
Papi Init by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,366 of 1,879 Documentation skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/hummat/paperpipe --skill papi-initAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 35 |
| Last updated | August 1, 2026 |
| Repository | hummat/paperpipe ↗ |
What it does
Initialize or update PaperPipe integration in a project's agent instructions file (AGENTS.md/CLAUDE.md/GEMINI.md) by inserting the papi docs snippet.
Files
Initialize PaperPipe Integration
Task: Initialize or update PaperPipe integration in this project's agent instructions.
Steps
1. Run papi docs to get the current agent integration snippet 2. Find the agent instructions file in the repo root (check in order: AGENTS.md, CLAUDE.md, GEMINI.md)
- If none exist, create AGENTS.md
3. Look for an existing ## Paper References (PaperPipe) section in the file 4. If the section exists: replace it entirely (from ## Paper References (PaperPipe) up to the next ## heading or end of file) 5. If no such section exists: append the snippet at the end of the file 6. Show the user what changed (diff or summary)
Notes
- The snippet from
papi docsstarts with introductory text and a markdown code block containing## Paper References (PaperPipe) - Extract only the content inside the code block (lines between the triple backticks)
- Do NOT include the
<details>glossary section frompapi docsoutput - Preserve all existing content in the agent instructions file
For general CLI commands, see /papi.