new-post
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
Create New Blog Post
Process
- 詢問用戶文章主題或內容方向
- 根據用戶輸入生成暫定標題和檔名
- 詢問用戶想要的 tags(可選)
- 在
/home/davidleitw/Desktop/davidleitw.github.io/blog/content/post/建立新的 markdown 檔案
Template
---
title: "{暫定標題}"
date: {當前時間,格式: 2022-01-01T00:00:00+08:00}
author: davidlei
draft: true
tags:
- {tag1}
- {tag2}
categories: ["{category}"]
description: ""
---
## 前言
{在這裡開始寫作}
Notes
draft: true表示這是草稿,不會被 deploydescription留空,deploy 時會提醒補上- 檔名建議使用英文小寫加底線,例如
linux_fork_01.md - 當用戶準備發布時,將
draft改為false
After creation
告訴用戶:
- 檔案已建立的路徑
- 可以開始編輯內容
- 完成後記得將
draft: false並補上description - 使用
/deploy發布
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Process
詢問用戶文章主題或內容方向 根據用戶輸入生成暫定標題和檔名 詢問用戶想要的 tags(可選)
Template
Template
前言
{在這裡開始寫作}
Notes
draft: true 表示這是草稿,不會被 deploy description 留空,deploy 時會提醒補上 檔名建議使用英文小寫加底線,例如 linuxfork01.md
After creation
告訴用戶: 檔案已建立的路徑 可以開始編輯內容
# Create New Blog Post
## Process
1. 詢問用戶文章主題或內容方向
2. 根據用戶輸入生成暫定標題和檔名
3. 詢問用戶想要的 tags(可選)
4. 在 `/home/davidleitw/Desktop/davidleitw.github.io/blog/content/post/` 建立新的 markdown 檔案
## Template
```yaml
---
title: "{暫定標題}"
date: {當前時間,格式: 2022-01-01T00:00:00+08:00}
author: davidlei
draft: true
tags:
- {tag1}
- {tag2}
categories: ["{category}"]
description: ""
---
## 前言
{在這裡開始寫作}
```
## Notes
- `draft: true` 表示這是草稿,不會被 deploy
- `description` 留空,deploy 時會提醒補上
- 檔名建議使用英文小寫加底線,例如 `linux_fork_01.md`
- 當用戶準備發布時,將 `draft` 改為 `false`
## After creation
告訴用戶:
- 檔案已建立的路徑
- 可以開始編輯內容
- 完成後記得將 `draft: false` 並補上 `description`
- 使用 `/deploy` 發布 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Process → Template → 前言 → Notes → After creation
terms -> 1. 詢問用戶文章主題或內容方向 2.
files/cmd -> /home/davidleitw/Desktop/davidleitw.github.io/blog/content/post/ · draft: true · description · linuxfork01.md · draft · false · draft: false · /deploy
body sha256 -> 819eafb04325
Decide Fit First
Design Intent
How To Use It
Boundaries And Review