BeClaude

docs-writer-blog

New
11.7kSmitheryDocumentationby reactjs

Use when writing or editing files in src/content/blog/. Provides blog post structure and conventions.

First seen 5/28/2026

Summary

This skill helps developers write and edit blog posts in the src/content/blog/ directory by enforcing consistent structure, formatting, and conventions.

  • It streamlines the drafting process and ensures all posts follow the same template, making content management easier.

Install & Usage

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "docs-writer-blog": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

Creating a new blog post with the correct frontmatter and folder structure.
Editing an existing blog post to fix formatting or update metadata.
Adding tags, categories, or other metadata to a blog post.
Ensuring a blog post follows the required Markdown conventions.
Generating a summary or excerpt for a blog post.
Reviewing a blog post for consistency with other posts in the directory.

Usage Examples

1

/docs-writer-blog Create a new blog post titled 'Getting Started with Claude Code' with tags: tutorial, claude.

2

/docs-writer-blog Edit src/content/blog/my-post.md to add a category 'Productivity' and update the description.

3

/docs-writer-blog Review src/content/blog/ for any posts missing required frontmatter fields.

View source on GitHub
writing

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is docs-writer-blog?

This skill helps developers write and edit blog posts in the src/content/blog/ directory by enforcing consistent structure, formatting, and conventions. It streamlines the drafting process and ensures all posts follow the same template, making content management easier.

How to install docs-writer-blog?

To install docs-writer-blog: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "docs-writer-blog": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.

What is docs-writer-blog best for?

docs-writer-blog is a mcp categorized under Documentation. It is designed for: writing. Created by reactjs.

What can I use docs-writer-blog for?

docs-writer-blog is useful for: Creating a new blog post with the correct frontmatter and folder structure.; Editing an existing blog post to fix formatting or update metadata.; Adding tags, categories, or other metadata to a blog post.; Ensuring a blog post follows the required Markdown conventions.; Generating a summary or excerpt for a blog post.; Reviewing a blog post for consistency with other posts in the directory..