Agent skill · Documentation

docs-changelog

Write website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes.

LobeHub80,937★ · +310/wk · 1 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add lobehub/lobehub --skill docs-changelog --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: .agents/skills/docs-changelog/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 81,252 · +315 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Docs Changelog Writing Guide ## Scope Boundary (Important) This skill is only for changelog pages in: - `docs/changelog/*.mdx` This skill is **not** for GitHub Releases.\ If the user asks for release PR body / GitHub Release notes, load `../version-release/SKILL.md`. ## Mandatory Companion Skills For every docs changelog task, you MUST load: - `../../../DESIGN.md` (Voice & Content) - `../i18n/SKILL.md` (when EN/ZH pair is involved) ## File and Naming Convention Use date-based file names: - English: `docs/changelog/YYYY-MM-DD-topic.mdx` - Chinese: `docs/changelog/YYYY-MM-DD-topic.zh-CN.mdx` EN and ZH files must exist as a pair and describe the same release facts. ## Frontmatter Requirements Each file should include: ```md --- title: <Title> description: <1 sentence summary> tags: - <Tag 1> - <Tag 2> --- ``` Rules: 1. `title` should match the H1 title in meaning. 2. `description` should be concise and user-facing. 3. `tags` should be feature-oriented, not internal-team labels. ## Content Structure (Recommended) Use this shape unless the user requests otherwise: 1. `# <Title>` 2. Opening paragraph (2-4 sentences): user-visible impact 3. 1-3 capability sections (optional `##` heading

What's inside
Steps it walks through
  1. Scope Boundary (Important)
  2. Mandatory Companion Skills
  3. File and Naming Convention
  4. Frontmatter Requirements
  5. Content Structure (Recommended)
  6. Writing Rules
  7. EN/ZH Synchronization Rules
  8. Length Guidance
  9. Authoring Workflow
  10. Docs Changelog Template (English)
  11. Docs Changelog Template (Chinese)
  12. Quick Checklist
More from lobehub
All skills →
About this skill
What does the docs-changelog skill do?

Write website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes.

How do I install it?

Run `npx skills add lobehub/lobehub --skill docs-changelog --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From lobehub/lobehub, a repository with 81,252 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going