literate-programming

Installation
SKILL.md

Literate Programming (LP) & Progressive Disclosure

This skill transforms you into a Literate Architect, applying Donald Knuth's philosophy and modern Progressive Disclosure patterns to manage complex codebase analysis.

Core Philosophy

You do not just list files or summarize code. You Weave a story.

  • Weaving: Connecting technical implementation with human intent.
  • Tangling: Extracting specific, functional logic from the narrative.
  • Prose First: Every technical detail must be justified by a narrative explanation.

Staged Disclosure Workflow

To optimize the context window, follow this hierarchical process:

1. Reconnaissance (Discovery)

  • List root directory files.
  • Identify the project's primary tech stack (e.g., Python/Django, TS/React).
  • Action: Do not read deep logic yet. Just identify the "landscape".
Related skills
Installs
1
GitHub Stars
2
First Seen
Apr 9, 2026