lawyer

Develop and deploy a Next.js 16 and Payload CMS 3.x website with Coolify.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the development, deployment, and content management for the Liu Yin-Hui Law Office website, ensuring a professional and efficient online presence.

Core Features & Use Cases

  • Full-Stack Development: Manages the Next.js frontend, Payload CMS backend, and database integration.
  • Deployment Automation: Handles staging and production deployments via Coolify.
  • Content Migration: Facilitates moving content from Ghost CMS to Payload CMS.
  • E2E Testing: Implements Playwright for robust end-to-end testing.

Quick Start

Use the lawyer skill to deploy the lawyer app to staging.

Frequently Asked Questions about lawyer

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

FAQPage Schema
How do I migrate website content from Ghost CMS to Payload CMS?▼

Migrating content from Ghost CMS to Payload CMS is handled by built-in scripts that transfer existing posts and pages into Payload collections, ensuring data integrity during the transition.

How do I deploy a Next.js and Payload CMS website to staging and production?▼

Deploying a Next.js and Payload CMS website is automated through Coolify, managing server configurations and application releases for consistent delivery across staging and production environments.

Can I use Playwright for e2e testing on a Next.js 16 website?▼

Playwright is implemented for e2e testing on the Next.js frontend to verify user flows and application behavior, ensuring robust end-to-end test coverage across critical website paths.

Does Payload CMS 3.x support custom SCSS for admin panel theming?▼

Payload CMS 3.x supports custom SCSS for admin theming, allowing developers to style the administrative interface directly within the Next.js project structure for a tailored backend experience.

How do I manage database migrations for a Payload CMS project?▼

Database migrations for a Payload CMS project are managed through dedicated scripts that update schema and content collections, keeping the database synchronized with Next.js frontend requirements.