Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

blog-planner博客策划者

Agent Skill

blog-planner 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

915

周安装

37

GitHub Stars

10,065

下载量

287
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:blog-planner(博客策划者)
来源仓库:https://github.com/electric-sql/electric
仓库路径:skills/blog-planner
安装命令:
npx skills add https://github.com/electric-sql/electric --skill blog-planner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/electric-sql/electric --skill blog-planner

简介

blog-planner 用于规划博客文章结构与内容草稿,适合在 Codex、Claude、Cursor、Gemini CLI 中需要系统化撰写技术博客时使用。

  • 它基于预设模板生成 markdown 文件,直接写入指定目录供后续扩展。
  • 使用时可提供现有材料作为上下文,但大纲结构由格式决定而非输入内容。
  • 安装前建议确认目标目录写权限及是否会覆盖已有文件。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Blog Planner

Plan and outline blog posts for the Electric blog. The output is a draft markdown file placed directly in website/blog/posts/ with published: false. The author works through the outline in place, expanding compressed bullets into prose and swapping in assets.

Invocation

/blog-planner [optional: path to existing draft or reference material]

If the user provides a path to existing material (drafts, docs, PRDs, notes), read it for context and content. Understand what it contains but do not over-index on its structure — the outline's structure comes from the chosen format, not the source material.

Authoring flow

Work through these phases in order. Ask one question at a time. Be clear, honest, and useful. Don't gamify the questioning or perform — add value and get out of the author's way.

Phase 1: Intake

Understand the raw idea.

  • What is the post about?
  • Who is the author? (Use author keys from the Electric blog: thruflo, kyle, samwillis, icehaunter, balegas, oleksii, purva)
  • Is there existing material to reference? (Drafts, PRDs, RFCs, demos, PRs, docs.) If so, read it now.

Phase 2: Sharpen intent

Nail down why this post deserves to exist. Push until each answer is crisp.

  • What is this post about? — One sentence.
  • What's interesting about it? — Why would the reader care? What's the hook?
  • What's the reader takeaway? — After reading, what does the reader know or believe that they didn't before?
  • What are the CTAs / next steps? — What should the reader do after reading?
  • Why are we / the author the right people to write this? — What authority or experience makes this credible?

These answers form the Intent block in the output file's meta section.

Phase 3: Choose format

Based on the intent, recommend one of the three formats and confirm with the author. If the author picks a format, use that format — don't second-guess.

FormatWhen to use
Pyramid PrincipleYou have a clear point to make and need to build a logical argument. Good for technical explanations, "how we built X", opinion pieces with substance.
Best Sales DeckYou're introducing a concept or paradigm shift. A narrative flow that names a big change in the world, shows winners and losers, teases the promised land, and introduces the solution. Good for product launches that represent a category shift, thought leadership.
Release PostYou shipped something. Communicate it clearly. The workhorse format for incremental releases and new features. Always be shipping.

Once confirmed, load the corresponding reference file from references/.

Phase 4: Draft the outline

Produce the section-level outline per the chosen format.

  • Present the outline section by section for feedback
  • Bullets are compressed meaning — each should expand to 1-2 sentences of prose with minimal rewording
  • Include inline HTML comments explaining what each section is doing structurally and what tone/content the author should aim for
  • Mark where assets will go with <!-- ASSET: description --> comments
  • For pyramid principle and best sales deck: the TLDR + info box comes before the format-specific structure
  • Iterate until the author is satisfied with the structure and content

Writing style for outline bullets:

  • Compressed, direct, specific
  • Each bullet carries one clear idea
  • Bullets often combine into fresh prose because they are compressed expressions of meaning — optimise for this
  • Avoid: "robust", "scalable", "flexible", "leverage", "ecosystem", "game-changing", "revolutionary" — say what you actually mean
  • No LLM tells — no "it's worth noting", "importantly", "in conclusion", "let's dive in", "at its core", "in today's landscape"

Phase 5: Ethos / creative angle

For pyramid principle and best sales deck formats only.

Draw out the author's personal angle:

  • Is there a specific moment, experience, or anecdote that makes this real?
  • Is there a creative framing that makes the setup more vivid?

Weave this into the outline bullets for the Situation/Complication (pyramid) or Big Change (best sales deck) sections. Annotate with comments explaining how the creative element works structurally. This is done now, not left to the author to figure out during prose-up.

Phase 6: Evaluate

