.claude/skills/new-case/SKILL.md
创建新案件 -- 将案件材料整理成SuitAgent标准12层目录结构,生成案件信息看板、工时记录和期限管理文件。支持通过参数或自然语言指定案件编号、委托人、案件类型等信息快速创建案件。不要用于:单独生成法律文书、进行法律研究、证据分析等非案件初始化任务。
npx skillsauth add cat-xierluo/suitagent new-caseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
将案件原始材料整理成SuitAgent标准12层目录结构,生成案件信息看板(案件信息.md)、工时记录(工时记录.md)和期限管理文件(.yaml)。
支持以下参数(通过自然语言或结构化方式传递):
| 参数 | 必需 | 说明 | 示例 |
|------|------|------|------|
| --case-id | 是 | 案件编号 | [2025]京0105民初1234号 或 张三诉李四合同纠纷 |
| --client-name | 否 | 委托人姓名/公司名 | 北京科技有限公司 |
| --case-type | 否 | 案件类型 | 民事/刑事/行政 |
| --case-cause | 否 | 案由 | 合同纠纷 |
| --opposite-party | 否 | 对方当事人 | 上海某某公司 |
| --input-dir | 否 | 案件材料目录 | /path/to/materials |
使用示例:
"创建新案件,案件编号 [2025]京0105民初1234号,委托人北京科技有限公司,案由合同纠纷,对方当事人上海某某公司"
基于 skill 内置模板创建12层目录。
详细目录结构规范见 references/case-structure.md 各目录的子目录结构、关联Agent、输出文件示例见 references/directory-guide.md
详细材料分类映射见 references/case-structure.md
根据模板 references/case-info-template.md 生成案件信息.md,包含:
案件基本信息
当事人信息
争议焦点(从法律服务方案提取)
时间线
费用跟踪
任务清单
近期重要任务清单(含今日待办、明日待办)
法定期限管理(应诉15天、举证30天、上诉15天等标准期限表格 + 期限风险预警)
风险提示与注意事项(当前风险 + 策略建议)
更新历史(标准表格格式)
工时记录:00 - 📅 日程管理/[案件编号]工时记录.md
详细结构见 references/timesheet-template.md 包含:本月工时统计表、12目录文件清单、案件进展摘要、累计工时统计、重要说明与备注
期限管理:00 - 📅 日程管理/[案件编号].yaml
详细段落结构见 references/yaml-schema.md 标注
🔧 初始化的段落在 case-setup 时填充;标注⏳ 后续的段落留空供后续 Agent 填充
如材料中包含初步沟通记录或客户需求描述,可基于 references/service-proposal-template.md 生成法律服务方案到 01 - 🤝 委托材料/ 目录。
格式:{年}{月}{序号} {原告简称} 与 {被告简称} {案由}
示例:
260221 张家宁 与 pokebone 模型 著作权260315 甲公司 与 乙公司 合同纠纷格式:{原告}+等+诉+被告}+等+案由+案
示例:
张家宁 诉 pokebone 模型 著作权侵权案甲公司 诉 乙公司 合同纠纷案[案件编号] 案件信息.md[案件编号] 工时记录.md[案件编号].yamlYYMMDD 使用系统当前时间(通过 date "+%Y-%m-%d" 获取),确保:
完成案件整理后,确认:
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
documentation
Presentation creation, editing, and analysis. When Claude needs to work with presentations (.pptx files) for: (1) Creating new presentations, (2) Modifying or editing content, (3) Working with layouts, (4) Adding comments or speaker notes, or any other presentation tasks
development
将本地文档、远程文档 URL 或网页 URL 转换为 Markdown。默认使用免登录轻量接口开箱即用;若已配置 MinerU Token,则自动切换到标准 API。保留 archive 回溯能力,并支持 Token 自检与私有部署连接说明。本技能应在用户需要 PDF 转 Markdown、OCR、远程文档转换、网页内容提取、表格识别、公式识别、文档转换、图片转文字、扫描件转换时使用。
tools
Markdown转Word文档技能。将Markdown文档转换为符合中文排版标准的专业格式Word文档,支持多种预设格式。适用于正式文档、论文、报告等需要规范排版的文档转换。