By xmgrex
Audit CLAUDE.md files for redundancy and adherence to best practices
Claude Code プラグインの個人用マーケットプレイスです。
このリポジトリは、Claude Code で使用するプラグイン、スキル、MCPサーバー設定などを一元管理するための個人用マーケットプレイスとして機能します。チームメンバーごとにディレクトリを分けてプラグインを管理できます。
ccx-arsenal/
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイス定義
├── plugins/
│ └── {member_name}/ # メンバーごとのプラグインディレクトリ
│ ├── .claude-plugin/
│ │ └── plugin.json # プラグインマニフェスト
│ ├── skills/ # スキル定義
│ │ └── {skill-name}/
│ │ └── SKILL.md
│ ├── commands/ # コマンド定義
│ ├── agents/ # サブエージェント定義
│ ├── hooks/ # フック設定
│ │ └── hooks.json
│ └── .mcp.json # MCPサーバー設定
├── CLAUDE.md # Claude Code 用指示書
└── README.md
/plugin marketplace add xmgrex/ccx-arsenal
ローカル開発時:
/plugin marketplace add /path/to/ccx-arsenal
# 利用可能なプラグインを確認
/plugin search @ccx-arsenal
# プラグインをインストール
/plugin install {plugin_name}@ccx-arsenal
plugins/{your_name}/ ディレクトリを作成.claude-plugin/plugin.json を配置.claude-plugin/marketplace.json にプラグインエントリを追加詳細は CLAUDE.md を参照してください。
Private - 個人使用のみ
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Essential skills for mastering AI agent collaboration. Start here.
Clean Architecture patterns for Flutter with Riverpod state management
Flutter project guardrails: pre-commit dart analyze, enn design system nudges, and Riverpod layer checks
Swift/SwiftUI project guardrails with bundled skills: pre-commit build check, SwiftUI-first convention, iOS version guard, SwiftUI animation expertise, and SwiftUI best practices
PDCA-based debugging toolkit with bundled MCP servers (dart, mobile-mcp): debug cycle methodology, language-specific log patterns, and mobile automation tools
npx claudepluginhub xmgrex/ccx-arsenal --plugin claude-md-auditorTools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
CLAUDE.md lifecycle toolkit: initialise, enhance, sync, and modularise CLAUDE.md files with a 150-line cap, automatic chaining, and Karpathy behavioural guardrails.
Optimize your CLAUDE.md hierarchy — deduplicate, detect misplacement, compress bloat, and visualize token usage across global/project/repo levels
Optimize CLAUDE.md and docs/ ecosystem following Boris Cherny's best practices
Automatically update CLAUDE.md file based on recent code changes
Commands for syncing CLAUDE.md, permissions allowlist, and refreshing context. Hooks for marketplace-to-plugin sync.