Provide plugins for reviewing documents, code, and cost analysis with AWS integration.
npx claudepluginhub revsystem/claude-code-pluginsReview blog articles with terminology standards and AWS documentation verification.
Review Terraform code.
技術記事レビュー、Terraformコードレビュー、AWSコスト分析、技術ドキュメント検索を提供するClaude Code Pluginsです。文章校正、AWS公式ドキュメント検証、Terraformコードレビュー、AWSコスト最適化、最新技術情報の調査を組み合わせ、高品質な技術文書とインフラの作成をサポートします。
| プラグイン | 概要 | 使い方 | モデル |
|---|---|---|---|
document-reviewer | 技術記事の文章校正とAWS公式ドキュメント検証 | /document-reviewer @article.md | inherit |
terraform-code-reviewer | Terraformコードのセキュリティ・コスト・ベストプラクティスレビュー | /terraform-code-reviewer | inherit |
aws-cost-analyst | AWSコスト分析・異常調査・最適化提案 | エージェント(自然言語) | sonnet |
tech-docs-searcher | フレームワーク・ライブラリ・AWSサービスの最新ドキュメント検索 | エージェント(自然言語) | sonnet |
inherit は Claude Code の実行モデルを継承します。sonnet はコスト効率を考慮した明示指定です。
AWS_PROFILE 環境変数を自動参照)/plugin marketplace add revsystem/claude-code-plugins
技術記事レビュープラグイン
/plugin install document-reviewer@document-and-code-reviewer
Terraformコードレビュープラグイン
/plugin install terraform-code-reviewer@document-and-code-reviewer
AWSコスト分析プラグイン
/plugin install aws-cost-analyst@document-and-code-reviewer
技術ドキュメント検索プラグイン
/plugin install tech-docs-searcher@document-and-code-reviewer
/plugin enable
document-and-code-reviewer を選択してEnterキーを押します。
╭─────────────────────────────╮
│ Manage plugins │
│ Select a marketplace to manage plugins: │
│ │
│ ❯ document-and-code-reviewer │
│ 4 plugins installed · 4 disabled │
╰─────────────────────────────╯
有効にしたいプラグインを選択して Enable plugin を選択してEnterキーを押します。
╭─────────────────────────────╮
│ document-and-code-reviewer › Manage plugins │
│ │
│ ❯ ◯ document-reviewer │
│ Review blog articles. · v0.0.4 │
│ │
│ ◯ terraform-code-reviewer │
│ Review Terraform code. · v0.0.4 │
│ │
│ ◯ aws-cost-analyst │
│ AWS cost analysis. · v0.0.4 │
│ │
│ ◯ tech-docs-searcher │
│ Technical docs search. · v0.0.4 │
╰─────────────────────────────╯
╭─────────────────────────────╮
│ ❯ Enable plugin │
│ Mark for update │
│ Mark for uninstallation │
│ Update now │
│ Uninstall now │
│ Back to plugin list │
╰─────────────────────────────╯
git clone https://github.com/revsystem/claude-code-plugins.git
cd claude-code-plugins
/plugin marketplace add ./claude-code-plugins
技術記事レビュープラグイン
/plugin install document-reviewer@document-and-code-reviewer
Terraformコードレビュープラグイン
/plugin install terraform-code-reviewer@document-and-code-reviewer
AWSコスト分析プラグイン
/plugin install aws-cost-analyst@document-and-code-reviewer
技術ドキュメント検索プラグイン
/plugin install tech-docs-searcher@document-and-code-reviewer
前述の、Githubマーケットプレイスを追加する場合の手順を参照してください。
AWS Cost Explorer MCPサーバーと AWS Pricing MCPサーバーは AWS API にアクセスするため、AWS_PROFILE 環境変数の設定が必要です。
MCPサーバー設定ファイルは ${AWS_PROFILE:-default} 構文を使用しており、シェル環境の AWS_PROFILE を自動的に参照します。未設定の場合は AWS CLI の default プロファイルが使用されます。
シェルで環境変数を設定する
# ~/.bashrc や ~/.zshrc に追加
export AWS_PROFILE=your-aws-profile
設定するプロファイルには、Cost Explorer API と Pricing API へのアクセス権限が必要です。
MCPサーバー設定ファイルの場所(直接編集する場合)
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.