default-code-standards

Apply default company coding standards to H5 and Web projects.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/liuwenji007/scpaiassests --skill default-code-standards
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: default-code-standards
Source: https://github.com/liuwenji007/scpaiassests/tree/main/.cursor/skills/default-code-standards
Command: npx skills add https://github.com/liuwenji007/scpaiassests --skill default-code-standards

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures consistent code quality and style across different projects by providing and applying predefined company coding standards.

Core Features & Use Cases

  • Automated Code Standards: Automatically detects project type and applies relevant coding standards (H5, Web, SaaS Admin).
  • Smart Caching: Saves analysis results to user preferences to speed up subsequent runs.
  • Fallback Standards: Provides default standards when project analysis fails or is not applicable.
  • Use Case: When starting a new web project, this skill can automatically configure ESLint, Prettier, and other tools to match the company's established best practices, saving developers setup time and ensuring consistency.

Quick Start

Apply the default code standards to the current project.

Frequently Asked Questions about default-code-standards

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

FAQPage Schema
How do I apply default code standards to a new web project?

To apply default code standards, the skill automatically detects the project type and applies predefined configurations to ensure consistent code quality across different web projects.

Can I automatically configure ESLint and Prettier for H5 and Web development?

Yes, you can automatically configure ESLint, Prettier, and other tools for H5 and Web development by applying the predefined company coding standards to match established best practices.

What are code standards fallback rules and when are they needed?

Code standards fallback rules are default configurations applied when automated project analysis fails or is not applicable, ensuring consistent code style even without specific detection.

Does this code standards configuration support SaaS Admin and OSMP Web projects?

Yes, this configuration supports SaaS Admin and OSMP Web projects by detecting the project type and applying the relevant coding standards automatically to maintain code quality.

Why does automated code style detection cache analysis results?

Automated code style detection caches analysis results to user preferences to speed up subsequent runs, saving developers setup time and improving configuration efficiency.