ruanzhu

Generate a DOCX document with software copyright source-code information via a Python script.

1.0k|102|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/doccker/cc-use-exp --skill ruanzhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ruanzhu
Source: https://github.com/doccker/cc-use-exp/tree/main/.claude/skills/ruanzhu
Command: npx skills add https://github.com/doccker/cc-use-exp --skill ruanzhu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能在请求生成软著源代码文档时,自动将关键信息整理并输出为符合规范的 DOCX 文件,减少手动排版与格式一致性的成本。

Core Features & Use Cases

  • 自动生成软著源代码文档的 DOCX,包含软件名称、版本等元信息。
  • 保持文档格式与规范的一致性,便于提交软著申请和归档管理。
  • Use Case: 当需要为新软件申请软件著作权时,通过 /ruanzhu 命令快速生成完整的源代码文档。

Quick Start

执行以下命令来生成 DOCX: cp ~/.claude/templates/ruanzhu/generate_docx.py ./generate_docx.py && python3 generate_docx.py <软件名称> <版本> && rm generate_docx.py

Frequently Asked Questions about ruanzhu

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a software copyright source code document in DOCX format?

To generate a software copyright DOCX, execute the predefined Python script via command line, passing the software name and version as arguments to output a formatted DOCX file.

What is the best way to automate software copyright documentation for compliance workflows?

Automating software copyright documentation involves running a CLI command that triggers a Python script to compile metadata and source code into a standardized DOCX, ensuring consistent formatting for compliance.

Do I need a Python runtime to generate software copyright DOCX files?

Yes, you need a Python runtime installed locally to execute the generation script that parses input data and formats it into the standardized software copyright DOCX document.

How to generate a compliant DOCX for software copyright applications step by step?

Copy the template Python script to your directory, run it with the software name and version arguments to produce the DOCX, then remove the script to complete the software copyright application preparation.

Can I use CLI to automate source code documentation for legal compliance?

Yes, you can use CLI to invoke a Python script that automatically collects software metadata and formats it into a compliant DOCX document for legal copyright submission.

What information is required to generate a software copyright DOCX?

Generating a software copyright DOCX requires the software name and version as input arguments, which the Python script uses to populate the standardized document metadata.