Assess whether the outline delivers on the intent from Phase 2.

  • Does the structure serve the point of the post?
  • Does the logic hold? (Informal — does it hang together, not a PhD defence)
  • Are there gaps or weak sections?
  • Would the reader reach the intended takeaway by following the outline?
  • Is the hook strong enough?

Raise any issues and iterate with the author.

Phase 7: Fill in the meta

Return to the footer meta section. Draft briefs for:

  • Title brief — Direction for the final title. Titles use sentence case, not Title Case.
  • Description brief — For SEO. No HTML. What should it convey?
  • Excerpt brief — For the blog listing card. Max 3 short sentences. Match word length of existing post excerpts for consistent listing display.
  • Image prompt — See image brief guidelines below. If a detailed image brief is needed, suggest the author use the /blog-image-brief command.
  • Open questions — Anything unresolved.

Phase 8: Gather assets

Now that the outline is solid, inventory the assets needed:

  • Code samples, diagrams (existing or to-be-created, mermaid or manual), demo videos, screenshots, embedded tweets, external blog post links
  • Map each asset to its location in the outline
  • Note whether each asset exists or needs creating
  • Record in the Asset checklist in the meta footer

Phase 9: Write the file

Save the outline to website/blog/posts/YYYY-MM-DD-slug.md.

  • Use today's date for the filename prefix
  • Derive the slug from the working title (kebab-case)
  • Set published: false in frontmatter
  • Use ... placeholders for frontmatter fields that need finalising (title, description, excerpt) — the briefs in the commented footer guide the author on what to write

Output format

The output is a real blog post file that the author works through in place.

Frontmatter

---
title: '...'
description: >-
  ...
excerpt: >-
  ...
authors: [author-key]
image: /img/blog/slug/header.jpg
tags: [...]
outline: [2, 3]
post: true
published: false
---

Use ... for title, description, and excerpt. These get filled in by the author using the briefs in the meta footer. Tags can be populated from the intent discussion.

Body structure

All formats follow this pattern:

  1. TLDR opener — 1-2 short paragraphs stating what this is and why it matters. Compressed, no setup, no marketing tone. Technical audience wants the point immediately. Followed by an info box with key links.
  2. Format-specific body — Section structure per the chosen format reference. Inline HTML comments guide the author on each section's purpose and tone.
  3. Next steps — CTAs, links, what to do now.
  4. `*` separator**
  5. Commented meta footer — Intent, title brief, description brief, excerpt brief, image prompt, asset checklist, open questions. Prefixed with instruction to delete before publishing.

Inline comments

Use HTML comments for:

  • Structural guidance: What this section is doing in the format's logic
  • Tone direction: How the author should write this section
  • Asset markers: <!-- ASSET: description --> where assets go
  • Author notes: Specific instructions for expanding particular bullets

Comments don't render in markdown and the author deletes them as they prose up each section.

Typesetting guidelines

Include these as a checklist in the meta footer:

  • Use non-breaking spaces (` in HTML, \u00A0` in frontmatter) and non-breaking hyphens where appropriate to avoid widows and orphans
  • Titles MUST use sentence case, not Title Case
  • Check title, image, and general post at different screen widths
  • Avoid LLM tells: "it's worth noting", "importantly", "in conclusion", "let's dive in", "at its core", "in today's landscape"

Reference blog posts

Existing posts by Electric authors that exemplify good execution. Use these to calibrate tone, structure, and quality.

Pyramid principle / narrative:

Best sales deck / concept:

Release post:

Image brief (quick version)

For a quick image direction, note in the meta footer:

  • Subject/concept for the image
  • Aspect ratio: 16:9 to 16:10 (target ~1536x950px)
  • Master as high-quality JPG
  • Center-center composition — key content in inner frame (responsive cropping will cut edges)
  • Brand colors: #D0BCFF (purple), #00d2a0 (green), #75fbfd (cyan), #F6F95C (yellow), #FF8C3B (orange)
  • Dark theme background
  • Site uses OpenSauceOne font

For a detailed image brief with reference image analysis and a full ChatGPT DALL-E prompt, use the /blog-image-brief command separately.

Review

Once the author has prosed up the outline, use /blog-review to review the draft against the outline, format, and execution guidelines.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.52%
按下载量换算99

Claude

29.99%
按下载量换算86

Cursor

16.71%
按下载量换算48

Gemini CLI

8.8%
按下载量换算25

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills