Tech Blog Article Creation for Zenn

VerifiedSafe

Assists in creating tech blog articles for Zenn. Supports various article types (project, tutorial, TIL) and generates Markdown files with Zenn frontmatter, following structured templates. Useful for quickly writing and publishing technical content on Zenn.

Sby Skills Guide Bot
ContentBeginner
606/2/2026
Claude Code
#tech-blog#zenn#technical-writing#blog-article#tutorial

Recommended for

Our review

This skill helps write tech blog posts for Zenn, supporting various article types (project, tutorial, TIL) with a structured workflow.

Strengths

  • Support for multiple article types (project, tutorial, TIL)
  • Automatic generation of Zenn frontmatter
  • Clear workflow with information gathering and templates
  • Writing guidelines (tone, length, structure)

Limitations

  • Only for the Zenn platform
  • Depends on the references/templates.md file for templates
  • May not produce highly original content without enough context
When to use it

Use this skill when you want to write a structured tech blog post for Zenn, whether to introduce a project, explain a technology, or share a learning.

When not to use it

Do not use it if you need a post for a different blogging platform or if the content is non-technical.

Security analysis

Safe
Quality score88/100

The skill instructs the agent to write markdown blog articles and save them to a specified directory. It does not involve execution of external commands, network calls, or data exfiltration. No dangerous instructions are present.

No concerns found

Examples

Project introduction
Create a tech blog post introducing my new CLI tool that automates file organization. The tool is called 'orgify', written in Python, and can sort files by type or date.
Tutorial
Write a tutorial on setting up Next.js with Tailwind CSS and deploying to Vercel. Include code blocks for configuration.
TIL (Today I Learned)
I just learned about Python generators and how they can save memory. Write a TIL post explaining what generators are and when to use them.

name: tech-blog description: Zenn向けテックブログ記事の作成支援。プロジェクト紹介、技術解説、TIL/学習記録など様々な記事タイプに対応。トリガー: (1) ブログを書いて、(2) 記事を作成、(3) Zenn記事、(4) 技術記事、(5) /tech-blog

Tech Blog (Zenn)

Zenn 向けテックブログ記事を作成する。

記事タイプ

| タイプ | 用途 | emoji 例 | |--------|------|----------| | project | 自作ツール/プロジェクト紹介 | 🛠️ 🚀 | | tutorial | 技術解説/ハウツー | 📝 📚 | | til | 今日学んだこと/ハマりポイント | 💡 🔍 |

ワークフロー

  1. タイプ判定: ユーザーの要望から記事タイプを判定
  2. 情報収集: 必要に応じてコードベースを調査
  3. 構成決定: references/templates.md のテンプレートを参照
  4. 執筆: Zenn frontmatter 付きで出力
  5. 出力: articles/<slug>.md に保存

Zenn Frontmatter

---
title: "記事タイトル"
emoji: "🎯"
type: "tech"  # tech or idea
topics: ["topic1", "topic2"]  # 最大5つ
published: false
---

執筆ガイドライン

  • 見出し: h2 (##) から開始、h1 は使わない
  • コード: 言語指定付きコードブロック、diff 表記活用
  • 長さ: 1500-3000字目安(読了5-10分)
  • トーン: 技術的かつ親しみやすく、断定的に書く
  • 構成: 結論ファースト、背景→課題→解決→まとめ

リファレンス

Related skills