blog-content

Automate Markdown blog publishing with mdsvex, Shiki, RSS, sitemap, OG images, and FlexSearch.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/jjc4480/my-blog --skill blog-content
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-content
Source: https://github.com/jjc4480/my-blog/tree/main/.claude/skills/blog-content
Command: npx skills add https://github.com/jjc4480/my-blog --skill blog-content

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

블로그 콘텐츠 파이프라인 구축과 유지보수를 간소화하고, 마크다운 콘텐츠를 mdsvex 설정에 맞게 처리하며 코드 하이라이팅, RSS/Sitemap 생성, OG 이미지 자동 생성, 검색 인덱스 구축까지 한 번에 관리합니다.

Core Features & Use Cases

  • mdsvex 설정과 마크다운 처리: mdsvex로 게시물 렌더링과 확장성을 개선합니다.
  • 코드 하이라이팅(Shiki): 포스트 내 코드 블록에 아름다운 하이라이팅을 적용합니다.
  • RSS 피드, Sitemap 및 OG 이미지 생성: 검색 엔진 최적화 및 소셜 미디어 미리보기를 강화합니다.
  • 검색 인덱스 구축: flexsearch를 사용한 클라이언트 사이드 검색 인덱스를 생성하고 포스트를 빠르게 찾습니다.
  • Automatic metadata 및 레이아웃 관리: mdsvex 기반 포스트 레이아웃과 메타데이터 관리.

Quick Start

새로운 Markdown 포스트를 작성하고 블로그 콘텐츠 파이프라인을 통해 처리합니다.

Frequently Asked Questions about blog-content

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate a markdown blog content pipeline with mdsvex?

You can automate a markdown blog content pipeline by configuring mdsvex rendering, applying Shiki for code highlighting, and generating RSS feeds, sitemaps, and OG images. This Skill orchestrates the entire workflow from markdown ingestion to final indexed content.

What is the best way to add client-side search to a markdown blog?

Adding client-side search to a markdown blog is best achieved using FlexSearch to build a search index. This Skill generates a deterministic client-side search index from your rendered mdsvex posts, enabling fast content retrieval without server-side dependencies.

Does mdsvex work with Shiki for code highlighting in Svelte blog posts?

Mdsvex works with Shiki to provide code highlighting in Svelte blog posts. This Skill configures mdsvex to apply Shiki syntax highlighting to code blocks within your markdown content, ensuring deterministic code rendering across all published posts.

How do I generate RSS feeds and sitemaps for an mdsvex blog?

Generating RSS feeds and sitemaps for an mdsvex blog requires extracting post metadata and URLs to build structured files. This Skill automates RSS feed and sitemap generation directly from your markdown content schema, satisfying SEO criteria for search engine indexing.

Can I automatically create OG images and manage metadata for markdown posts?

You can automatically create OG images and manage metadata for markdown posts. This Skill handles automatic metadata extraction and layout management for mdsvex-based posts, including the generation of Open Graph images for social media previews.

What are the limitations of using a static markdown pipeline for SEO content?

Limitations of a static markdown pipeline for SEO content include the need for deterministic rendering and build-time indexing. This Skill addresses these constraints by enforcing a well-defined content schema and automating sitemap generation to maintain search engine visibility.