Use when reading, adding, updating, or removing PDF annotations (highlight, free-text, stamp) or page objects (path/text/image) with Android's platform PDF APIs, or when saving those edits back to disk — the editing surface added in API 36.1 (PdfRenderer.Page) and SDK extension 18 (PdfRendererPreV.Page on API 31+), android.graphics.pdf.component. Covers the version gate, the open-edit-write workflow, and the id/render-flag/save contracts. Not for display-only PdfViewerFragment work, PdfDocument creation-from-scratch, form filling, or third-party PDF SDKs (iText, PDFBox, PSPDFKit).
$npx -y skills add rcosteira79/android-skills --skill pdf-annotationsInstalls into the current project.
Run `npx skills use "https://github.com/rcosteira79/android-skills" --skill "rcosteira79/android-skills/pdf-annotations"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/rcosteira79/android-skills" that are relevant to the current task. Run `npx skills add "https://github.com/rcosteira79/android-skills"` and select the relevant skills, then follow their instructions.