global-conventions
プロジェクト全体で一貫したファイル構成、バージョン管理、環境設定、コードレビュー、開発規約などを守り、チーム全体の開発効率と品質を向上させるSkill。
📜 元の英語説明(参考)
Follow consistent project structure, version control practices, environment configuration, code review processes, and development conventions across the entire application. Use this skill when organizing project files and directories, when writing commit messages or creating pull requests, when managing environment variables and configuration, when participating in code reviews, when defining testing requirements, when using feature flags, when maintaining changelogs, when documenting setup instructions, or when establishing consistent development practices across the team.
🇯🇵 日本人クリエイター向け解説
プロジェクト全体で一貫したファイル構成、バージョン管理、環境設定、コードレビュー、開発規約などを守り、チーム全体の開発効率と品質を向上させるSkill。
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o global-conventions.zip https://jpskill.com/download/18626.zip && unzip -o global-conventions.zip && rm global-conventions.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18626.zip -OutFile "$d\global-conventions.zip"; Expand-Archive "$d\global-conventions.zip" -DestinationPath $d -Force; ri "$d\global-conventions.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
global-conventions.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
global-conventionsフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-18
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
グローバル規約
この Skill は、グローバル規約の扱い方に関連するコーディング標準を遵守する方法について、Claude Code に具体的なガイダンスを提供します。
この Skill を使用する場面
- プロジェクトのファイルやディレクトリを整理または再構築するとき
- コミットメッセージの作成、ブランチの作成、またはプルリクエストの作成時
- 環境変数と構成ファイルを管理するとき
- README ファイルまたはアーキテクチャドキュメントで機能を文書化するとき
- レビュアーまたは作成者としてコードレビューに参加するとき
- マージ前にテスト要件を定義または遵守するとき
- 未完成または実験的な機能のために feature flags を実装するとき
- changelog またはリリースノートを維持するとき
- プロジェクトの依存関係を管理し、それらが使用される理由を文書化するとき
- 貢献ガイドラインを設定または更新するとき
- 開発チーム全体で一貫したプラクティスを確保するとき
- 長期的なブランチと feature flags について決定を下すとき
指示
詳細については、次のファイルで提供されている情報を参照してください。 global conventions
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Global Conventions
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global conventions.
When to use this skill
- When organizing or restructuring project files and directories
- When writing commit messages, creating branches, or making pull requests
- When managing environment variables and configuration files
- When documenting features in README files or architecture documentation
- When participating in code reviews as reviewer or author
- When defining or following testing requirements before merging
- When implementing feature flags for incomplete or experimental features
- When maintaining changelog or release notes
- When managing project dependencies and documenting why they're used
- When setting up or updating contribution guidelines
- When ensuring consistent practices across the development team
- When making decisions about long-lived branches vs. feature flags
Instructions
For details, refer to the information provided in this file: global conventions