Commit e925679
committed
Rescope pdf-research → pdf: expose annotation, form-filling, signing
The underlying @modelcontextprotocol/server-pdf gained an `interact`
tool with 10 annotation types (highlight, underline, strikethrough,
note, rectangle, circle, line, freetext, stamp, image), form filling,
auto-highlight-text, page extraction, and annotated-PDF download.
This reshapes the plugin around interactive workflows:
- Rename plugin: pdf-research → pdf
- Rename skill: pdf-reading → pdf (unified, covers all capabilities)
- Commands: drop /summarize, rename /read → /open, add /annotate,
/fill-form, /sign
- SKILL.md: document interact tool, all annotation types, coordinate
system, interactive workflows (AI-driven annotate, form filling,
visual signing)
- Positioning: explicitly steer AWAY from viewer for pure ingestion
(use native Read instead) — the viewer's value is user interactivity
- /sign disclaimer: visual signature image, not certified digital sig
Out of scope (documented): summarization, cert signing, PDF generation.1 parent 6457be2 commit e925679
File tree
16 files changed
+382
-131
lines changed- .claude-plugin
- pdf-research
- .claude-plugin
- commands
- skills/pdf-reading
- pdf
- .claude-plugin
- commands
- skills/pdf
16 files changed
+382
-131
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
File renamed without changes.
0 commit comments