From claude-resources
Formats markdown (.md) and MDX (.mdx) files using @takazudo/mdx-formatter. Supports Japanese text, Docusaurus admonitions, GFM, and HTML-to-md conversion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-resources:format-mdThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Format the specified markdown or MDX file(s) using `@takazudo/mdx-formatter`.
Format the specified markdown or MDX file(s) using @takazudo/mdx-formatter.
The user can specify:
README.md, docs/guide.md)docs/*.md)@takazudo/mdx-formatternpx @takazudo/mdx-formatter --write <file-path>If the user provided a file path or pattern, use it directly
If no file was specified, ask the user which file(s) they want to format
Run the formatter using the Bash tool:
npx @takazudo/mdx-formatter --write <file-path>
Report the results to the user
# Format a single file
npx @takazudo/mdx-formatter --write README.md
# Format multiple files with glob pattern
npx @takazudo/mdx-formatter --write "docs/**/*.md"
The formatter provides:
npx claudepluginhub takazudo/claude-resources --plugin claude-resourcesFormats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Outputs to {filename}-formatted.md.
Guides markdown linting with markdownlint-cli2: run checks, fix MD0XX errors, configure .markdownlint-cli2.jsonc rules/ignores, set up VS Code extension and GitHub Actions. Supports GFM/CommonMark for validation and workflows.
Formats plain text or markdown files with frontmatter, titles, summaries, headings, bold, lists, and code blocks. Outputs to {filename}-formatted.md.