explaingit

jurisupport/jurisupport-plugins

Analysis updated 2026-06-24

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

TLDR

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.

Mindmap

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
Click or tap to explore — scroll the page freely

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 build with it?

USE CASE 1

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

USE CASE 2

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

USE CASE 3

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

USE CASE 4

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

What is it built with?

Claude CodePythonNodeSeleniumGemini APIShell

How does it compare?

jurisupport/jurisupport-plugins1061700625/github_vpshailoc12/ai_native_company
Stars413846
LanguageShellShellShell
Setup difficultymoderatemoderateeasy
Complexity3/52/51/5
Audienceops devopsops devopspm founder

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

How do you get it running?

Difficulty · moderate Time to first run · 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.

Copy-paste prompts

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?

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.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.