🔍 静态博客热门技能
数据来源:skills.sh | 更新时间:2026-03-20
📊 搜索概览
关键词
找到技能数
最高安装量
static blog
5
34
static site
6
56
blog writing
6
5.6K
content writing
6
822
nextjs blog
4
61
markdown
4
10.7K
seo writing
4
1.6K
🏆 顶级热门技能推荐
1️⃣ Technical Blog Writing ⭐⭐⭐⭐⭐
功能 : 通过 inference.sh CLI 撰写开发者导向的技术博客
核心能力
✅ 5 种博客类型支持(教程、深度解析、事故报告、基准对比、架构设计)
✅ 技术写作规则与最佳实践
✅ 代码示例规范
✅ 图表生成(架构图、基准图)
✅ 多平台分发指南
博客类型与字数
类型
字数
结构
Tutorial/How-To
1,500-3,000
步骤教学,含代码示例
Deep Dive/Explainer
2,000-4,000
深度概念解析
Postmortem/Incident
1,500-2,500
事故报告与复盘
Benchmark/Comparison
1,500-2,500
数据驱动对比
Architecture/System Design
2,000-3,500
架构设计说明
理想博客结构 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 # Title (包含主关键词,说明结果) [Hero image or diagram]**TL;DR:** [2-3 句摘要与关键结论]## The Problem / Why This Matters [说明为什么读者应该关心]## The Solution / How We Did It [核心内容 — 代码、架构、解释]## Results [具体数字、基准、结果]## Trade-offs and Limitations [诚实说明缺点]## Conclusion [关键结论 + 下一步]
写作规则
✅ 推荐
❌ 避免
直接表达:”Use connection pooling”
空话:”In today’s fast-paced world…”
承认权衡:”This adds complexity”
说教:”As we all know…”
具体数字:”reduced p99 from 800ms to 90ms”
轻蔑:”Simply do X” / “It’s easy to…”
使用 “we” 表示团队决策
营销语言
安装命令 1 npx skills add inferen-sh/skills@technical-blog-writing -g -y
2️⃣ Blog Post Writing (LangChain) ⭐⭐⭐⭐
功能 : LangChain 官方博客写作技能,强制要求研究先行 + 封面图生成
核心流程 1 2 3 4 5 6 7 8 9 10 11 1. 研究阶段 (必需) └→ 使用 subagent_type="researcher" 进行研究 └→ 保存到 research/[slug].md 2. 写作阶段 └→ 读取研究结果 └→ 撰写博客文章 3. 封面图生成 (必需) └→ 使用 generate_cover 工具 └→ 保存到 blogs/<slug>/hero.png
博客结构
Hook (开头) : 2-3 句引人注目的问题/数据/陈述
Context (问题) : 说明为什么这个主题重要
Main Content (解决方案) : 3-5 个 H2 章节
Practical Application : 步骤说明 + 代码片段
Conclusion & CTA : 3 点总结 + 明确行动号召
SEO 考虑
✅ 标题和首段包含主关键词
✅ 关键词自然出现 3-5 次
✅ 标题少于 60 字符
✅ Meta 描述 150-160 字符
安装命令 1 npx skills add langchain-ai/deepagents@blog-post -g -y
3️⃣ Sentry Blog Writing Guide ⭐⭐⭐⭐⭐
功能 : Sentry 官方博客写作标准 enforcement
Sentry 声音
像一个高级开发者在会议后的派对上解释他们真正兴奋的东西 — 聪明、具体、有点叛逆、深度知识渊博。
禁止使用的语言
禁止
替代方案
“We’re excited/thrilled to announce”
直接宣布
“Best-in-class” / “industry-leading”
展示,不要说
“Seamless” / “seamlessly”
没有什么天衣无缝
“Empower” / “leverage” / “unlock”
说实际意思
好的开头示例
✅ “Two weeks before launch, we killed our entire metrics product. Here’s why pre-aggregating time-series metrics breaks down for debugging, and how we rebuilt the system from scratch.”
❌ “At Sentry, we’re always looking for ways to improve the developer experience. Today, we’re thrilled to share some exciting updates to our metrics product that we think you’ll love.”
安装命令 1 npx skills add getsentry/skills@blog-writing-guide -g -y
4️⃣ Content Marketing ⭐⭐⭐⭐
功能 : 基于 23 位产品领导者的框架(Notion、First Round、The Pragmatic Engineer)
核心原则
验证搜索需求 : “If people aren’t asking this question to Google, you can write all the content you want, it doesn’t matter”
创建内容 - 市场匹配 : “What is it that they need to get promoted? What is it that they need to avoid failure?”
内容必须是止痛药 : “Painkillers always win. Can your content be a painkiller?”
直接 + 人声 : 第一人称,真实的人类声音
结束 Google 搜索 : 读者读完你的内容后不需要再搜索
投资常青资产 : 花时间重写旧文章和新文章一样重要
一致性胜过制作价值 : 重要的是开始并每天坚持
AI 辅助,非 AI 生成 : 未来是 AI 辅助,但不是 100% AI 生成
安装命令 1 npx skills add refoundai/lenny-skills@content-marketing -g -y
🛠️ 静态网站/博客框架技能
5️⃣ Hexo 博客更新
功能 : Hexo 博客文章创建、编辑、预览、发布
标准工作流程 1 2 3 4 5 6 7 8 9 10 hexo new post "文章标题" hexo server npm run release-blog
安装命令 1 npx skills add dqz00116/skill-lib@hexo-blog-update -g -y
6️⃣ Hexo 主题开发
功能 : Hexo 主题开发完整指南
主题结构 1 2 3 4 5 6 theme/ ├── _config.yml ├── languages/ ├── layout/ ├── scripts/ └── source/
六种核心模板
模板
说明
备援
index
首页(必需)
-
post
文章页面
index
page
独立分页
index
archive
归档页面
index
category
分类归档
archive
tag
标签归档
archive
安装命令 1 npx skills add hsiangfeng/hexo-skills@hexo-theme-development -g -y
📝 Markdown 处理技能
7️⃣ Markdown 转换系列 (jimliu/baoyu-skills)
技能
安装量
功能
baoyu-danger-x-to-markdown
10.7K
Twitter/X 内容转 Markdown
baoyu-url-to-markdown
10.7K
URL 转 Markdown
baoyu-markdown-to-html
10.6K
Markdown 转 HTML
baoyu-format-markdown
9.2K
Markdown 格式化
安装命令 1 2 npx skills add jimliu/baoyu-skills@baoyu-url-to-markdown -g -y npx skills add jimliu/baoyu-skills@baoyu-markdown-to-html -g -y
🔍 SEO 内容写作技能
8️⃣ SEO Content Writer
安装命令 1 npx skills add aaron-he-zhu/seo-geo-claude-skills@seo-content-writer -g -y
📋 推荐安装组合
🎯 技术博客写作套装 1 2 3 4 5 6 7 8 npx skills add inferen-sh/skills@technical-blog-writing -g -y npx skills add langchain-ai/deepagents@blog-post -g -y npx skills add getsentry/skills@blog-writing-guide -g -y
📊 内容营销套装 1 2 3 4 5 npx skills add refoundai/lenny-skills@content-marketing -g -y npx skills add aaron-he-zhu/seo-geo-claude-skills@seo-content-writer -g -y
🏗️ 静态博客技术栈 1 2 3 4 5 6 npx skills add dqz00116/skill-lib@hexo-blog-update -g -y npx skills add jimliu/baoyu-skills@baoyu-url-to-markdown -g -y npx skills add jimliu/baoyu-skills@baoyu-markdown-to-html -g -y
💡 选择指南
需求
推荐技能
安装量
技术博客写作
technical-blog-writing
5.6K
完整博客工作流
blog-post (LangChain)
435
高质量标准
blog-writing-guide (Sentry)
177
内容营销策略
content-marketing
822
SEO 优化
seo-content-writer
1.6K
Hexo 博客
hexo-blog-update
5
Markdown 处理
baoyu-url-to-markdown
10.7K
🔗 相关资源
作者 :iomelons博客 :https://iomelons.github.io