deck-scaffold-from-brief

Generate a DexCode deck scaffold with deck.config.ts and numbered MDX slides from a brief.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/co-r-e/dexcode --skill deck-scaffold-from-brief
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deck-scaffold-from-brief
Source: https://github.com/co-r-e/dexcode/tree/main/.claude/skills/deck-scaffold-from-brief
Command: npx skills add https://github.com/co-r-e/dexcode --skill deck-scaffold-from-brief

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Creating new decks from rough briefs is slow and error-prone; this skill automates scaffolding to save time.

Core Features & Use Cases

  • Generates a full deck scaffold including deck.config.ts and numbered MDX slides (cover, section/content, ending)
  • Supports multi-language setup and deterministic output based on a brief
  • Provides a ready-to-fill structure for new decks under decks/<deck> to accelerate iteration

Quick Start

Run the scaffold script to generate a new deck scaffold from a brief by supplying --deck, --title, and --brief.

Frequently Asked Questions about deck-scaffold-from-brief

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

FAQPage Schema
How do I generate a presentation deck from a short brief?

To generate a presentation deck from a short brief, run the scaffold script with the --deck, --title, and --brief arguments. This creates a deck.config.ts and numbered MDX slides including cover, section, content, and ending.

How do I scaffold MDX slides for a new presentation automatically?

You can scaffold MDX slides automatically by executing the TypeScript scaffold script. It reads your brief and deterministically generates a full set of numbered MDX slides under decks/<deck> using outline patterns.

What files do I need to create a deck scaffold from a brief?

Creating a deck scaffold from a brief requires the scaffold-deck.ts script and a references/outline-patterns.md file. These ensure deterministic output of the deck.config.ts and MDX slide structure.

Can I use this scaffolding tool to set up a multi-language presentation?

Yes, you can use this scaffolding tool to set up a multi-language presentation. The generated deck scaffold supports multi-language setup alongside the standard deck.config.ts and MDX slide structure.

Does the deck scaffold generator produce a ready-to-fill structure?

Yes, the deck scaffold generator produces a ready-to-fill structure. It creates a new deck directory with a deck.config.ts and a complete set of numbered MDX slides to accelerate your iteration process.

Why use a scaffold script instead of manually creating MDX slides?

Using a scaffold script instead of manually creating MDX slides saves time and prevents errors. It automates the creation of a structured deck.config.ts and numbered slides from a rough brief, accelerating initial setup.