pdf-file-manager

Register and track PDF files in a SQLite-backed registry with an append-only operation log.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill pdf-file-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf-file-manager
Source: https://github.com/jarodmeng/daydreamedu-scripts/tree/main/.cursor/skills/pdf-file-manager
Command: npx skills add https://github.com/jarodmeng/daydreamedu-scripts --skill pdf-file-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

AI Study Buddy's pdf_file_manager provides a SQLite-backed, append-only registry to track pdf_files, their relations, file_groups, and book answer mappings across exams, worksheets, books, and templates, ensuring consistency during raw↔main and template↔completion resolutions.

Core Features & Use Cases

  • Registry-backed management of pdf_files, file_groups, and book mappings across exams and books.
  • First-class support for book unit mappings and answer-page ranges, including exam groups.
  • Safe workflow: scan, register, compress, link templates, and audit queries with a dedicated operation log.

Quick Start

Register a new PDF into the registry and map it to its book unit and answer-page range.

Frequently Asked Questions about pdf-file-manager

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track PDF files and their relationships across exams and worksheets?

You can track PDF files using a SQLite-backed registry that maintains an append-only operation log. It maps relationships across exams, worksheets, books, templates, and file groups while ensuring metadata consistency.

How does a registry-driven PDF manager handle book answer mappings?

A registry-driven PDF manager stores book unit mappings and answer-page ranges in a structured SQLite database. This allows safe linking of exam groups and template resolutions without losing original file path metadata.

Can I repair PDF metadata and infer on-disk paths for educational files?

Yes, the registry applies safe read-restricted operations to repair PDF metadata and infer on-disk paths. It uses an append-only log to audit changes, ensuring educational file references remain consistent during template and completion resolutions.

Does this PDF file manager work with GoodNotes integration and book unit mappings?

The PDF file manager supports GoodNotes integration and tracks book unit mappings through a dedicated registry. It links templates, compresses registered files, and audits queries to maintain accurate relationships for educational workflows.

What is the best way to manage PDF templates and completion resolutions for study materials?

The best way is using an append-only registry that tracks raw-to-main and template-to-completion resolutions for PDF files. This approach safely scans, registers, and links templates while maintaining a full operation log for auditing.

What are the limitations of using an append-only registry for PDF file management?

An append-only registry ensures safe, read-restricted operations but requires all modifications to go through the PdfFileManager API. It does not support direct database editing, meaning all metadata repairs and path inferences must follow the structured operation log workflow.