Генерация документов для регистрации авторских прав на ПО в Китае
★ 7.2 · vibe-coding
softcopyright is a Claude Code skill that automatically generates the documentation required to register software copyright (软著) in China. It scans the project's source code, identifies the structure and tech stack, then produces a technical description (~2000–3000 characters) and a formatted source-code document (60 pages, 50 lines per page), exporting both as PDFs. The workflow can be triggered with `softcopyright-generate --project . --auto-pdf` or natural-language commands; a keyword-search mode lets Claude look up related content before asking whether to proceed. All processing runs locally on Node.js using PDFKit, glob, commander, and inquirer — no source code leaves the machine. It is aimed at developers who need to file a 软著 application without manually formatting the required materials.