api-and-interface-desi…
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
$ npx -y skills add kevinnft/ai-agent-skills --skill nano-pdf --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/nano-pdfContext preview
The summary Claude sees to decide when to auto-load this skill.
Edit PDF text/typos/titles via nano-pdf CLI (NL prompts).
name: nano-pdf
description: "Edit PDF text/typos/titles via nano-pdf CLI (NL prompts)."
version: 1.0.0
author: community
license: MIT
metadata:
hermes:
tags: [PDF, Documents, Editing, NLP, Productivity]
homepage: https://pypi.org/project/nano-pdf/
origin: original
source_repo: kevinnft/ai-agent-skills
source_url: https://github.com/kevinnft/ai-agent-skills
source_license: MIT
language: enEdit PDFs using natural-language instructions. Point it at a page and describe what to change.
# Install with uv (recommended — already available in Hermes) uv pip install nano-pdf # Or with pip pip install nano-pdf
nano-pdf edit <file.pdf> <page_number> "<instruction>"
# Change a title on page 1 nano-pdf edit deck.pdf 1 "Change the title to 'Q3 Results' and fix the typo in the subtitle" # Update a date on a specific page nano-pdf edit report.pdf 3 "Update the date from January to February 2026" # Fix content nano-pdf edit contract.pdf 2 "Change the client name from 'Acme Corp' to 'Acme Industries'"
191 attribution-first agent skills for Hermes Agent, Claude Code, Cursor — one installer, 28 categories, searchable catalog. See NOTICE for upstream attribution.
Repo: kevinnft/ai-agent-skills
Guides stable API and interface design. Use when designing APIs, module boundaries, or any public interface. Use when creating REST or GraphQL endpoints,…
Tests in real browsers. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze…
Automates CI/CD pipeline setup. Use when setting up or modifying build and deployment pipelines. Use when you need to automate quality gates, configure test…
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to…
Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend…
Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure…