lz-code-standards

Define and enforce backend development standards for Java applications.

2|Updated Apr 3, 2026
One-click install
npx skills add https://github.com/ingbyr/lzcode --skill lz-code-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lz-code-standards
Source: https://github.com/ingbyr/lzcode/tree/main/packages/desktop/src-tauri/lz-assets/skills/lz-code-standards
Command: npx skills add https://github.com/ingbyr/lzcode --skill lz-code-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a standardized, comprehensive set of backend development guidelines to ensure code quality, consistency, and maintainability across projects by codifying naming, architecture, and documentation practices.

Core Features & Use Cases

  • 提供数据库命名、表设计、字段类型、索引和注释等规范,降低维护成本并提升性能与可读性。
  • 覆盖服务端开发规范(Java 代码结构、包命名、注释、编码风格、事务控制、测试与文档要求),便于团队协作和新员工上手。
  • 适用于新项目落地、代码评审、系统改造和持续改进等场景,作为项目准入和审计基准。

Quick Start

Follow the lz-code-standards to scaffold a Java backend module with compliant naming, structure, and documentation.

Frequently Asked Questions about lz-code-standards

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

FAQPage Schema
How do I enforce Java backend coding standards for consistent architecture across multiple repositories?

You can enforce Java backend coding standards by applying explicit naming conventions, layered architecture rules, and Javadoc-style comments across single or multi-repo environments. This ensures consistent server-side modules, ORM models, and database schemas.

What database naming and design conventions should I follow for Java ORM models?

Database naming and design conventions for Java ORM models require explicit naming rules, standardized field types, proper indexing, and thorough table comments. Following these schema standards reduces maintenance costs and improves system readability and performance.

Can I use these backend coding standards to review existing Java code and system designs?

Yes, you can use these backend coding standards to review existing Java code. They serve as an audit baseline for code reviews and system transformations, validating transaction handling, package naming, and documentation compliance.

What's the best way to scaffold a Java backend module with proper transaction handling and documentation?

The best way to scaffold a Java backend module is to follow standardized coding guidelines that mandate clear layered architecture, proper transaction control, and Javadoc-style comments to ensure code quality and maintainability.

Do I need specific dependencies to implement server-side coding standards in Java applications?

No specific dependencies are required to implement these server-side coding standards in Java applications. The guidelines focus on structural rules for package naming, code structure, and documentation practices rather than external libraries.