jurislm

Guide development and operation of the JurisLM Taiwan legal AI platform.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/terry90918/jurislm-plugins --skill jurislm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jurislm
Source: https://github.com/terry90918/jurislm-plugins/tree/main/plugins/jurislm-dev/skills/jurislm
Command: npx skills add https://github.com/terry90918/jurislm-plugins --skill jurislm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance for developing, architecting, and operating the JurisLM Taiwan legal AI platform, streamlining complex legal tech development.

Core Features & Use Cases

  • Platform Development: Understand the architecture of the Next.js web app, Hono admin dashboard, and Bun CLI tools.
  • Data Synchronization: Learn about the 9-stage pipeline for syncing judicial and law data.
  • LLM Integration: Configure and utilize LLM models for advanced legal AI tasks.
  • Use Case: A new developer joining the JurisLM project can use this Skill to quickly understand the project's structure, build commands, and data synchronization processes.

Quick Start

Use the jurislm skill to understand the platform's build system.

Frequently Asked Questions about jurislm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build a Taiwan legal AI platform using a Bun and Turborepo monorepo?

To build a Taiwan legal AI platform with Bun and Turborepo, structure your monorepo to include a Next.js web app, an admin dashboard built with Hono, CLI tools, and PostgreSQL databases for managing judicial data and law taxonomy.

How does RAG integration work for contract analysis in a legal AI system?

RAG integration for contract analysis works through a Unified Agent architecture equipped with 11 specific tools. This setup enables the system to perform tasks like contract analysis and NDA triage by retrieving relevant legal context.

What is the process to sync judicial data and law taxonomy for a legal AI application?

Syncing judicial data and law taxonomy involves running a 9-stage pipeline. This process ensures your PostgreSQL databases are populated with accurate legal information required for downstream LLM configuration and retrieval.

Can I use Hono for the admin dashboard in a Next.js and Turborepo legal AI project?

Yes, you can use Hono for the admin dashboard in a Next.js and Turborepo project. The architecture explicitly pairs the Next.js web app for the frontend with a Hono-based admin dashboard for platform operations.

What are the components needed to configure LLM models for advanced legal tasks?

Configuring LLM models for legal tasks requires a PostgreSQL database for data storage, a 9-stage data synchronization pipeline, and a Unified Agent architecture with 11 tools to execute contract analysis and NDA triage.