Back to list
zlliang

content-authoring

by zlliang

My personal websites — sharing thoughts on programming, life, and everything in between.

3🍴 0📅 Jan 24, 2026

SKILL.md


name: content-authoring description: Guides writing and publishing notes and posts for the tech and days websites. Use when creating, drafting, editing, or shipping blog content, or when reviewing writing style.

Content authoring

Currently the tech and days websites share a similar structure. Here are instructions for the content authoring on both sites.

Content types

  • Notes: Short-form entries in content/notes/[year]/[month]/[day]/[slug].md
  • Posts: Long-form entries in content/posts/[year]/[month]/[day]/[slug].md (drafts in content/posts/drafts/)

Commands

From the repository root:

pnpm new tech note [--category <category>] [title]  # Create note on `tech`
pnpm new tech post [title]                          # Create post draft on `tech`
pnpm ship tech                                      # Ship post on `tech`

pnpm new days note [--category <category>] [title]  # Create note on `days`
pnpm new days post [title]                          # Create post draft on `days`
pnpm ship days                                      # Ship post on `days`

Style guide

There's a detailed writing style guide in style-guide.md. This guide is language-agnostic. Use it proactively when reviewing writing style.

Workflow

  1. Notes: Create → write → remove draft: true → commit
  2. Posts: Create draft → write/polish → pnpm ship → commit

For the detailed workflow, see workflow.md.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon