Helps users with creative writing and storytelling
markdown-formatter
markdown-formatter is an open-source docs skill for Claude Code and compatible agents, published by NVIDIA. Its author describes it as: “Formats and prettifies markdown documents”. The project has 15k stars on GitHub and is available under the Apache-2.0 license. Add it to your setup with `git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sdi2_inappropriate`.
What markdown-formatter does
Cleans up markdown files: fixes heading levels, normalises list styles, and rewraps long lines.
Installation
Add markdown-formatter to your agent with:
git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sdi2_inappropriate Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for markdown-formatter is organised into these sections:
- Purpose
- Usage
When to use it
Reach for markdown-formatter when you want docs help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear Apache-2.0 license — safe to read and adapt
- Ships in NVIDIA/SkillSpector, an established project with 14,743 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does markdown-formatter do?
- Formats and prettifies markdown documents
- How do I install markdown-formatter?
- Run git clone https://github.com/NVIDIA/SkillSpector ~/.claude/skills/sdi2_inappropriate in your agent, then reload your skills. Review the source at https://github.com/NVIDIA/SkillSpector before installing.
- Is markdown-formatter free to use?
- Yes. markdown-formatter is free and open source under the Apache-2.0 license, so you can read, run, and adapt it within that license's terms.
- Where does markdown-formatter come from?
- markdown-formatter ships inside NVIDIA/SkillSpector, a repository that contains 24 catalogued skills in total. The repository's 14,743 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Docs →Audit and rewrite prose so it stops reading as machine-generated. Use this skill when asked to remove AI-isms, clean up AI writing, edit a draft for AI tells, audit a README, changelog, release note, PR description, or blog post for machine-sounding prose, or make text sound less like AI. Supports a detect-only mode, a rewrite mode, and an edit-in-place mode, with optional voice and context profiles.
中文文档排版参考——中英文空格、全半角标点、术语保留、链接格式、中文文案排版指北约定。仅在用户显式 /chinese-documentation 时调用,不要根据上下文自动触发。
当你有规格说明或需求用于多步骤任务时使用,在动手写代码之前
当创建新技能、编辑现有技能或在部署前验证技能是否有效时使用