诉讼文书起草
基于"六来源体系"和请求权基础分析,起草起诉状、答辩状、代理词、质证意见、保全申请书等诉讼文书。整合《法律文书汇编》(郑州市律师协会2023年度优秀法律文书汇编)格式标准,按总控当前事项记录和复盘台账衔接。当用户发送客户编号并提及"起诉状"、"答辩状"、"代理词"、"质证"、"保全"等指令时触发使用。
npx skills add pa1nrui1/legal-skills --skill 诉讼文书起草 --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
## 法律工作总控规则(强制) 执行本 Skill 前,必须先遵循: - skills/legal/法律工作总控/references/practice-profile.md - skills/legal/法律工作总控/references/matter-workspace-protocol.md - skills/legal/法律工作总控/references/document-reading-protocol.md - skills/legal/法律工作总控/references/source-boundary-protocol.md - skills/legal/法律工作总控/references/ocr-correction-protocol.md - skills/legal/法律工作总控/references/pkulaw-mcp-legal-verification-protocol.md 本 Skill 只处理「诉讼文书起草」专业任务;案件隔离、事项路径、文件读取、OCR 复查、来源披露、缺口归档、法规/案例/Wiki 核验和复盘台账更新均按法律工作总控共享协议执行。 ## 旧规则废止(强制) - 旧文中直接写死的客户目录、阶段目录、旧式台账写入、旧本地读取协议均不作为执行规则。 - 事项路径、当前事项、系统记录、业务文件区和复盘台账统一以法律工作总控 `matter-workspace-protocol.md` 为准。 - 不得静默写入复盘台账;确需更新时,先确认属于复盘台账更新并向用户说明。 # 诉讼文书起草Skill ## 轻量入口 本文件是瘦身后的触发入口,只保留任务边界、执行顺序和按需读取索引。完整流程、模板、清单、专项规则和长示例已迁移至 `references/完整流程.md`。 ## 何时使用 - 用户明确提到「诉讼文书起草」或本 Skill frontmatter 描述中的任务。 - 用户请求生成、审查、分析、计算、管理或推进与「诉讼文书起草」对应的法律工作成果。 - 法律工作总控或上游 Skill 路由到本 Skill。 ## 执行顺序 1. 先按法律工作总控确认当前事项、业务文件区、系统记录区和来源边界。 2. 判断用户任务是否可以用本轻量入口完成;如只是路由、状态判断或简短提示,不默认读取完整流程。 3. 需要生成正式文书、报告、清单、计算结果、可视化、专项审查或复杂分析时,按需读取 `references/完整流程.md` 的相关章节。 4. 读取外置细节时,只读取当前任务需要的章节;不要为一个小问题整篇加载完整流程。 5. 输出前同步披露已读取材料、已核验内容、未核验/存疑内容、法规案例检索状态和需要用户判断事项。 ## 要素式起诉状输出规则 模板登记中已覆盖案由的法院要素式起诉状必须使用 DOCX 母版克隆填充链
- 法律工作总控规则(强制)
- 旧规则废止(强制)
- 轻量入口
- 何时使用
- 执行顺序
- 要素式起诉状输出规则
- 证据目录格式门禁
- 按需读取索引
- 输出底线
python scripts/complaint_business_gate.py route --case-cause "民间借贷纠纷" --doc-type "民事起诉状" python scripts/complaint_business_gate.py check-output --case-cause "民间借贷纠纷" --output-kind template_clone --complaint-data complaint-data.json python scripts/material_to_complaint_input.py --materials materials.json --out /tmp/complaint-input python scripts/files_to_material_packet.py --files 当事人信息.docx 事实证据.pdf --case-cause "民间借贷纠纷" --out /tmp/file-to-complaint
What does the 诉讼文书起草 skill do?
基于"六来源体系"和请求权基础分析,起草起诉状、答辩状、代理词、质证意见、保全申请书等诉讼文书。整合《法律文书汇编》(郑州市律师协会2023年度优秀法律文书汇编)格式标准,按总控当前事项记录和复盘台账衔接。当用户发送客户编号并提及"起诉状"、"答辩状"、"代理词"、"质证"、"保全"等指令时触发使用。
How do I install it?
Run `npx skills add pa1nrui1/legal-skills --skill 诉讼文书起草 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From pa1nrui1/legal-skills, a repository with 58 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
