Claude Code Plugins

Community-maintained marketplace

Feedback

coding-guidelines

@kcenon/claude-config
1
0

Provides comprehensive coding standards for quality, naming conventions, error handling, concurrency, and memory management. Use when writing new code, reviewing code, fixing bugs, or refactoring existing code.

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 coding-guidelines
description Provides comprehensive coding standards for quality, naming conventions, error handling, concurrency, and memory management. Use when writing new code, reviewing code, fixing bugs, or refactoring existing code.

Coding Guidelines Skill

When to Use

  • Writing new functions or classes
  • Code review requests
  • Bug fixes requiring code changes
  • Refactoring tasks

Quick Reference

Core Standards

Error & Safety

Performance

Core Principles

  1. Clear naming: Use names that reveal intent
  2. Single responsibility: One responsibility per function
  3. Comprehensive error handling: Handle all error paths
  4. Test coverage: Tests for critical paths