Web Analytics

commands

⭐ 662 stars Japanese by wshobson

🌐 言語

Claude Code スラッシュコマンド

Claude Code 用の本番対応スラッシュコマンドで、インテリジェントな自動化によって開発を加速します。

52種類のコマンドは次のように分類されています:

🤝 Claude Code サブエージェントが必要です

これらのコマンドはオーケストレーション機能のために Claude Code サブエージェント と連携して動作します。

インストール

cd ~/.claude
git clone https://github.com/wshobson/commands.git
git clone https://github.com/wshobson/agents.git  # Required for subagent orchestration

利用可能なコマンド

使用方法

コマンドは tools/ および workflows/ ディレクトリに整理されています。ディレクトリのプレフィックスを付けて使用してください。

/tools:api-scaffold user management with authentication
/tools:security-scan check for vulnerabilities
/workflows:feature-development implement chat functionality

注意: プレフィックスなしでコマンドを使用したい場合は、ディレクトリをフラット化できます。

cp tools/*.md .
cp workflows/*.md .
Claude Codeは、コンテキストに基づいて関連するコマンドを自動的に提案します。

🤖 ワークフロー

複雑なタスクのためのマルチサブエージェントオーケストレーション:

機能開発

開発プロセス

サブエージェントオーケストレーションワークフロー

🔧 ツール(単一目的コマンド)

AI & 機械学習

アーキテクチャ & コード品質

データ & データベース

DevOps & インフラストラクチャ

開発 & テスト

セキュリティ & コンプライアンス

デバッグ & 分析

依存関係 & 設定

ドキュメント & コラボレーション

コスト最適化

オンボーディングとセットアップ

サブエージェントツール

特徴

コマンド数

合計: 52 本番対応スラッシュコマンド が以下に分類されています:

🤖 ワークフロー(14コマンド)

🔧 ツール(38コマンド)

使用例

🤖 ワークフロー例

# Implement a complete feature
/workflows:feature-development Add user authentication with OAuth2

Comprehensive code review

/workflows:full-review Review the authentication module

Smart issue resolution

/workflows:smart-fix Fix performance degradation in API response times

Modernize legacy system

/workflows:legacy-modernize Migrate monolithic Java app to microservices

Build comprehensive multi-platform feature

/workflows:full-stack-feature User authentication with social login across web and mobile

Implement security-first architecture

/workflows:security-hardening Harden API endpoints and implement zero-trust security model

Create data-driven ML feature

/workflows:data-driven-feature Build recommendation engine with real-time personalization

Optimize entire application stack

/workflows:performance-optimization Improve response times and reduce infrastructure costs

Respond to production incident

/workflows:incident-response High CPU usage causing service degradation in production

🔧 ツール例(単一目的コマンド)

# Create a user management API
/tools:api-scaffold user CRUD operations with JWT auth and role-based access

Review microservices architecture

/tools:multi-agent-review analyze our microservices for coupling and scalability issues

Optimize LLM chat application

/tools:prompt-optimize reduce latency for customer support chatbot while maintaining accuracy

Create fraud detection pipeline

/tools:data-pipeline real-time fraud detection with feature store and monitoring

Debug production issue

/tools:error-trace analyze high memory usage in production pods

Secure container images

/tools:security-scan scan and fix vulnerabilities in Docker images

Generate API documentation

/tools:doc-generate create OpenAPI docs with examples for REST endpoints

Onboard new developer

/tools:onboard Setup development environment for React/Node.js project

Multi-perspective code review

/tools:multi-agent-review Review authentication module

Deep debugging

/tools:smart-debug Investigate memory leak in production workers

Full-stack optimization

/tools:multi-agent-optimize Optimize checkout flow for better conversion

Save project context

/tools:context-save Save current project state and architectural decisions

Restore project context

/tools:context-restore Load context from last week's sprint

強化コマンド

セキュリティ & DevOps

#### /security-scan

自動修復付きの包括的なセキュリティスキャン。

#### /docker-optimize

高度なコンテナ最適化戦略。

#### /k8s-manifest

本番対応のKubernetesデプロイ。

フロントエンド & データ

#### /db-migrate

高度なデータベース移行戦略。

ワークフローとツールの組み合わせ

真の強みは、ワークフローとツールを組み合わせて開発サイクル全体を実現することです。

例: 新機能の構築

# 1. Use a workflow to implement the feature with multiple subagents
/workflows:feature-development Add real-time chat feature with WebSocket support

2. Use tools for specific enhancements

/tools:test-harness Add integration tests for WebSocket connections /tools:security-scan Check for WebSocket vulnerabilities /tools:docker-optimize Optimize container for WebSocket connections

3. Use a workflow for comprehensive review

/workflows:full-review Review the entire chat feature implementation

例:レガシーコードのモダナイゼーション

# 1. Start with the modernization workflow
/workflows:legacy-modernize Migrate Express.js v4 app to modern architecture

2. Use specific tools for cleanup

/tools:deps-upgrade Update all dependencies to latest versions /tools:refactor-clean Remove deprecated patterns and dead code /tools:test-harness Ensure 100% test coverage

3. Optimize and deploy

/tools:docker-optimize Create multi-stage production build /tools:k8s-manifest Deploy with zero-downtime strategy

コマンドオーケストレーションパターン

コマンドは個別に使用することも、強力なパターンで組み合わせることもできます:

順次実行

# Build → Test → Secure → Deploy pipeline
/tools:api-scaffold user management API
/tools:test-harness comprehensive test suite for user API  
/tools:security-scan check user API for vulnerabilities
/tools:k8s-manifest deploy user API to production

並列解析

# Multiple perspectives on the same codebase
/tools:multi-agent-review comprehensive architecture and code review
/tools:security-scan audit security posture  
/workflows:performance-optimization identify and fix bottlenecks

Then consolidate findings

反復的な改良

# Start broad, then narrow focus
/workflows:feature-development implement payment processing
/tools:security-scan focus on payment security
/tools:compliance-check ensure PCI compliance
/tools:test-harness add payment-specific tests

クロスドメイン統合

# Frontend + Backend + Infrastructure
/tools:api-scaffold backend payment API
/tools:multi-agent-optimize optimize payment flow performance
/tools:docker-optimize containerize payment service
/tools:monitor-setup payment metrics and alerts

ワークフローとツールの使い分け

🔀 ワークフロー & サブエージェントツール

🛠️ 専門ツール

例:

🔧 ツールを使う場面:

例:

コマンド形式

スラッシュコマンドはシンプルなMarkdownファイルで構成されます:

ベストプラクティス

コマンド選択

効果的な利用方法

貢献方法

トラブルシューティング

コマンドが見つからない場合:

ワークフローが遅い: 通常です - 複数サブエージェントを調整しています

一般的な出力: 技術スタックについてより具体的なコンテキストを追加してください

統合の問題: ファイルパスとコマンド順序を確認

パフォーマンス向上のヒント

コマンド選択:

最適化:

新しいワークフローの追加:

新しいツールの追加:

詳細情報

--- Tranlated By Open Ai Tx | Last indexed: 2025-09-08 ---