modelscope.cn

markdown

Markdown documentation, MDX, and content formatting.

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Edit, Bash, Glob, Grep

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 656 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Markdown Skill

Expert assistance for Markdown and MDX documentation.

Capabilities

  • Write Markdown documentation
  • Configure MDX
  • Create documentation sites
  • Handle code blocks
  • Format tables

MDX Components

import { Callout } from '@/components/callout';

# Documentation Title

<Callout type="warning">
  This is a warning callout.
</Callout>

## Code Example

const greeting = 'Hello, World!';

Target Processes

  • documentation
  • content-creation
  • readme-writing