figure-description
仓库创建 2026年3月10日最近提交 5 天前SkillHot 收录 20 天前
▸ 精选理由
自动化生成符合法规的图示说明,减轻人工标注负担
▸ 风险提示
处理图像或技术细节可能泄露专利机密
这个 Skill 做什么
处理专利附图并生成规范的附图说明与参考标号。
处理专利附图,给每张图生成规范化的附图说明和对应参考标号,输出符合专利写作要求的描述文本。适合准备专利申请或要把复杂机械、电路或流程图转成正式说明时使用。区别于论文图处理,它专门分配 reference numerals 并遵循专利格式,能减少与专利律师或审查的反复沟通。
▸ 展开 SKILL.md 英文原文
Process user-provided patent figures and generate formal drawing descriptions. Use when user says "附图处理", "figure description", "附图说明", "drawings description", or wants to describe patent figures with reference numerals.
1.4w
Stars
1.2k
Forks
40
仓库内 Skill
+844
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/figure-description/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/wanshuiyin/Auto-claude-code-research-in-sleep/main/skills/figure-description/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Figure Description for Patents Process patent figures and generate drawing descriptions based on: **$ARGUMENTS** Unlike `/paper-figure` which generates data plots, this skill processes user-provided technical diagrams and assigns reference numerals. ## Constants - `FIGURE_DIR = "patent/figures/"` — Output directory for figure descriptions - `REFERENCE_NUMERAL_PREFIX = 100` — Starting numeral for first figure's components - `NUMERAL_SERIES = 100` — Each figure uses a separate 100-series (Fig 1: 100-199, Fig 2: 200-299, etc.) ## Inputs 1. User-provided figures (PNG, JPG, SVG, PDF) — search for them in the project directory 2. `patent/INVENTION_DISCLOSURE.md` — for understanding what co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有