global-tech-stack
Understand and adhere to the project's technology stack including Laravel, PHP, React, PostgreSQL, Pest, Tailwind CSS, and all configured tools and services. Use this skill when making architectural decisions, when choosing libraries or packages, when configuring development tools, when setting up testing frameworks, when implementing authentication, when integrating third-party services, when configuring CI/CD pipelines, when setting up local development environments, or when ensuring consistency with the established tech stack across all parts of the application.
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o global-tech-stack.zip https://jpskill.com/download/18628.zip && unzip -o global-tech-stack.zip && rm global-tech-stack.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/18628.zip -OutFile "$d\global-tech-stack.zip"; Expand-Archive "$d\global-tech-stack.zip" -DestinationPath $d -Force; ri "$d\global-tech-stack.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
global-tech-stack.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
global-tech-stackフォルダができる - 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 を使用する場面
- アーキテクチャ上の決定を下す場合、または新しい機能のアプローチを選択する場合
- サードパーティのパッケージまたはライブラリを選択または評価する場合
- 開発ツールと環境を構成する場合
- Laravel、PHP、または React プロジェクトの構成をセットアップする場合
- PostgreSQL および Eloquent を使用してデータベース関連の機能を実装する場合
- Pest フレームワークを使用してテストを作成する場合
- Laravel 固有のツール(Pint、Herd、Telescope、DebugBar、Wayfinder、Fortify)を使用する場合
- サードパーティのサービス(メールには Resend、エラーには Sentry など)を統合する場合
- GitHub Actions で CI/CD を構成する場合
- Laravel Herd でローカル開発をセットアップする場合
- Redis でキャッシュを実装する場合
- 確立されたフレームワークとパターンとの一貫性を確保する場合
- 技術的な決定または依存関係を文書化する場合
指示
詳細については、このファイルに記載されている情報を参照してください。 global tech stack
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Global Tech Stack
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global tech stack.
When to use this skill
- When making architectural decisions or choosing approaches for new features
- When selecting or evaluating third-party packages or libraries
- When configuring development tools and environments
- When setting up Laravel, PHP, or React project configurations
- When implementing database-related functionality with PostgreSQL and Eloquent
- When writing tests using Pest framework
- When using Laravel-specific tools (Pint, Herd, Telescope, DebugBar, Wayfinder, Fortify)
- When integrating third-party services (Resend for email, Sentry for errors, etc.)
- When configuring CI/CD with GitHub Actions
- When setting up local development with Laravel Herd
- When implementing caching with Redis
- When ensuring consistency with established frameworks and patterns
- When documenting technical decisions or dependencies
Instructions
For details, refer to the information provided in this file: global tech stack