agentsclimarketplace

Layered first principles teaching

Skill Dqz00116/skill-lib/layered-first-principles-teaching

A curated collection of reusable AI Agent Skills for standardized workflows, best practices, and domain expertise.

Install
npx -y skills add Dqz00116/skill-lib --skill layered-first-principles-teaching

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 22 stars22 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when explaining complex concepts to others, designing training materials, or preparing technical presentations with progressive disclosure

SKILL.md

3.9 KB, as published. Nobody here has run it

Layered First Principles Teaching

Overview

Transform complex concepts into progressive, first-principles explanations that build understanding layer by layer.

When to Use

Use when:

  • You need to explain a complex concept to someone with less domain knowledge
  • You're designing training materials, tutorials, or educational content
  • You're preparing a technical presentation and need progressive disclosure
  • A topic has multiple abstraction layers that require cognitive scaffolding
  • You need to bridge the gap between intuitive understanding and technical depth

Don't use when:

  • The concept is simple and doesn't benefit from layered decomposition
  • You need quick reference documentation or a terse answer
  • The audience already has deep expertise and only needs edge cases or implementation details

Quick Start

# Explain a concept progressively
kimi layered-first-principles-teaching "Explain blockchain"

# Target specific audience
kimi layered-first-principles-teaching "Explain transformers" --audience beginner

# Output to file
kimi layered-first-principles-teaching "Explain consensus algorithms" --output ./tutorial.md

Output Structure

Generated explanations contain 6 standard sections:

SectionContentPurpose
OpeningOne-sentence essence + intuitive analogyImmediate understanding
First PrinciplesProblem essence, why existing solutions failFoundation building
Progressive Layers3-4 layers from intuition to technical detailScaffolding learning
AnalogiesCross-domain comparisonsRelating to known concepts
VisualizationsASCII diagrams, mental modelsSpatial understanding
SummaryKey takeaways + further readingRetention & next steps

Audience Levels

LevelCharacteristicsApproach
BeginnerNo prior knowledgeHeavy analogies, minimal jargon, focus on "why"
IntermediateSome domain knowledgeBalance of intuition and technical detail
ExpertDeep domain knowledgeFocus on nuances, edge cases, implementation

Teaching Patterns

This skill uses progressive disclosure patterns from prompts/:

  1. First Principles Analysis (first_principles.txt): Strip away abstractions, find root causes
  2. Layered Decomposition (layered_decomposition.txt): Break into 3-4 cognitive layers
  3. Analogy Generation (analogy_generation.txt): Find relatable comparisons
  4. Visualization Design (visualization_design.txt): Create mental models and diagrams

Templates

Output templates in templates/ provide structure for:

  • concept.md: General concept explanation
  • algorithm.md: Algorithm walkthrough
  • system.md: System architecture explanation

Examples

See examples/ for completed explanations:

  • blockchain_explained.md: From "digital ledger" to Byzantine fault tolerance
  • transformers_explained.md: From "pattern matching" to attention mechanisms

Workflow

When explaining a concept:

  1. Load first principles prompt → Identify core problem and breakthrough insight
  2. Load layered decomposition prompt → Structure into 3-4 cognitive layers
  3. Load analogy generation prompt → Find 2-3 cross-domain analogies
  4. Load visualization design prompt → Create ASCII diagrams and mental models
  5. Apply appropriate template → Generate final explanation

Constraints

  • Maximum 4 layers to avoid cognitive overload
  • Each layer must build on previous without introducing new prerequisites
  • Analogies must be familiar to target audience
  • Visualizations should work in plain text (ASCII)

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.