coding_standards

提供项目专属的编码规范支持,涵盖函数模板查阅与代码合规性检查,通过读取标准模板文件和执行校验脚本,确保代码结构统一、风格一致,适用于开发过程中的代码编写与审查环节。

快捷安装

在终端运行此命令,即可一键安装该 Skill 到您的 Claude 中

npx skills add alexeygrigorev/workshops --skill "coding_standards"

Coding Standards Skill

CRITICAL INSTRUCTIONS

You have loaded this skill because the user is asking about coding standards, function templates, or code validation.

IMPORTANT - Actions You Must Take

  1. Use the read_file tool to read: skills/coding_standards/templates/function_template.md

    • This contains the REQUIRED function template pattern
    • DO NOT answer questions about function structure without reading this file first
  2. When asked to check if code follows standards, use the bash_command tool to run: skills/coding_standards/scripts/check_standards.sh

The complete standards and templates are in those files. This skill is just a pointer to those resources.