/ Каталог / Песочница / 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 использует ту же схему mcpServers, что и Claude Desktop. Конфиг проекта приоритетнее глобального.

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
    }
  }
}

Щёлкните значок MCP Servers на боковой панели Cline, затем "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 использует массив объектов серверов, а не map.

~/.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 — эффект x10

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
Токенов на вызов
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

Ещё

Ресурсы

📖 Читать официальный README на GitHub

🐙 Открытые задачи

🔍 Все 400+ MCP-серверов и Skills