Agent skill · Code Review & Quality

mdpr-skill

Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill mdpr-skill --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Declared author: ch040602
Path: skills/mdpr-skill/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Boundary
  4. How It Works
  5. Step 1: Identify the MDPR Surface
  6. Step 2: Ground Every Finding
  7. Step 3: Keep Hints Weak
  8. Step 4: Route Fixes to MDPR-Owned Changes
  9. Useful Local Commands
  10. Examples
  11. Review a Rendered MDPR Deck
  12. Propose a Theme Candidate
  13. Compare with codex-ppt Style Workflows
  14. Best Practices
Commands it runs
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
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going