content-digest

Summarize a deliverable folder into a seven-section content digest.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/sgttomas/chirality-piping --skill content-digest-sgttomas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: content-digest
Source: https://github.com/sgttomas/chirality-piping/tree/main/skills/content-digest
Command: npx skills add https://github.com/sgttomas/chirality-piping --skill content-digest-sgttomas

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Read deliverable folders and produce a structured 7-section content digest summarizing identity, scope, document kit, dependencies, references, semantic framework, and quality observations.

Core Features & Use Cases

  • Generate a per-deliverable digest for evaluation and archival purposes.
  • Read metadata from _CONTEXT.md, _DEPENDENCIES.md, _REFERENCES.md, and key documents to assemble a consistent report.
  • Use Case: When you need a reproducible, machine-readable digest for a single deliverable to support QA, auditing, and traceability.

Quick Start

Provide the deliverable folder path and the output path to produce the digest file.

Frequently Asked Questions about content-digest

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

FAQPage Schema
How do I automate a structured content digest for a deliverable folder?

To automate a structured content digest, provide the deliverable folder path and output path. The system reads metadata files like _CONTEXT.md and Specification.md to generate a seven-section report summarizing identity, scope, dependencies, and quality observations.

What is the best way to generate a reproducible report from markdown documentation?

Generating a reproducible report from markdown documentation requires reading specific files like _CONTEXT.md, Datasheet.md, and _SEMANTIC.md. This process assembles a consistent digest supporting QA, auditing, and traceability for per-deliverable evaluation workflows.

How do I extract metadata and dependencies from a project deliverable?

Extracting metadata and dependencies from a project deliverable involves bounded reads of _CONTEXT.md and _DEPENDENCIES.md files. The system analyzes these structured fields to report on the deliverable's scope, document kit, and references automatically.

Does this per-deliverable evaluation workflow require specific markdown files?

Yes, per-deliverable evaluation requires specific markdown files including _CONTEXT.md, _DEPENDENCIES.md, _REFERENCES.md, Datasheet.md, Specification.md, Guidance.md, Procedure.md, and _SEMANTIC.md to extract the necessary structured fields for the digest.

When do I need a machine-readable digest for a single deliverable folder?

You need a machine-readable digest for a single deliverable folder when supporting QA, auditing, and traceability workflows. It provides a reproducible summary of the folder's metadata, document kit, and semantic framework for archival purposes.