git404hub

what is jurisupport-plugins fr?

jurisupport/jurisupport-plugins — explained in plain English

Analysis updated 2026-05-18

41ShellAudience · ops devopsComplexity · 3/5LicenseSetup · moderate

tl;dr

Korean legal-tech toolkit for Claude Code that automates law-office workflows like brief drafting, precedent search, and OCR of law books, with a data-protection hook that blocks outbound client data.

vibe map

mindmap
  root((jurisupport-plugins))
    Inputs
      Case file folder
      Lawyer law books
      Gemini API key
    Outputs
      Drafted brief
      Issue list
      Statute citations
    Use Cases
      Korean attorneys
      Paralegals
      Legal-tech ops
    Tech Stack
      Claude Code
      Python
      Node
      Selenium
      Gemini API

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Automate a Korean lawyer's brief-writing pipeline from case folder to draft with statute and precedent checks.

VIBE 2

Block outbound API calls that would leak client information using the bundled data-protection hook.

VIBE 3

Index a law office's scanned books with OCR and embeddings so Claude Code can cite them during drafting.

VIBE 4

Drive the Korean court precedent site lx.scourt.go.kr through Selenium for repeatable case research.

what's the stack?

Claude CodePythonNodeSeleniumGemini APIShell

how it stacks up fr

jurisupport/jurisupport-pluginshackerschoice/tmuxinfersports/infersports-skill
Stars414240
LanguageShellShellShell
Setup difficultymoderateeasyeasy
Complexity3/52/52/5
Audienceops devopsops devopsdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · moderate time til it works · 30min

Needs a paid Claude Pro or Max subscription, a Gemini API key for embeddings, and 5 to 15 minutes for the installer to pull Homebrew or winget dependencies.

MIT lets you use, modify, and ship this for any purpose, commercial or not, as long as you keep the copyright notice.

in plain english

This is a Korean-language toolkit that helps a lawyer's office automate parts of its case work using Claude Code, which is Anthropic's command-line coding assistant. The package is published by JuriSupport, a Korean legal-tech company. The README is written entirely in Korean and the workflows are built around Korean legal practice, so the audience is Korean attorneys or paralegals rather than a general developer crowd. The core idea is that the user drops a folder of case files at the tool, and it walks through a sequence: organizing the factual relationships, pulling out the disputed issues, checking relevant statutes and precedents, then drafting and finishing a written brief. Every step is meant to be reviewed by the supervising lawyer. A separate piece of the package is a data-protection hook that watches outbound API calls and automatically blocks anything that would send client information to an outside service. Installation is offered as a one-line script. On Mac or Linux the user pipes a bash script through curl. On Windows they run a PowerShell command. Either path installs Homebrew or winget dependencies, jq, git, Python, Node, Claude Code itself, and then clones the package and runs an install.sh script. The README estimates 5 to 15 minutes depending on the operating system. A Claude Pro or Max paid subscription is listed as required. The package bundles several pieces: a plugin called songmu-legal for the core brief-writing workflow, skills for searching the lbox.kr precedent service and the official court precedent system at lx.scourt.go.kr, a Selenium-based toolkit that drives the court site through Chrome, a tool for scanning, OCR, and embedding the lawyer's own law books, and a tool for indexing past case folders. The book and case search systems start empty and the user fills them in over weeks of normal practice. A Google Gemini API key is needed for the embeddings. The README also documents a nine-step uninstall flow that removes the plugin registrations, skills, local servers, and optionally the lawyer's data files and Gemini key after confirmation. The license is MIT with an added Korean-language disclaimer.

prompts (copy fr)

prompt 1
Walk me through installing jurisupport-plugins on macOS with the curl bash one-liner and verify the songmu-legal plugin loaded.
prompt 2
Use the songmu-legal workflow in jurisupport-plugins on this case folder and produce the disputed-issues list before drafting.
prompt 3
Configure the Gemini API key for jurisupport-plugins and run the OCR plus embedding step on a PDF of a Korean law book.
prompt 4
Show me how the data-protection hook in jurisupport-plugins inspects outbound requests and add a rule for a new domain.

Frequently asked questions

what is jurisupport-plugins fr?

Korean legal-tech toolkit for Claude Code that automates law-office workflows like brief drafting, precedent search, and OCR of law books, with a data-protection hook that blocks outbound client data.

What language is jurisupport-plugins written in?

Mainly Shell. The stack also includes Claude Code, Python, Node.

What license does jurisupport-plugins use?

MIT lets you use, modify, and ship this for any purpose, commercial or not, as long as you keep the copyright notice.

How hard is jurisupport-plugins to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is jurisupport-plugins for?

Mainly ops devops.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.