Zenn記法・フロントマター仕様・レビュー基準のクイックリファレンス。 Zennの記事や書籍を執筆・レビューする際に参照する。 トリガー: 「Zennの記事をレビューして」「フロントマターの書き方」「Zenn記法を教えて」 「書籍のconfig.yamlの仕様」「レビュー基準を確認したい」「Zennの構文チェック」 「:::messageの使い方」「topicsの指定方法」「記事のフロントマター」
From zenn-reviewnpx claudepluginhub utakatakyosui/c2lab --plugin zenn-reviewThis skill uses the workspace's default tool permissions.
review-criteria.mdzenn-frontmatter.mdzenn-syntax.mdGuides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
| 種別 | パス | 説明 |
|---|---|---|
| 記事 | articles/<slug>.md | 個別の技術記事(slug: a-z0-9, ハイフン, アンダースコア, 12〜50文字) |
| 書籍 | books/<slug>/ | 書籍ディレクトリ |
| 書籍設定 | books/<slug>/config.yaml | 書籍メタデータ |
| チャプター | books/<slug>/<chapter>.md | 各章(ファイル名またはconfig.yamlのchaptersで順序制御) |
---
title: "記事タイトル" # 必須: 60文字以内推奨
emoji: "😊" # 必須: 絵文字1つ
type: "tech" # 必須: "tech" | "idea"
topics: ["topic1", "topic2"] # 必須: 1〜5個、小文字英数字・ハイフン
published: true # 必須: true | false
publication_name: "my-publication" # 任意: パブリケーションのslug
published_at: "2024-01-15 09:00" # 任意: 公開日時(YYYY-MM-DD HH:MM, JST)
---
title: "書籍タイトル" # 必須
summary: "概要" # 必須: 200文字以内推奨
topics: ["topic1"] # 必須: 1〜5個
published: true # 必須
price: 0 # 必須: 0(無料)| 200〜5000(100円単位)
chapters: # 任意: 章の順序指定
- intro
- chapter1
| 構文 | 用途 |
|---|---|
:::message | 情報メッセージ |
:::message alert | 警告メッセージ |
:::details タイトル | アコーディオン |
$$ ... $$ | 数式(KaTeX) |
@[youtube](VIDEO_ID) | YouTube埋め込み |
@[card](URL) | リンクカード |
```diff | diff表示コードブロック |
^[脚注の内容] | インライン脚注 |