new-post
星标0
分支0
更新时间2026年1月3日 12:43
Create a new blog post. Use when user says "new post", "新文章", "新增文章", or wants to start writing a new article.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create a new blog post. Use when user says "new post", "新文章", "新增文章", or wants to start writing a new article.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Polish and improve blog post writing. Use when user says "improve writing", "潤飾文章", "改善文筆", "優化文章", or wants writing feedback/editing on a blog post draft.
Deploy the blog to GitHub Pages. Use when user says "deploy", "部署", or wants to publish the blog.
| name | new-post |
| description | Create a new blog post. Use when user says "new post", "新文章", "新增文章", or wants to start writing a new article. |
| allowed-tools | Bash(date:*), Write, Read, AskUserQuestion |
/home/davidleitw/Desktop/davidleitw.github.io/blog/content/post/ 建立新的 markdown 檔案---
title: "{暫定標題}"
date: {當前時間,格式: 2022-01-01T00:00:00+08:00}
author: davidlei
draft: true
tags:
- {tag1}
- {tag2}
categories: ["{category}"]
description: ""
---
## 前言
{在這裡開始寫作}
draft: true 表示這是草稿,不會被 deploydescription 留空,deploy 時會提醒補上linux_fork_01.mddraft 改為 false告訴用戶:
draft: false 並補上 description/deploy 發布