Skip to main content
PSPDFKit-labs
GitHub 제작자 프로필

PSPDFKit-labs

4개 GitHub 저장소에서 수집된 41개 skills를 저장소 단위로 보여줍니다.

수집된 skills
41
저장소
4
업데이트
2026년 7월 30일
저장소 탐색

저장소와 대표 skills

dws-viewer-api
소프트웨어 개발자

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…

2026년 7월 30일
pdf-to-markdown
소프트웨어 개발자

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…

2026년 7월 23일
pdf-to-text
소프트웨어 개발자

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

2026년 7월 23일
query
소프트웨어 개발자

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…

2026년 7월 23일
document-extraction-api
소프트웨어 개발자

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

2026년 7월 23일
grounded-rag-ingestion
소프트웨어 개발자

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…

2026년 7월 23일
make-pdf
데스크톱 출판 전문가

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…

2026년 7월 14일
remediate-pdf
데스크톱 출판 전문가

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

2026년 7월 14일
수집된 skill 22개 중 8개를 표시합니다.
init
소프트웨어 개발자

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.

2026년 5월 14일
sandbox
네트워크·컴퓨터 시스템 관리자

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

2026년 5월 14일
eval
소프트웨어 품질 보증 분석가·테스터

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.

2026년 4월 27일
execute
소프트웨어 품질 보증 분석가·테스터

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

2026년 4월 27일
export
소프트웨어 개발자

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

2026년 4월 27일
generate
소프트웨어 품질 보증 분석가·테스터

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.

2026년 4월 27일
insights
소프트웨어 개발자

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

2026년 4월 27일
inspect
소프트웨어 개발자

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

2026년 4월 27일
수집된 skill 10개 중 8개를 표시합니다.
supply-chain-attack-investigation
정보 보안 분석가

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…

2026년 5월 12일
multi-review
소프트웨어 품질 보증 분석가·테스터

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

2026년 5월 8일
multi-agent-security-review
정보 보안 분석가

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.

2026년 3월 3일
task-notification
기타 컴퓨터 관련 직업소프트웨어 개발자

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…

2026년 2월 20일
github-repo-search
소프트웨어 개발자

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.

2026년 2월 16일
buildkite-cli
기타 컴퓨터 관련 직업

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

2026년 2월 8일
buildkite-playwright-failures
소프트웨어 품질 보증 분석가·테스터

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

2026년 2월 8일
gh-address-comments
소프트웨어 개발자

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.

2026년 2월 6일
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다