以某个法条为核心节点,构建其上下游法条关联网络,包括上位规范、并列条款、下位细化、程序衔接、竞合分析。当用户想了解某个法条在法律体系中的位置时使用。
Scanned 9/9/2026
Install to Claude Code
npx -y skills add Lord1Egypt/awesome-skill-forge --skill legal-system-mapper-mctmilk --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Legal System Mapper Mctmilk?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lord1egypt-legal-system-mapper-mctmilk)More formats (shields.io, HTML) on the badges page.
---
name: legal-system-mapper-mctmilk
description: 以某个法条为核心节点,构建其上下游法条关联网络,包括上位规范、并列条款、下位细化、程序衔接、竞合分析。当用户想了解某个法条在法律体系中的位置时使用。
---
# 法条体系定位 (Legal System Mapper)
## 触发场景
- 用户想知道某个法条与哪些其他法条有关联
- 用户说"这个法条的上下游是什么"、"找到相关法条"、"构建法条网络"
- 用户担心用错法条,想全面了解相关规范
## 核心提示词
```
请以【法条编号】为核心节点,构建其法条关联网络:
1. 上位规范:该条的上位原则条款是哪条?
2. 并列条款:与该条处于同一层级、解决类似问题但适用条件不同的条款有哪些?请对比列表说明差异
3. 下位细化:有哪些司法解释条文、指导性案例对该条进行了细化?
4. 程序衔接:主张该条权利时,举证责任如何分配?诉讼时效如何计算?
5. 竞合分析:该条与哪些条文可能产生请求权竞合?当事人如何选择?各自利弊?
6. 请用思维导图的文字结构呈现以上关系
```
## 输出要求
1. **法条关联图**(文字树形结构):清晰展示上下游关系
2. **并列条款对比表**:对比差异点,便于选择适用
3. **竞合分析建议**:告诉用户不同选择的风险收益
## 示例
输入:`《民法典》第1165条 过错责任原则`
输出应包含:
- 上位规范:第1164条(侵权责任编的一般规定)
- 并列条款:第1165条(过错责任)、第1166条(无过错责任)、第1167条(公平责任)
- 举证责任:原告举证过错、因果关系
- 竞合:与合同违约请求权的选择
## 注意事项
- 体系定位是避免"用错法条"的关键步骤
- 诉讼时效和举证责任是实务中高频考点,必须涵盖
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...