Rehype

🌐Community
by rustydotwtf · vlatest · Repository

Rehype optimizes React component rendering by intelligently transforming data flows, boosting performance and reducing unnecessary re-renders.

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 rehype npx -- -y @trustedskills/rehype
2

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

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

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

About This Skill

What it does

The rehype skill allows AI agents to process and manipulate Markdown content. It can be used to convert Markdown into HTML, extract specific information from Markdown documents, or perform transformations on the text itself. This is useful for tasks involving documentation, blog posts, or any other content written in Markdown format.

When to use it

  • Documentation Processing: Automatically generate HTML versions of internal documentation files.
  • Content Extraction: Pull key data points (e.g., headings, lists) from a Markdown article.
  • Markdown Transformation: Modify existing Markdown documents based on specific rules or templates.
  • Blog Post Formatting: Convert raw blog post content into a formatted HTML structure for publishing.

Key capabilities

  • Markdown to HTML conversion
  • Information extraction from Markdown
  • Markdown text transformation

Example prompts

  • "Convert this Markdown document to HTML: [paste markdown here]"
  • "Extract all the headings from this Markdown file and list them."
  • "Rewrite this Markdown content, adding a table of contents at the beginning: [paste markdown here]"

Tips & gotchas

The skill requires access to the Markdown content you want to process. Ensure the AI agent has appropriate permissions or access to the relevant files.

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
rustydotwtf
Installs
4

🌐 Community

Passed automated security scans.