pdf-content-renamerlisted
Install: claude install-skill singleton-sd/ai-plattform-skills
# PDF Content Renamer
Rename PDFs based on evidence found inside the document. Prefer accurate, boring filenames over clever summaries, and preserve enough traceability to explain how each name was chosen.
## Naming Standard
Use this format unless the user specifies another convention:
```text
YY-MM-DD Name Type Detail.pdf
```
Rules:
- Start every filename with `YY-MM-DD`.
- Use the most relevant date found in the document. If no reliable date is found, use today's date in the user's timezone.
- After the date, use human-readable Title Case words separated by spaces.
- Prefer this order after the date: person/entity or provider name, document type, and useful distinguishing detail.
- Keep names concise: name/provider, document type, subject/account tail, period, location/state, or short distinguishing detail.
- Remove unsafe filesystem characters: `< > : " / \ | ? *`, control characters, repeated spaces, and trailing dots.
- Do not overwrite existing files. Add `-v2`, `-v3`, etc. only when needed.
- Preserve the original `.pdf` extension.
Examples:
```text
26-06-30 CommBank Bank Statement Everyday 1234.pdf
25-11-14 Jane Smith Driver Licence NSW.pdf
26-02-03 Sydney Clinic Medical Report Blood Test.pdf
26-07-06 Patricio Perpetua Driver License Victoria.pdf
26-07-03 Unknown Document Unclassified.pdf
```
## Date Selection
Pick the date that best identifies the document, not necessarily the first date encountered.
| Document type | Preferred date |
| ------------- | ---