📄
WritingPython

Ruanzhu

by doccker

Ruanzhu is a Writing skill for Claude Code, published by doccker in cc-use-exp.

1K stars105 forkson doccker/cc-use-expAdded 2026/08/21Repository updated 2026/06/30
antigravityclaude-codecodexcursorgemini-cligithub-copilot
Install in seconds
Install Ruanzhu
Copy Ruanzhu into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/doccker/cc-use-exp/tree/main/skills/ruanzhu ~/.claude/skills/ruanzhu

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/doccker/cc-use-exp.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/ruanzhu/SKILL.md in doccker/cc-use-exp
Installs to
~/.claude/skills/ruanzhu
Collection
One of 23 skills cataloged from this repository
Category
Writing1012 skills

What Ruanzhu does

Ruanzhu generates DOCX source-code documents for software copyright filings when the user runs /ruanzhu or requests a source-code document. It follows a fixed generation workflow and output format.

Ruanzhu is cataloged under Writing on DirSkills. Ruanzhu comes from a repository tagged antigravity, claude-code, codex, cursor and gemini-cli.

Documentation

README

ruanzhu 技能 - 软著源代码DOCX生成

⚠️ 强制执行规则

必须执行以下命令,禁止任何其他操作:

cp ~/.claude/templates/ruanzhu/generate_docx.py ./generate_docx.py && python3 generate_docx.py $ARGUMENTS && rm generate_docx.py

禁止事项

  • ❌ 自行编写生成脚本
  • ❌ 在项目中创建任何 .py 文件
  • ❌ 检测 python-docx 是否安装
  • ❌ 创建 venv 或手动安装依赖
  • ❌ 搜索项目中的文件
  • ❌ 执行项目中已有的任何脚本

唯一允许的操作

✅ 执行上面的 bash 命令(一条命令,用 && 连接)

执行后状态

  • ✅ 生成 docs/ruanzhu/{软件名称}{版本}-源代码.docx
  • ✅ 使用 --different 时,生成 {软件名称}{版本}-源代码-2.docx(编号递增)
  • ✅ 项目中不应有任何新增的 .py 文件
  • ✅ 临时脚本 ./generate_docx.py 已被删除

参考信息(仅供了解,不要自行实现)

以下内容已由 generate_docx.py 脚本实现,不需要手动处理

项目信息检测

按优先级读取项目名称和版本:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Ruanzhu

  • What else does doccker publish alongside Ruanzhu?

    Ruanzhu is one of 23 skills that DirSkills catalogs from doccker/cc-use-exp, the repository it ships in. Its siblings there include API Design Safety, Api Design Safety and Api Proxy Safety. Each one is a separate skill with its own page in this directory, installs the same way Ruanzhu does, and is maintained by doccker in that same repository. The rest of the collection is listed on the doccker/cc-use-exp page.

  • How does Ruanzhu compare to other Writing skills?

    Ruanzhu ranks #445 by stars among the 1012 Writing skills in this catalog. The most-starred ones next to it are Article Writing, Social Media Content Calendar and Knowledge Comic Creator. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Ruanzhu against them. Open each page to compare what they document and how they install.

More from doccker/cc-use-exp

Ruanzhu is one of 23 skills cataloged on DirSkills from doccker/cc-use-exp.

See all 23 skills
🛡️
1w ago

API Design Safety

API Design Safety helps you design REST API responses and generated outputs with consistent field semantics, null handling, and status codes. It also checks required fields before exporting files or sending downstream payloads to avoid silent failures.
Quality
1K105
🧩
1w ago

Api Design Safety

Api Design Safety helps prevent REST API response design mistakes such as field mix-ups, ambiguous return types, and inconsistent empty values. Use it when designing or changing API responses and handling returned data.
AI Engineering
1K105
🛡️
1w ago

Api Proxy Safety

Api Proxy Safety defines safe keyword matching for gateways, proxies, WAFs, and CDNs so normal content is not misclassified as an error. It is used when implementing heuristic checks for response bodies, status codes, and error schemas.
DevOps
1K105
1w ago

Async Task Pattern

Async Task Pattern provides a standard triggerAsync/getStatus flow for operations that may run longer than 10 seconds. Use it for batch processing, remote API fan-out, or scans that would otherwise time out or be triggered twice.
Automation
1K105
🐚
1w ago

Bash Style

Bash Style provides shell scripting and command-writing conventions for .sh files, Dockerfiles, Makefiles, YAML, and Markdown bash blocks. Use it to format commands, heredocs, file writes, permissions, and script safety.
Writing
1K105
🧩
1w ago

Code Quality Principles

Code Quality Principles provides a checklist for modular design, refactoring, and code review. Use it to assess module size, call depth, fan-in/fan-out, boundaries, scope cohesion, and predictability.
Quality
1K105