Skip to main content
PSPDFKit-labs
GitHub creator profile

PSPDFKit-labs

Repository-level view of 41 collected skills across 4 GitHub repositories.

skills collected
41
repositories
4
updated
Jul 30, 2026
repository explorer

Repositories and representative skills

dws-viewer-api
software-developers

Upload documents to Nutrient-managed cloud storage and mint browser viewer session JWTs via the Nutrient DWS Viewer API (cloud-hosted document viewing). Use when the user wants to embed a document viewer backed by the cloud, mint a viewer session token, add…

Jul 30, 2026
pdf-to-markdown
software-developers

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…

Jul 23, 2026
pdf-to-text
software-developers

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`.…

Jul 23, 2026
query
software-developers

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…

Jul 23, 2026
document-extraction-api
software-developers

Two primitives of the Nutrient Data Extraction API. `parse` (`/extraction/parse`) returns the whole-document model — a structural JSON of typed elements with bounding boxes, or whole-document Markdown — for RAG ingestion, search indexing, content migration,…

Jul 23, 2026
grounded-rag-ingestion
software-developers

Chunk a document into provenance-carrying JSONL ready for embedding via the Nutrient Data Extraction API (`/extraction/parse`, spatial output). Every chunk carries element type, page index, bounding box, confidence, and reading order, traceable to a specific…

Jul 23, 2026
make-pdf
desktop-publishers-439031

Generate finished PDFs from Markdown or HTML via the Nutrient DWS Build API - single files or whole directories - with compliance-grade output options (accessible PDF/UA, archival PDF/A, text watermarks) and built-in conformance verification. Use when the…

Jul 14, 2026
remediate-pdf
desktop-publishers-439031

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,…

Jul 14, 2026
Showing 8 of 22 collected skills.
init
software-developers

Initialize a new agentic-usability benchmark pipeline project. Use when setting up a new SDK benchmark, creating a config.json, or starting a new evaluation project.

May 14, 2026
sandbox
network-and-computer-systems-administrators

Launch an interactive shell inside a microsandbox for debugging. Supports bare mode, executor setup, or judge setup with optional test case scaffolding.

May 14, 2026
eval
software-quality-assurance-analysts-and-testers

Run the full evaluation pipeline (execute, judge, report) for an SDK usability benchmark. Use when running a complete benchmark end-to-end, resuming an interrupted pipeline, or checking pipeline status.

Apr 27, 2026
execute
software-quality-assurance-analysts-and-testers

Execute benchmark test cases in sandboxed environments with AI agents. Spins up microsandbox containers for each test case and extracts solutions.

Apr 27, 2026
export
software-developers

Export a benchmark pipeline as a zip file for sharing or archiving. Excludes cache and large snapshots.

Apr 27, 2026
generate
software-quality-assurance-analysts-and-testers

Generate SDK usability test cases by exploring source code. Use when creating benchmark test suites, generating test cases for an SDK, or when the user wants to create evaluation scenarios.

Apr 27, 2026
insights
software-developers

Analyze benchmark results and identify SDK improvement areas. Use when reviewing evaluation results, finding failure patterns, identifying documentation gaps, or understanding API design issues.

Apr 27, 2026
inspect
software-developers

Open the web UI to visually inspect, edit, and run the benchmark pipeline. Use when the user wants a visual interface for their pipeline.

Apr 27, 2026
Showing 8 of 10 collected skills.
supply-chain-attack-investigation
information-security-analysts

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…

May 12, 2026
multi-review
software-quality-assurance-analysts-and-testers

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

May 8, 2026
multi-agent-security-review
information-security-analysts

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.

Mar 3, 2026
task-notification
computer-occupations-all-othersoftware-developers

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…

Feb 20, 2026
github-repo-search
software-developers

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.

Feb 16, 2026
buildkite-cli
computer-occupations-all-other

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

Feb 8, 2026
buildkite-playwright-failures
software-quality-assurance-analysts-and-testers

Analyze Playwright test logs on Buildkite to extract failed-only tests across jobs.

Feb 8, 2026
gh-address-comments
software-developers

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.

Feb 6, 2026
Showing 4 of 4 repositories
All repositories loaded