/ 目錄 / 演練場 / lex-intelligentia-skills
● 社群 fbmoulin ⚡ 即開即用

lex-intelligentia-skills

作者 fbmoulin · fbmoulin/lex-intelligentia-skills

17 Agent Skills tuned for Brazilian law — helps judges, lawyers, and legal researchers draft decisions, petitions, and memos in Portuguese.

Lex Intelligentia bundles specialized skills for Direito Brasileiro: constitutional interpretation, procedural drafting, jurisprudence search, case analysis. Outputs follow Brazilian legal formatting conventions — not a generic LLM with a prompt, but a domain-tuned workflow library.

為什麼要用

核心特性

即時演示

實際使用效果

lex-intelligentia-skill.replay ▶ 就緒
0/0

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "lex-intelligentia-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fbmoulin/lex-intelligentia-skills",
        "~/.claude/skills/lex-intelligentia-skills"
      ],
      "_inferred": true
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "lex-intelligentia-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fbmoulin/lex-intelligentia-skills",
        "~/.claude/skills/lex-intelligentia-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "lex-intelligentia-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fbmoulin/lex-intelligentia-skills",
        "~/.claude/skills/lex-intelligentia-skills"
      ],
      "_inferred": true
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "lex-intelligentia-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fbmoulin/lex-intelligentia-skills",
        "~/.claude/skills/lex-intelligentia-skills"
      ],
      "_inferred": true
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "lex-intelligentia-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/fbmoulin/lex-intelligentia-skills",
        "~/.claude/skills/lex-intelligentia-skills"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "lex-intelligentia-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/fbmoulin/lex-intelligentia-skills",
          "~/.claude/skills/lex-intelligentia-skills"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add lex-intelligentia-skill -- git clone https://github.com/fbmoulin/lex-intelligentia-skills ~/.claude/skills/lex-intelligentia-skills

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: lex-intelligentia-skills

Draft a preliminary sentença with proper structure

👤 Magistrados and law clerks preparing draft decisions ⏱ ~30 min advanced

何時使用: You have the case file and need a first pass at the relatório / fundamentação / dispositivo structure.

前置條件
  • Case facts summarized in a document — Export from your court system or paste into the chat
  • Skill installed — git clone https://github.com/fbmoulin/lex-intelligentia-skills ~/.claude/skills/lex-intelligentia-skills
步驟
  1. Feed the case file
    Use lex-intelligentia-skills. Aqui está o caso [...]. Prepare um esboço de sentença com relatório, fundamentação e dispositivo.✓ 已複製
    → Três seções claramente divididas, citações a CPC e CF
  2. Ask for jurisprudence support
    Sugira precedentes do STJ e STF aplicáveis aos pontos controvertidos.✓ 已複製
    → List of case citations with súmulas numbers
  3. Human review pass
    Liste pontos onde o magistrado deve revisar pessoalmente antes de assinar.✓ 已複製
    → Checklist of required human judgment moments

結果: A formatted draft sentença ready for the judge's own review and refinement — never signed as-is.

注意事項
  • LLM hallucinates jurisprudence citations — Always verify every case number and súmula against an official source (STJ, STF sites) before using
搭配使用: filesystem

Compose a petição inicial with cause of action and pedidos

👤 Advogados starting a new civil action ⏱ ~45 min intermediate

何時使用: You have the facts and legal theory; you need a well-structured petition.

步驟
  1. Describe the case and desired relief
    Com lex-intelligentia-skills, redija uma petição inicial para ação de cobrança com pedido de tutela de urgência. Fatos: [...]✓ 已複製
    → Standard sections: qualificação, fatos, direito, pedidos, valor da causa
  2. Refine pedidos
    Revise os pedidos para que sejam certos, determinados e consequenciais.✓ 已複製
    → Numbered, precise pedidos with procedural basis

結果: A petition draft structured to Brazilian civil procedure rules.

注意事項
  • Generic templates that ignore local court practice — Adjust for your specific tribunal's peculiarities; review with a senior colleague

組合

與其他 MCP 搭配,撬動十倍槓桿

lex-intelligentia-skill + filesystem

Save drafts and memos into your case folders automatically

Salve o rascunho em processos/2024/acao-cobranca/peticao-inicial.md✓ 已複製
lex-intelligentia-skill + paper-fetch-skill

Download actual doctrinal papers for citation support

Busque PDFs abertos dos artigos citados no memorando.✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
sentenca_draft case facts Preparing judicial decisions 0
peticao_generator facts, cause of action Drafting civil petitions 0
jurisprudencia_search legal topic, court Finding relevant case law — always verify 0
memo_juridico research question Writing doctrinal analysis 0

成本與限制

運行它的成本

API 配額
None
每次呼叫 Token 數
Variable — legal texts tend to be long
費用
Free
提示
For long sentenças, work in sections to avoid context overflow.

安全

權限、密鑰、影響範圍

憑證儲存: No credentials
資料出站: None — local skill prompts only; be aware case data sent to Claude API

故障排查

常見錯誤與修復

Cited case numbers don't exist

LLMs hallucinate legal citations. Verify every reference against the official court website before use.

驗證: Manual check on stj.jus.br or stf.jus.br
Formatting doesn't match my tribunal

Provide an example document from your tribunal; Claude will match its structure.

Output is in English

Prompt explicitly in Portuguese; reference the skill by name in Portuguese.

替代方案

lex-intelligentia-skills 對比其他方案

替代方案何時用它替代權衡
Generic Claude without skillNon-Brazilian legal workNo Brazilian-specific formatting, higher hallucination rate
Commercial legal AI (Jusbrasil AI, Jurimetria)You need sourced, up-to-date jurisprudence databasesPaid; this skill is for drafting, not authoritative research

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills