スキル一覧に戻る
mshafei721

global-coding-style

by mshafei721

Multi-agent AI coding platform powered by Vercel Sandbox and AI Gateway - Phase 3: Skills & MCP Integration Complete

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

SKILL.md


name: Global Coding Style description: Write clean, readable code with consistent naming conventions, proper formatting, small focused functions, and DRY principles. Use this skill when writing ANY code in the project regardless of language or framework. When naming variables, functions, classes, or files. When structuring functions and deciding on their size and scope. When removing dead code, unused imports, or commented-out blocks. When applying the DRY principle to extract common logic. When ensuring consistent indentation and formatting across the codebase.

When to use this skill:

  • When writing any new code in the project
  • When modifying existing code files
  • When naming variables, functions, classes, constants, or files
  • When deciding how to structure a function or method
  • When a function is getting too long and needs to be split
  • When removing dead code, unused variables, or imports
  • When deleting commented-out code blocks
  • When extracting duplicate logic into reusable functions
  • When applying consistent indentation (spaces or tabs)
  • When formatting code for readability
  • When reviewing code for style consistency
  • When choosing descriptive names that reveal intent

Global Coding Style

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global coding style.

Instructions

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

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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