blog

Create and manage blog content and site settings via conversational prompts with Git integration.

54|111|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/pkdxtools/pkdx --skill blog-pkdxtools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog
Source: https://github.com/pkdxtools/pkdx/tree/main/.claude/skills/blog
Command: npx skills add https://github.com/pkdxtools/pkdx --skill blog-pkdxtools

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

サイト記事・設定のメンテナンスを対話で実施します。新規ブログ記事の作成、公開/非公開切替、frontmatter の編集、記事削除、記事一覧の表示、メンバー画像の管理、構築記事本文の編集、サイト設定の変更を対話的に行い、作業後は git push で反映します。

Core Features & Use Cases

  • 新規ブログ記事作成、公開/非公開切替、frontmatter 編集、記事削除、記事一覧表示
  • メンバー画像の追加・差し替え、構築記事本文編集、サイト設定変更
  • ブログ記事とチーム記事の統合的な運用、反映・デプロイのワークフロー支援

Quick Start

まずは /blog と言ってブログ管理を対話で開始します。

Frequently Asked Questions about blog

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

FAQPage Schema
How do I manage blog content and site settings through conversational prompts?

You can manage blog content and site settings conversationally by initiating the chat workflow to create posts, edit frontmatter, and update configurations, which are then deployed via git push.

What's the best way to automate frontmatter editing for new blog posts?

Automating frontmatter editing is done by requesting changes through the conversational interface, which directly updates the metadata fields before committing the post with git push.

Can I publish and unpublish site articles without manually running git commands?

Yes, you can toggle the publication status of site articles conversationally, and the system handles the workflow and integrates with git push to reflect the changes remotely.

How do I add and replace member images for team pages?

Adding and replacing member images for team pages is handled by requesting asset updates conversationally, organizing the files and metadata before pushing the changes to git.

Does this blog management workflow support live previews before pushing changes?

Yes, the workflow supports live previews, allowing you to review article edits and site configuration changes conversationally before finalizing the deployment with git push.

Are there limitations to managing site maintenance through a CLI-friendly chat interface?

The CLI-friendly interface requires a conversational prompt to execute article creation, deletion, and settings changes, meaning operations depend on chat inputs and git push for final deployment.