chinese-coding

Enforce Chinese annotations and snake_case naming in Python codebases.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yjzaaa/Nl_tosql_agent --skill chinese-coding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: chinese-coding
Source: https://github.com/yjzaaa/Nl_tosql_agent/tree/main/.opencode
Command: npx skills add https://github.com/yjzaaa/Nl_tosql_agent --skill chinese-coding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OpenCode Chinese coding standards skill helps ensure codebases consistently use Chinese annotations and adhere to defined naming conventions, reducing ambiguity and improving maintainability across teams.

Core Features & Use Cases

  • Enforces Chinese annotations for functions, classes, and variables.
  • Validates naming conventions (snake_case) and code structure guidelines.
  • Use during new project onboarding, code reviews, and team-wide standardization.

Quick Start

  • Install or enable the chinese-coding skill in your OpenCode setup.
  • Integrate the checks into your editor or CI to automatically enforce Chinese comments and naming conventions.
  • Run checks on your Python codebase to ensure compliance and generate actionable feedback.

Frequently Asked Questions about chinese-coding

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

FAQPage Schema
How do I enforce Chinese comments and snake_case naming conventions in Python projects?

You can enforce Chinese comments and snake_case naming by integrating static analysis checks into your editor or CI workflow to validate codebase compliance and generate actionable feedback.

What is the best way to standardize Chinese annotations across a Python development team?

Standardizing Chinese annotations is achieved by enabling coding standard checks during project onboarding and code reviews, ensuring functions, classes, and variables consistently use Chinese comments.

Can I integrate Chinese coding standards and naming checks into my CI workflows?

Yes, you can integrate these Chinese coding standard checks into your CI workflows to automatically validate Chinese comments and snake_case naming conventions across your Python codebase.

Does this coding standard skill support languages other than Python?

This skill specifically targets Python projects and development teams requiring Chinese annotations and snake_case naming conventions, focusing on basic structural guidelines for that environment.

What specific code quality checks are applied for Chinese coding standards?

The checks focus on verifying Chinese annotations for functions and variables, validating snake_case naming conventions, and enforcing basic structural guidelines to improve readability and consistency.