一键导入
write-juejin-posts
编写掘金风格的技术博客文章。当用户要求撰写掘金文章、博客文章、技术分享文、posts 目录下的文档、或提及"掘金"关键词时使用此技能。约束 YAML 元数据、摘要格式、标题编号、代码块语言、表格对齐等行文规范。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
编写掘金风格的技术博客文章。当用户要求撰写掘金文章、博客文章、技术分享文、posts 目录下的文档、或提及"掘金"关键词时使用此技能。约束 YAML 元数据、摘要格式、标题编号、代码块语言、表格对齐等行文规范。
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
当用户要求在 bug 已经定位并修复后,记录排错经验、事故结论、AI 记忆更新、复盘摘要或本地 MCP 记忆时使用。这个技能只负责沉淀"发生了什么、为什么会发生、如何修好、以后要记住什么",不要把它用于实际修复 bug。
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Archive multiple completed changes at once. Use when archiving several parallel changes.
Continue working on an OpenSpec change by creating the next artifact. Use when the user wants to progress their change, create the next artifact, or continue their workflow.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
| name | write-juejin-posts |
| description | 编写掘金风格的技术博客文章。当用户要求撰写掘金文章、博客文章、技术分享文、posts 目录下的文档、或提及"掘金"关键词时使用此技能。约束 YAML 元数据、摘要格式、标题编号、代码块语言、表格对齐等行文规范。 |
docs/ruan-cat-notes/docs/posts/YYYY-M-D-英文短横杠描述/index.md2026-3-17-use-public-hoist-pattern-in-npmrc/index.md---
juejin: TODO 编写完内容就可以直接发文
desc: 不超过100字的摘要文本,避免空格以增加信息密度
---
---
title: "文章标题"
date: YYYY-MM-DD
categories: ["分类1", "分类2"]
tags: ["标签1", "标签2"]
---
juejin: TODO 编写完内容就可以直接发文juejin 字段的值# 文章标题
> **摘要**:
>
> 摘要正文。此处不受 desc 的 100 字和去空格限制,可以更详细地描述文章内容。
> **AI 协助编写的博客文章**:
>
> 这篇文章有参与 AI 协助的。使用了 AI 润色文章。
## 1. 第一个章节
正文内容……
### 1.1. 子章节
正文内容……
## 2. 第二个章节
正文内容……
## 3. 总结
总结内容……
## 1. 标题、## 2. 标题### 1.1. 标题、### 2.1. 标题所有表格必须使用居中对齐格式:
| 列 A | 列 B | 列 C |
| :--: | :--: | :--: |
| 值 1 | 值 2 | 值 3 |
logjstypescriptbashjson、yaml、ini 等对应语言vue,且必须包含 <template> 标签使用 JSDoc 格式,不使用双斜线注释:
/** 描述内容 */
function example() {}
编写时参考 docs/ruan-cat-notes/docs/posts/ 目录下的已有文章风格。