Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    joshmedeski

    blog-post

    joshmedeski/blog-post
    Writing
    10
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Use when creating a blog post.

    SKILL.md

    Creating Blog Posts

    File Location & Naming

    • Directory: src/data/posts/
    • Format: .mdx files
    • Naming: kebab-case from title (e.g., "My New Post" → my-new-post.mdx)

    Required Frontmatter

    ---
    title: 'Post Title'
    pubDate: 2024-01-28T12:00:00.000Z
    description: Brief description of the post
    heroImage: ../../assets/posts/post-slug.jpeg
    category: dotfiles
    ---
    

    Categories

    Category Description
    conversations Talking with friends
    development How I build web apps
    dotfiles My dev workflows
    personal-development Living with intention
    productivity How I get things done
    tech Gear and tools I use

    Optional Frontmatter

    youtubeUrl: https://www.youtube.com/embed/VIDEO_ID
    duration: '5:22'
    draft: true
    thumbnail: ../../assets/posts/post-slug-thumb.jpeg
    guide:
      ref: guide-name
      position: 1
    

    Workflow

    1. Ask user for the blog post content (brain dump, outline, or draft)
    2. Ask clarifying questions:
      • What category fits best?
      • Is a hero image available or should a placeholder be used?
      • Any YouTube video to embed?
      • Is this a draft or ready to publish?
    3. Generate kebab-case filename from title
    4. Create MDX file in src/data/posts/

    Content Formatting Rules

    • Preserve the user's voice - Do not rewrite or heavily edit content
    • Minimal changes only - Only fix obvious typos or formatting issues
    • Remove any top-level h1 - The title is in frontmatter, not the content
    • Use h2s for all main sections - Break content into logical h2 sections
    • No orphan content - All content should live under an h2 heading
    Recommended Servers
    Confluence
    Confluence
    PostPulse
    PostPulse
    Reddit
    Reddit
    Repository
    joshmedeski/joshmedeski.com
    Files