mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-03-30 13:43:26 +08:00
feat(ecc): prune plugin 43→12 items, promote 7 rules to .claude/rules/ (#245)
ECC community plugin pruning: removed 530+ non-essential files (.cursor/, .opencode/, docs/ja-JP, docs/zh-CN, docs/zh-TW, language-specific skills/agents/rules). Retained 4 agents, 3 commands, 5 skills. Promoted 13 rule files (8 common + 5 typescript) to .claude/rules/ for CC native loading. Extracted reusable patterns to EXTRACTED-PATTERNS.md.
This commit is contained in:
@@ -1,85 +0,0 @@
|
||||
# プラグインとマーケットプレイス
|
||||
|
||||
プラグインは新しいツールと機能でClaude Codeを拡張します。このガイドではインストールのみをカバーしています - いつ、なぜ使用するかについては[完全な記事](https://x.com/affaanmustafa/status/2012378465664745795)を参照してください。
|
||||
|
||||
---
|
||||
|
||||
## マーケットプレイス
|
||||
|
||||
マーケットプレイスはインストール可能なプラグインのリポジトリです。
|
||||
|
||||
### マーケットプレイスの追加
|
||||
|
||||
```bash
|
||||
# 公式 Anthropic マーケットプレイスを追加
|
||||
claude plugin marketplace add https://github.com/anthropics/claude-plugins-official
|
||||
|
||||
# コミュニティマーケットプレイスを追加
|
||||
claude plugin marketplace add https://github.com/mixedbread-ai/mgrep
|
||||
```
|
||||
|
||||
### 推奨マーケットプレイス
|
||||
|
||||
| マーケットプレイス | ソース |
|
||||
|-------------|--------|
|
||||
| claude-plugins-official | `anthropics/claude-plugins-official` |
|
||||
| claude-code-plugins | `anthropics/claude-code` |
|
||||
| Mixedbread-Grep | `mixedbread-ai/mgrep` |
|
||||
|
||||
---
|
||||
|
||||
## プラグインのインストール
|
||||
|
||||
```bash
|
||||
# プラグインブラウザを開く
|
||||
/plugins
|
||||
|
||||
# または直接インストール
|
||||
claude plugin install typescript-lsp@claude-plugins-official
|
||||
```
|
||||
|
||||
### 推奨プラグイン
|
||||
|
||||
**開発:**
|
||||
- `typescript-lsp` - TypeScript インテリジェンス
|
||||
- `pyright-lsp` - Python 型チェック
|
||||
- `hookify` - 会話形式でフックを作成
|
||||
- `code-simplifier` - コードのリファクタリング
|
||||
|
||||
**コード品質:**
|
||||
- `code-review` - コードレビュー
|
||||
- `pr-review-toolkit` - PR自動化
|
||||
- `security-guidance` - セキュリティチェック
|
||||
|
||||
**検索:**
|
||||
- `mgrep` - 拡張検索(ripgrepより優れています)
|
||||
- `context7` - ライブドキュメント検索
|
||||
|
||||
**ワークフロー:**
|
||||
- `commit-commands` - Gitワークフロー
|
||||
- `frontend-design` - UIパターン
|
||||
- `feature-dev` - 機能開発
|
||||
|
||||
---
|
||||
|
||||
## クイックセットアップ
|
||||
|
||||
```bash
|
||||
# マーケットプレイスを追加
|
||||
claude plugin marketplace add https://github.com/anthropics/claude-plugins-official
|
||||
claude plugin marketplace add https://github.com/mixedbread-ai/mgrep
|
||||
|
||||
# /pluginsを開き、必要なものをインストール
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## プラグインファイルの場所
|
||||
|
||||
```
|
||||
~/.claude/plugins/
|
||||
|-- cache/ # ダウンロードされたプラグイン
|
||||
|-- installed_plugins.json # インストール済みリスト
|
||||
|-- known_marketplaces.json # 追加されたマーケットプレイス
|
||||
|-- marketplaces/ # マーケットプレイスデータ
|
||||
```
|
||||
Reference in New Issue
Block a user