スキル一覧に戻る
maksimtereshin

global-coding-style

by maksimtereshin

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: Global Coding Style description: Follow core coding style principles including SOLID, DRY, KISS, and YAGNI when writing code. Apply consistent naming conventions, meaningful variable names, small focused functions, automated formatting, and proper code organization. Use this skill across all programming languages and file types when writing or refactoring code. Use when creating functions, classes, modules, or components to ensure Single Responsibility Principle, when avoiding code duplication (DRY), when choosing simple over clever implementations (KISS), or when resisting premature optimization and speculative features (YAGNI). Use when establishing naming conventions, removing dead code, or maintaining consistent indentation and formatting. Apply these principles universally across backend (.ts, .js, .py, .java, .go), frontend (.tsx, .jsx, .vue), and configuration files.

Global Coding Style

This Skill provides Claude Code with specific guidance on fundamental coding style principles and best practices that apply across all programming languages and frameworks, including SOLID, DRY, KISS, and YAGNI principles.

When to use this skill

  • When writing or refactoring any code in any programming language
  • When creating functions, classes, modules, or components in backend or frontend code
  • When establishing or following naming conventions for variables, functions, and files
  • When applying Single Responsibility Principle (SRP) to keep code focused
  • When avoiding code duplication by extracting reusable logic (DRY principle)
  • When choosing between simple and clever implementations (KISS principle)
  • When deciding whether to add abstractions or features (YAGNI principle)
  • When removing dead code, commented-out blocks, or unused imports
  • When ensuring consistent formatting and indentation
  • When writing meaningful, descriptive names that reveal intent
  • When keeping functions small and focused on a single task
  • When avoiding premature optimization or speculative generality
  • When refactoring complex code into simpler, more maintainable structures

Instructions

For details, refer to the information provided in this file: global coding style

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です