Design Md

🏢Official
by google-labs-code · vlatest · Repository

Generates clean, semantic HTML/CSS code from design mockups or textual descriptions for rapid frontend prototyping.

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

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

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

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

About This Skill

What it does

The design-md skill enables AI agents to generate and format Markdown documents with structured design elements, such as headers, lists, code blocks, and tables. It supports creating clean, readable documentation or content tailored for technical audiences.

When to use it

  • Writing API documentation or user guides in a clear, consistent format.
  • Preparing README files for open-source projects.
  • Formatting blog posts or tutorials with structured sections and code examples.

Key capabilities

  • Generating Markdown headers, lists, and tables.
  • Inserting properly formatted code blocks.
  • Ensuring readability and structure in technical documentation.

Example prompts

  • "Write a README file for my new JavaScript library."
  • "Format this Python function with a code block and explanation."
  • "Create a table summarizing the features of our product."

Tips & gotchas

  • Ensure that your input includes clear instructions to guide the AI on structure and content.
  • Use specific formatting cues like code or **bold** when needed for accurate output.

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
google-labs-code
Installs
11.5k

🏢 Official

Published by the company or team that built the technology.