/ 디렉터리 / 플레이그라운드 / 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와 조합해 10배 효율

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

더 보기

리소스

📖 GitHub에서 공식 README 읽기

🐙 열린 이슈 보기

🔍 400+ MCP 서버 및 Skills 전체 보기