By funnywolf
Plugin that provides the zh-review skill for revising Chinese documentation.
这是一个用于存放 Claude Code marketplace plugin 的仓库,用来提供基于中文文档规范的可复用 plugin 与 skill。
项目总是需要写手册和文档,document-style-guide 非常好,但是开始使用时总是记不住(你会发现这段话其实就有不符合规范的地方...),所以写一个skill帮助我对写好的文件进行review,这样写的时候可以随便写(可能后续写熟了就能符合规范了吧....),然后claude code review改一下完事~~~ 哈哈 ~~~
当前仓库包含:
document-style-guidezh-reviewzh-review 可以直接处理:
当输入是目录时,它会递归处理:
.
├─ .claude-plugin/
│ └─ marketplace.json
├─ plugins/
│ └─ document-style-guide/
│ ├─ .claude-plugin/
│ │ └─ plugin.json
│ └─ skills/
│ └─ zh-review/
│ ├─ SKILL.md
│ └─ reference/
│ ├─ marks.md
│ ├─ number.md
│ ├─ paragraph.md
│ ├─ reference.md
│ ├─ structure.md
│ ├─ text.md
│ └─ title.md
├─ RELEASE_CHECKLIST.md
└─ README.md
使用 skill 时,传入一个文件或目录即可:
/document-style-guide:zh-review docs/
/document-style-guide:zh-review docs/intro.md
/document-style-guide:zh-review src/example.py
reference/ 中的规范直接修改。SKILL.md 只保存执行行为与边界。plugins/document-style-guide/skills/zh-review/reference/ 中。本仓库中的 reference/ 规范整理自:
本仓库的作用是将这些规范封装为可在 Claude Code 中使用的 plugin skill。
reference/ 内容,应继续保留来源说明。A Claude Code marketplace repository for revising Chinese documentation with a reusable plugin and skill.
This repository currently contains:
document-style-guidezh-reviewzh-review directly revises:
When given a directory, it recursively processes:
.
├─ .claude-plugin/
│ └─ marketplace.json
├─ plugins/
│ └─ document-style-guide/
│ ├─ .claude-plugin/
│ │ └─ plugin.json
│ └─ skills/
│ └─ zh-review/
│ ├─ SKILL.md
│ └─ reference/
│ ├─ marks.md
│ ├─ number.md
│ ├─ paragraph.md
│ ├─ reference.md
│ ├─ structure.md
│ ├─ text.md
│ └─ title.md
├─ RELEASE_CHECKLIST.md
└─ README.md
Invoke the skill with a file or a directory:
/document-style-guide:zh-review docs/
/document-style-guide:zh-review docs/intro.md
/document-style-guide:zh-review src/example.py
SKILL.md contains execution behavior and boundaries.plugins/document-style-guide/skills/zh-review/reference/.The writing rules in reference/ are derived from:
This repository repackages those rules for use inside a Claude Code plugin skill.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agentic SOC Platform integration for Claude Code
Internal red team assessment and threat simulation workflows for a remote Viper MCP server.
Agentic SOC Platform plugin for Claude Code
npx claudepluginhub funnywolf/document-style-guide-skill --plugin document-style-guideWriting style enforcement hooks and AI trope detection
Documentation review, cleanup, and generation with AI slop detection, style learning, and human-quality writing enforcement
General-purpose utility skills for documentation, writing, and project maintenance
Documentation and authoring workflow router: audit docs vs code drift, sync docs after changes, optimize prompts and SKILL.md files, validate GLFM and Markdown formatting, summarize files/URLs/images with fidelity enforcement. Use when: docs are out of date, CLAUDE.md needs improving, SKILL.md needs optimizing, checking if documentation matches code, summarizing files or URLs.
Cross-references docs against actual source. Flags drift, missing params, dead references.
Markdownドキュメントの文章校正。ガイドラインに基づいて文体の問題を検出し、修正案を提示する。