一键导入
coding-standard-javascript
Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run a Recursive Language Model-style loop for long-context tasks. Uses a persistent local Python REPL and an rlm-subcall subagent as the sub-LLM (llm_query).
Enforce C coding standards including snake_case variables and functions, UPPER_SNAKE_CASE macros, and snake_case filenames.
Enforce C++ coding standards including camelCase or snake_case variables, PascalCase classes, and consistent file naming.
Enforce Java coding standards including camelCase variables, PascalCase classes, and PascalCase filenames matching class names.
Enforce Python PEP 8 coding standards including snake_case variables, PascalCase classes, and snake_case filenames.
Recommends modularity, composition, and decoupling patterns for design challenges. Use when designing plugin architectures, reducing coupling, improving testability, or separating cross-cutting concerns.
| name | coding-standard-javascript |
| description | Enforce JavaScript/ES6+ and TypeScript coding standards including camelCase variables, PascalCase classes, and kebab-case filenames. |
When reviewing or generating JavaScript/TypeScript code, follow these rules:
user-service.js, api-client.ts)user-profile.js, data-table.tsx).test.js or .spec.js suffix (e.g., user-service.test.js).d.ts suffix (e.g., api-types.d.ts)userName, isActive, totalCount)MAX_RETRIES, API_BASE_URL)is, has, can, should (e.g., isLoading, hasError)calculateTotal(), fetchUserData())loadUsers(), saveDocument())handle or on (e.g., handleClick, onSubmit)create (e.g., createUser(), createConnection())UserService, DataProcessor, ApiClient)I (e.g., IUserService or UserService)UserResponse, ConfigOptions)_privateData, _internalState)_validateInput(), _processData())