One-click install
npx skills add https://github.com/dcurlewis/ai-context-system --skill doc-dcurlewis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc
Source: https://github.com/dcurlewis/ai-context-system/tree/main/.claude/skills/doc
Command: npx skills add https://github.com/dcurlewis/ai-context-system --skill doc-dcurlewis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Documents land in the Raw-Materials/Docs queue and need consistent, context-enriched summaries with visual awareness, but manually handling each file is slow and error-prone.

Core Features & Use Cases

  • Queued processing: Automatically picks the oldest file, reads it thoroughly, and stops after one document to keep operations predictable.
  • Visual-aware PDF handling: Extracts text, renders page images, and reports significant diagrams or charts in a Visual Content section when needed.
  • Context enrichment & governance: Cross-references recent documents and meetings, updates entity stubs with confirmed facts, and archives processed files so nothing is lost.

Quick Start

Process the oldest Raw-Materials/Docs file through the doc skill to summarize, archive, and capture visual context.

Frequently Asked Questions about doc

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

FAQPage Schema
How do I automate document summarization for queued PDF and text files?

Automated document summarization scans the oldest queued file, extracts text and visual content, cross-references recent references, and generates a context-aware summary before archiving. It processes one document at a time to maintain predictable ingestion workflows.

Can I extract visual content like charts and diagrams from PDFs during summarization?

Visual content extraction renders PDF page images to identify and report significant diagrams or charts. This visual-aware handling ensures that graphical data is captured in a dedicated Visual Content section alongside the text summary.

What is context-enriched document processing for ingestion workflows?

Context-enriched document processing scans recent documents and meetings to cross-reference new files, updates entity stubs with confirmed facts, and integrates with your wiki. This ensures summaries carry relevant background context before archiving.

Does queued document processing handle one file at a time or batch multiple documents?

Queued document processing strictly handles one file at a time by selecting the oldest document and stopping after summarizing it. This predictable single-file approach prevents uncontrolled batch operations and ensures reliable ingestion workflows.

How do I archive documents automatically after generating a summary?

Automatic archiving relocates processed files after summarization to ensure nothing is lost. Once the document is read, summarized, and its entity stubs are updated, the workflow safely moves the original file to the archive.

What are the limitations of processing mixed-format files in a document queue?

Processing mixed-format files requires visual extraction for PDFs, which adds overhead, and the workflow stops after summarizing one document. If the queue contains unsupported formats, visual-aware handling may not apply effectively.