安装方式
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add sickn33/antigravity-awesome-skills --skill mdpr-skill Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.
2
下载量
命令行安装
在项目根目录执行以下命令,完成 Skill 安装。
npx bzskills add sickn33/antigravity-awesome-skills --skill mdpr-skill name: mdpr-skill
description: Review MDPR Markdown presentation workflows with semantic hints, visual checks, and deterministic renderer boundaries.
category: productivity
risk: safe
source: community
source_repo: ch040602/mdpr-skill
source_type: community
date_added: "2026-07-01"
author: ch040602
tags: [mdpr, presentations, markdown, powerpoint, codex, visual-review, agent-hints]
tools: [claude, cursor, gemini, codex, antigravity]
license: "MIT"
license_source: "https://github.com/ch040602/mdpr-skill/blob/main/LICENSE"Use this skill as the optional agent companion for
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, which includes
schemas, review commands, compatibility artifacts, visual evidence examples, and
MDPR boundary documentation.
mdpresent, Markdown-to-PPTX, orMarkdown presentation review.
visual review notes.
MDPR as the deterministic renderer.
codex-ppt style workflow.
approval-bound MDPR candidate instead of direct final slide edits.
geometry, typography, colors, z-order, arrows, effects, exact icon assets,
renderer object IDs, and final PPTX objects.
deterministic policy changes, or approval-bound proposals.
source draft.
Classify the user's request before producing advice:
semantic hints: compact intent, grouping, importance, and icon-keywordsuggestions.
review report: visual or narrative concerns grounded in rendered evidence,manifests, or validation reports.
layout intent: high-level layout goals from a summarized template catalog,never concrete placeholder coordinates.
theme candidate: reusable token and style-pack proposal for later MDPRapproval/import gates.
codex-ppt compatibility: feature mapping and comparison notes only; do notturn MDPR into a full-slide image renderer.
Reference available evidence such as:
agent-hint.json, review-report.json, ormdpr-theme-candidate-v1
If evidence is missing, say what artifact is needed instead of inventing a
pass/fail result.
Allowed hints:
semantically ambiguous
Disallowed hints:
When repeated issues appear, recommend a deterministic follow-up surface:
Run these only when the upstream mdpr-skill CLI is available in the current
workspace and the referenced input files exist.
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
validation report.
Finding: Slide 4 has weak visual hierarchy between the metric and explanation.
Evidence: rendered/slide-04.png, manifest slide id `s4`, heading "Revenue Mix".
MDPR-owned fix: adjust the metric-card recipe spacing rule or choose a
deterministic layout profile with stronger numeric emphasis.
best-fit scenarios.
mdpr-theme-candidate-v1.mdprOwnsFinalLayout, mdprOwnsFinalThemeBinding, andnoRawUseInAgentHints true.
{
"schema": "mdpr-theme-candidate-v1",
"source": "rendered reference set approved by user",
"useCases": ["executive review", "research update"],
"constraints": {
"mdprOwnsFinalLayout": true,
"mdprOwnsFinalThemeBinding": true,
"noRawUseInAgentHints": true
}
}
Use codex-ppt only as a capability reference or image-only baseline. Preserve
the output-model distinction: codex-ppt style workflows may produce full-slide
images, while MDPR defaults to editable PPTX/HTML/PDF with deterministic
validation.
Comparison note: codex-ppt style output may optimize for a single rasterized
slide image. MDPR should instead preserve editable slide objects and route
visual improvements through recipes, themes, and validation policies.
gate.
agent judgment alone.
slide content.
Solution: Keep hints semantic and let MDPR choose final layout, geometry,
and renderer objects.
Solution: Link each finding to source Markdown, a manifest entry, rendered
previews, validation reports, or another concrete artifact.
Solution: Use image-only generators as comparison baselines while
preserving MDPR's editable PPTX/HTML/PDF output model.
permission.
review reports or theme candidates.
before running them.
@frontend-slides - Use for browser-native HTML presentation generation.@2slides-ppt-generator - Use for hosted API-based presentation generation.@office-productivity - Use for broader document, spreadsheet, and slideworkflow coordination.