AgentSkillsCN

conventions

在编写或审查代码时加载编码规范和风格指南。确保与项目标准一致。

SKILL.md
--- frontmatter
name: conventions
description: Load coding conventions and style guidelines when writing or reviewing code. Ensures consistency with project standards.
allowed-tools: Read

Coding Conventions

This skill provides project coding conventions.

When to Use

Load when:

  • Writing new code
  • Reviewing code
  • Refactoring existing code
  • Making style decisions

Convention Files

@memory/knowledge/codebase/conventions.json

Key Areas

  • Naming conventions
  • File organization
  • Error handling patterns
  • Testing conventions
  • Documentation standards