docs-writer-blog
NewUse when writing or editing files in src/content/blog/. Provides blog post structure and conventions.
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
~/.claude.jsonAdd the configuration to "mcpServers": { "docs-writer-blog": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/docs-writer-blog Create a new blog post titled 'Getting Started with Claude Code' with tags: tutorial, claude.
/docs-writer-blog Edit src/content/blog/my-post.md to add a category 'Productivity' and update the description.
/docs-writer-blog Review src/content/blog/ for any posts missing required frontmatter fields.
Security Audits
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..