Agent Skills: Initialize PaperPipe Integration

Setup paperpipe agent integration. Use when user wants to add papi to a project's CLAUDE.md/AGENTS.md or initialize paper support.

UncategorizedID: hummat/paperpipe/papi-init

Install this agent skill to your local

pnpm dlx add-skill https://github.com/hummat/paperpipe/tree/HEAD/skills/papi-init

Skill Files

Browse the full folder contents for papi-init.

Download Skill

Loading file tree…

skills/papi-init/SKILL.md

Skill Metadata

Name
papi-init
Description
Setup paperpipe agent integration. Use when user wants to add papi to a project's CLAUDE.md/AGENTS.md or initialize paper support.

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 docs starts 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 from papi docs output
  • Preserve all existing content in the agent instructions file

For general CLI commands, see /papi.