Claude Code Plugins

Community-maintained marketplace

Feedback
0
0

Load coding conventions and style guidelines when writing or reviewing code. Ensures consistency with project standards.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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