with one click
tech-write
撰写技术博文,结构→草稿→审查→定稿。输出到 博文/{一级}/{二级}/{三级}/{文章}.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
撰写技术博文,结构→草稿→审查→定稿。输出到 博文/{一级}/{二级}/{三级}/{文章}.md
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
AI-powered writing toolkit — Web novel, Short story, Technical blog, Publishing automation / AI 驱动写作工具包 — 网文、短篇、技术博文、发布自动化
纯 AI 生图制作网文封面 & 技术博客封面。网文:600×800 竖版存入 作品信息/。技术博客:800×600 横版存入 博文/{系列}/cover.png。
Publish novel chapters from local Markdown files to the Fanqie Novel writer backend via browser automation. Supports single/batch/scheduled publish with login state persistence.
短篇写作工艺约束层。禁用词 + 过渡词管理。写/审时加载项目级工艺约束.md。
拆解盐选短篇参考文,提取钩子设计、悬念铺设、节奏控制、收束手法等写作模式。触发词:拆这篇、拆解、分析这个短篇、做拆解、帮我把这篇拆了、提取模式
中短篇初始化。定选题→出设定文件→机械门禁→盲审→零问题交付。
| name | tech-write |
| description | 撰写技术博文,结构→草稿→审查→定稿。输出到 博文/{一级}/{二级}/{三级}/{文章}.md |
| allowed-tools | Read Write Grep Bash Agent |
| argument-hint | [文章名] [--draft|--final] |
Python\爬虫\Scrapy,支持 1-3 级)博文/参考文章/ 下的路径)博文/{一级}/{二级}/{三级}/草稿/{文章名}.md博文/{一级}/{二级}/{三级}/已发表/{文章名}.md检查清单:
[草稿] 标记.author/published.json 记录完成时间所有 Mermaid 框图必须严格执行以下规格,与 AI Agent 系列博文风格一致:
graph TD(自上而下)或 graph LR(自左向右),禁止使用 flowchart["中文说明"] 方形节点{"中文条件"} 菱形节点<br/> 换行subgraphpush_back、unique_ptr)每张图末尾加 style 块定义颜色:
fill:#e8f5e9,stroke:#2e7d32fill:#e3f2fd,stroke:#1565c0fill:#fff3e0,stroke:#e65100fill:#f3e5f5,stroke:#7b1fa2graph LR
A["用户输入"] --> B["Agent 处理"]
B --> C{"是否需要工具?"}
C -->|"是"| D["调用工具"]
C -->|"否"| E["直接返回"]
D --> B
E --> F["输出结果"]
style A fill:#e8f5e9,stroke:#2e7d32
style B fill:#e3f2fd,stroke:#1565c0
style C fill:#fff3e0,stroke:#e65100
style D fill:#f3e5f5,stroke:#7b1fa2
style E fill:#e3f2fd,stroke:#1565c0
style F fill:#e8f5e9,stroke:#2e7d32
graph LR
A["指针 A"] --> B["节点 1"]
B --> C["节点 2"]
C --> D["节点 3"]
D --> E["nullptr"]
style A fill:#e8f5e9,stroke:#2e7d32
style B fill:#e3f2fd,stroke:#1565c0
style C fill:#e3f2fd,stroke:#1565c0
style D fill:#e3f2fd,stroke:#1565c0
style E fill:#f3e5f5,stroke:#7b1fa2
博文/
├── 参考文章/{一级}/{二级}/{三级}/{文章}/ ← 拆解参考
└── {一级}/{二级}/{三级}/ ← 正文(草稿+成品混放)
└── {文章名}.md