Rédaction d'articles tech pour Zenn

VérifiéSûr

Assistance à la création d'articles de blog technique pour Zenn. Prend en charge plusieurs types d'articles (projet, tutoriel, TIL) et génère des fichiers Markdown avec frontmatter Zenn, en suivant des modèles de structure. Utile pour rédiger et publier rapidement du contenu technique sur Zenn.

Spar Skills Guide Bot
ContenuDébutant
5002/06/2026
Claude Code
#tech-blog#zenn#technical-writing#blog-article#tutorial

Recommandé pour

Notre avis

Ce skill aide à rédiger des articles de blog technique pour Zenn, avec différents types d'articles (projet, tutoriel, TIL) et un workflow structuré.

Points forts

  • Support de plusieurs types d'articles (projet, tutoriel, TIL)
  • Génération automatique du frontmatter Zenn
  • Workflow clair avec collecte d'informations et templates
  • Conseils de rédaction (ton, longueur, structure)

Limites

  • Uniquement pour la plateforme Zenn
  • Dépend du fichier references/templates.md pour les templates
  • Peut ne pas produire de contenu original très spécifique sans assez de contexte
Quand l'utiliser

Utilisez ce skill lorsque vous souhaitez rédiger un article de blog technique structuré pour Zenn, que ce soit pour présenter un projet, expliquer une technologie ou partager un apprentissage.

Quand l'éviter

Ne l'utilisez pas si vous avez besoin d'un article pour une autre plateforme de blog ou si le contenu est non technique.

Analyse de sécurité

Sûr
Score qualité88/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.

Aucun point d'attention détecté

Exemples

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分)
  • トーン: 技術的かつ親しみやすく、断定的に書く
  • 構成: 結論ファースト、背景→課題→解決→まとめ

リファレンス

Skills similaires