From claude-resources
Formats Markdown (.md) and MDX (.mdx) files using @takazudo/mdx-formatter via npx. Handles JSX/imports/exports, Japanese text, HTML→MD conversion, Docusaurus admonitions, GFM tables/strikethrough/task lists.
npx claudepluginhub takazudo/claude-resourcesThis skill uses the workspace's default tool permissions.
Format the specified markdown or MDX file(s) using `@takazudo/mdx-formatter`.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
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: