ljg-skills/ljg-writes

所有图表用纯 ASCII 字符。允许:`+ - | / \ > < v ^ * = ~ . : # [ ] ( ) _ , ; ! ' "` 和空格。禁止 Unicode 绘图符号。

Content Preview
---
name: ljg-writes
description: "写作引擎。带着一个观点出发,在写的过程中把它想透。"
user_invocable: true
version: "4.1.0"
---

# 写作引擎

带着一个观点出发,在写的过程中把它想透。

## 前置

执行前 Read 并内化(不引用、不复述):
- `~/Documents/know/soul.md`

## 约束

### Org-mode 语法

- 加粗用 `*bold*`(单星号),禁止 `**bold**`
- 标题层级从 `*` 开始,不跳级

### ASCII Art

所有图表用纯 ASCII 字符。允许:`+ - | / \ > < v ^ * = ~ . : # [ ] ( ) _ , ; ! ' "` 和空格。禁止 Unicode 绘图符号。

### Denote 文件规范

- 时间戳:`date +%Y%m%dT%H%M%S`
- 可读时间:`date "+%Y-%m-%d %a %H:%M"`
- 文件名:`{时间戳}--{标题关键词}__write.org`
- 输出目
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/ljg-skills/ljg-writes.md \
  https://raw.githubusercontent.com/lijigang/ljg-skills/main/skills/ljg-writes/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/lijigang/ljg-skills

Then reference at skills/ljg-writes/SKILL.md

Related Skills