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
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.
Do not use it if you need a post for a different blogging platform or if the content is non-technical.
Security analysis
SafeThe 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
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.Write a tutorial on setting up Next.js with Tailwind CSS and deploying to Vercel. Include code blocks for configuration.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 | 今日学んだこと/ハマりポイント | 💡 🔍 |
ワークフロー
- タイプ判定: ユーザーの要望から記事タイプを判定
- 情報収集: 必要に応じてコードベースを調査
- 構成決定: references/templates.md のテンプレートを参照
- 執筆: Zenn frontmatter 付きで出力
- 出力:
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分)
- トーン: 技術的かつ親しみやすく、断定的に書く
- 構成: 結論ファースト、背景→課題→解決→まとめ
リファレンス
- テンプレート: references/templates.md - 記事タイプ別の構成テンプレート
Content Repurposer
Content
Transforms a single piece of content into platform-adapted publications.
SEO Blog Post Writer
Content
Writes SEO-optimized blog posts with proper structure and keywords.
YouTube Script Writer
Content
Writes engaging YouTube scripts with hooks, structure, and retention.