Marp Deck Checker

🌐Community
by raffaelecamanzo · vlatest · Repository

This tool automatically checks your Marp decks for common formatting errors and suggestions, ensuring polished presentations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add marp-deck-checker npx -- -y @trustedskills/marp-deck-checker
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "marp-deck-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/marp-deck-checker"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill, marp-deck-checker, likely validates and checks Marp Deck presentations. It probably analyzes a Marp deck file to ensure proper formatting, syntax, and adherence to best practices for creating presentation decks using the Marp framework. The tool aims to help users identify and correct errors before sharing or deploying their presentations.

When to use it

  • Pre-presentation review: Run the checker before presenting to catch any unexpected rendering issues.
  • Automated CI/CD pipelines: Integrate into a workflow to automatically validate Marp Deck files during development.
  • Team collaboration: Ensure consistency in presentation styles across a team using Marp Decks.
  • Public sharing: Verify the deck's correctness before publishing it online or distributing it to others.

Key capabilities

  • Marp Deck validation
  • Syntax checking
  • Formatting verification
  • Error identification

Example prompts

  • "Check this Marp Deck file for errors: my_presentation.md."
  • "Validate the following Marp deck content and report any issues."
  • "Run a quality check on my Marp presentation to ensure it renders correctly."

Tips & gotchas

This skill requires familiarity with Marp Deck syntax and structure. The effectiveness of the checker depends on the specific rules and configurations implemented within the tool itself.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
raffaelecamanzo
Installs
9

🌐 Community

Passed automated security scans.