Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计通过

blog-post-writer博客文章作者

Agent Skill

blog-post-writer 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

470

周安装

20

GitHub Stars

195

下载量

165
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/microck/ordinary-claude-skills --skill blog-post-writer

简介

blog-post-writer 用于将零散思路转化为 Nick Nisi 风格的 polished 博客文章,适合在 Codex、Claude、Cursor、Gemini CLI 中需要快速产出技术叙事内容时使用。

  • 它接受任意脑暴输入并应用特定语调指南:对话感强、具象化、带个人旅程色彩。
  • 使用时无需预先组织材料,系统自动提取要点并构建连贯叙述流。
  • 安装前建议确认是否引用外部参考文件及版权归属说明要求。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Nick Nisi Blog Writer

Transform unstructured brain dumps into polished blog posts that sound like Nick Nisi.

Process

1. Receive the Brain Dump

Accept whatever the user provides:

  • Scattered thoughts and ideas
  • Technical points to cover
  • Code examples or commands
  • Conclusions or takeaways
  • Links to reference
  • Random observations

Don't require organization. The mess is the input.

2. Read Voice and Tone

Load references/voice-tone.md to understand Nick's writing style.

Key characteristics:

  • Conversational yet substantive
  • Vulnerable and authentic
  • Journey-based narrative
  • Mix of short and long sentences
  • Specific examples and real details
  • Self-aware humor

3. Check for Story Potential

Read references/story-circle.md to understand the narrative framework.

Determine if the content fits a story structure:

  • Is there a journey from one understanding to another?
  • Can you identify a problem and resolution?
  • Does it follow: comfort → disruption → return changed?

Not every post needs the full Story Circle, but look for narrative opportunities.

4. Organize Content

Structure the material into sections:

Common structures:

  • Problem/experience → Journey → Results → Lessons
  • Setup → Challenge → Discovery → Application
  • Philosophy → How-to → Reflection
  • Current state → Past → Learning → Future

Choose the structure that fits the content.

5. Write in Nick's Voice

Apply voice characteristics:

Opening:

  • Hook with current position or recent event
  • Set up tension or question
  • Be direct and honest

Body:

  • Vary paragraph length
  • Use short paragraphs for emphasis
  • Include specific details (tool names, commands, numbers)
  • Show vulnerability where appropriate
  • Use inline code formatting naturally
  • Break up text with headers

Technical content:

  • Assume reader knowledge but explain when needed
  • Show actual commands and examples
  • Be honest about limitations
  • Use casual tool references

Tone modulation:

  • Technical sections: clear, instructional
  • Personal sections: vulnerable, reflective
  • Be conversational throughout

Ending:

  • Tie back to opening
  • Forward-looking perspective
  • Actionable advice
  • Optimistic or thought-provoking

6. Review and Refine

Check the post:

  • Does it sound conversational?
  • Is there a clear narrative arc?
  • Are technical details specific and accurate?
  • Does it show vulnerability appropriately?
  • Are paragraphs varied in length?
  • Is humor self-aware, not forced?
  • Does it end with momentum?

Show the post to the user for feedback and iterate.

Voice Guidelines

Do:

  • Write like talking to a peer over coffee
  • Admit uncertainty or being wrong
  • Use specific examples with details
  • Vary sentence and paragraph length
  • Include inline code naturally
  • Show the journey, not just the destination
  • Use humor sparingly and self-aware
  • End with forward momentum

Don't:

  • Use corporate or marketing speak
  • Pretend to have all answers
  • Be preachy or condescending
  • Over-explain basic concepts
  • Force humor or emojis
  • Hide mistakes or uncertainty
  • Write without specific examples

Example Patterns

Opening hooks:

"AI is going to replace developers."

I must have heard that phrase a hundred times in the last year.
I've been thinking a lot about how we use AI in our daily work.

Emphasis through structure:

Then something clicked.

I watched it use rg to search through codebases, just like I would.

Vulnerability:

I won't lie – joining Meta was intimidating.

Technical details:

I watched it use `rg` to search through codebases, just like I would.
It ran `npm test` to verify its changes weren't breaking anything.

Conclusions:

You're not being replaced; you're being amplified.

Bundled Resources

References

  • references/voice-tone.md - Complete voice and tone guide. Read this first to capture Nick's style.
  • references/story-circle.md - Story Circle narrative framework. Check if content fits a story structure.

Workflow Example

User provides brain dump:

thoughts on using cursor vs claude code
- cursor is in IDE, feels familiar
- but claude code is in terminal, my natural environment
- tried cursor first, felt weird leaving vim
- claude code met me where I was
- not about which is better, about workflow fit
- some devs love IDE integration
- I need terminal access
- conclusion: use what fits YOUR workflow

Process:

  1. Read voice-tone.md
  2. Check story-circle.md - yes, there's a journey here
  3. Identify structure: Current tools → Trying Cursor → Finding Claude Code → Realization
  4. Write opening hook about tool debates
  5. Show vulnerability about trying new things
  6. Include specific terminal commands naturally
  7. Conclude with "meet yourself where you are" message
  8. Review for conversational tone and specific details

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

26.2%
按下载量换算43

Codex

21.55%
按下载量换算36

OpenCode

18.08%
按下载量换算30

Antigravity

12.76%
按下载量换算21

windsurf

7.89%
按下载量换算13

Gemini CLI

3.14%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/microck/ordinary-claude-skills --skill blog-post-writer;npx skills add microck/ordinary-claude-skills --skill "blog-post-writer" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills