mdpr-skill
Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.
npx skills add sickn33/agentic-awesome-skills --skill mdpr-skill --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# mdpr-skill ## Overview Use this skill as the optional agent companion for [MDPR](https://github.com/ch040602/MdPr), a deterministic Markdown-to-presentation runtime. MDPR owns parsing, layout, theming, validation, and final PPTX/HTML/PDF rendering. This skill helps an agent review MDPR workflows, propose weak semantic hints, and explain visual findings without taking control of slide geometry. The upstream skill source is [`ch040602/mdpr-skill`](https://github.com/ch040602/mdpr-skill), which includes schemas, review commands, compatibility artifacts, visual evidence examples, and MDPR boundary documentation. ## When to Use This Skill - Use when the user asks about MDPR, `mdpresent`, Markdown-to-PPTX, or Markdown presentation review. - Use when generated MDPR artifacts need semantic, narrative, accessibility, or visual review notes. - Use when the user wants Codex-style presentation workflow hints while keeping MDPR as the deterministic renderer. - Use when comparing MDPR output against image-only deck generators such as a codex-ppt style workflow. - Use when a reusable theme or style-pack proposal should be expressed as an approval-bound MDPR candidate instead of direct final sli
- Overview
- When to Use This Skill
- Core Boundary
- How It Works
- Step 1: Identify the MDPR Surface
- Step 2: Ground Every Finding
- Step 3: Keep Hints Weak
- Step 4: Route Fixes to MDPR-Owned Changes
- Useful Local Commands
- Examples
- Review a Rendered MDPR Deck
- Propose a Theme Candidate
- Compare with codex-ppt Style Workflows
- Best Practices
node bin/mdpr-skill.js hint --source-sha256 <64hex> --out .mdpresent/proposals/agent-hint.json node bin/mdpr-skill.js review --manifest dist/mdpresent-manifest.json --out .mdpresent/review/review-report.json node bin/mdpr-skill.js narrative --markdown deck.md --manifest dist/mdpresent-manifest.json --out .mdpresent/review/narrative-review.json node bin/mdpr-skill.js layout-intent --layout-catalog template-layout-catalog.json --out .mdpresent/review/layout-intent.json node bin/mdpr-skill.js accessibility --markdown deck.md --audience "executive review" --out .mdpresent/review/accessibility-review.json
What does the mdpr-skill skill do?
Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill mdpr-skill --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.