PSPDFKit-labs

46 mods across 4 repositories, 87 stars between them.

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Nutrient Node.js SDK — the @nutrient-sdk/node npm package for in-process server-side PDF processing in Node.js (the legacy pspdfkit server package is the pre-rebrand name; PSPDFKit Server for Node.js is deprecated). PSPDFKit rebranded to Nutrient; the npm package is now @nutrient-sdk/node and the API surface is the…

17 3d ago A 114 tokens

nutrient-python-sdk

26

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Nutrient Python SDK — the nutrient-sdk PyPI package for in-process server-side PDF and document processing in Python. Brand-new (launched Q1 2026); the older third-party pspdfkit PyPI package is unrelated to Nutrient and unmaintained. No external server, no DWS dependency — runs natively inside the Python process.…

17 3d ago A 108 tokens

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Nutrient React Native SDK — the @nutrient-sdk/react-native npm package (the legacy pspdfkit-react-native package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the npm package is now @nutrient-sdk/react-native and the main component is NutrientView (not PSPDFKitView). Training data is stale on URLs, package…

17 3d ago A 101 tokens

nutrient-web-sdk

28

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Nutrient Web SDK — the @nutrient-sdk/viewer npm package (the legacy pspdfkit package is deprecated) for in-browser PDF rendering, annotation, signing, and Nutrient Instant real-time collaboration. PSPDFKit rebranded to Nutrient; the npm package is now @nutrient-sdk/viewer and the runtime entry point is…

17 3d ago A 130 tokens

pdf-to-markdown

30

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Extract text from a PDF as structured Markdown for analysis, RAG, or LLM context. Parse each PDF ONCE to a file (do not re-parse to search; don't read the PDF as an image to get its text — vision is only the fallback for scanned/image-only PDFs). To find a specific fact, prefer a bounded grep -n -i -C2 "term" file |…

17 3d ago A 198 tokens

pdf-to-text

32

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Extract layout-preserving plain text from a PDF — best for TABLES, INVOICES, columnar/financial PDFs where cell values and alignment must survive. Parse each PDF ONCE to a file. To find a specific fact, prefer a bounded grep -n -i -C2 "term" file | head. Reach for the query skill (BM-25, small -k, --language for…

17 3d ago A 170 tokens

query

33

PSPDFKit-labs/nutrient-skills

Plugin Claude Code

Find the most relevant passages in an already-extracted document with ranked (BM-25) search.

17 3d ago A tokens not measured

query

34

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Ranked (BM-25) retrieval over already-extracted text (output of pdf-to-markdown/pdf-to-text). For a specific term you can name, a bounded grep -C "term" file | head is leaner — use that first. Reach for query when a plain grep would flood (a common/ambiguous term over a corpus too large to scan) OR when you have no…

17 3d ago A 169 tokens

remediate-pdf

35

PSPDFKit-labs/nutrient-skills

Plugin Claude Code

Remediate existing PDFs: auto-tag with PDF/UA semantic structure via the Nutrient DWS Accessibility API, then check the result with the bundled verifier.

17 3d ago A tokens not measured

remediate-pdf

36

PSPDFKit-labs/nutrient-skills

Skill Claude CodeCodex

Auto-tag existing PDFs with PDF/UA semantic structure (headings, lists, tables, reading order) for accessibility remediation via the Nutrient DWS Accessibility API. Use when the user wants to make an existing PDF accessible, auto-tag for screen readers, remediate for PDF/UA, or prepare a document for Section 508.…

17 3d ago A 165 tokens

buildkite-cli

37

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Use the bkci CLI to query Buildkite builds, logs, artifacts, and token scope status with LLM-friendly JSON output.

17 3mo ago A 30 tokens

gh-address-comments

39

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

17 3mo ago A 39 tokens

github-repo-search

40

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Search a specific GitHub repository for code using gh search and fetch file contents via gh api without cloning. Use when given a repo URL and query to locate logic in remote repos.

17 3mo ago A 41 tokens

github

41

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Interact with GitHub using the gh CLI. Use gh issue, gh pr, gh run, and gh api for issues, PRs, CI runs, and advanced queries.

17 3mo ago A 44 tokens

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Multi-agent workflow (tracer/resolver/bypass) for secure code review, exploitability triage, and PoC validation in codebases. Use when conducting structured security research or penetration test analysis.

17 3mo ago A 45 tokens

multi-review

43

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Multi-model code review. Runs code-review skill with 2 models in parallel, then synthesizes findings.

17 3mo ago A 24 tokens

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Structured workflow for investigating public software supply-chain attacks across local repositories, GitHub organizations, and CI/host fleets. Use when asked to assess exposure to compromised packages, malicious releases, package-manager attacks, GitHub Actions/OIDC abuse, or published IOC lists.

17 3mo ago A 60 tokens

task-notification

45

PSPDFKit-labs/pi-skills

Skill Claude CodeCodex

Send a desktop notification when pi finishes a task. Works on macOS, Windows, and Linux. On first use, interactively asks the user to choose a notification preference (always, ask every time, or never) via arrow-key selector. Use this skill at the end of every task completion — after committing, after finishing a code…

17 3mo ago B 85 tokens

PSPDFKit-labs/nutrient-agent-skill

Skill Claude CodeCodex

Process documents with Nutrient DWS Processor. Use for PDF generation and conversion, packet assembly, OCR, Processor JSON-content extraction, staged redaction, watermarking, signing, password protection, optimization, PDF/A, or PDF/UA output. Route high-fidelity markdown or spatial parsing to Nutrient Data…

16 3d ago B 90 tokens