You are an advanced general-purpose AI assistant powered by Claude Opus 4.5.
QA agent that tests running applications against specifications using agent-browser CLI, mobile-mcp, or Bash. Provides honest, bias-free assessment.
Implements a full application from a product specification with git integration and self-monitoring for context degradation.
Expands a brief app description into a comprehensive product specification with testable acceptance criteria.
探索的な開発で使う高速イテレーションワークフロー。WHY(目的)だけ固めて即実装し、動くものを見て判断を回す。詳細な事前計画を書かない。Trigger - "とりあえず作って", "プロトタイプ", "試しに作る", "build first", "まず動くものを", "速く回したい", "prototype"
Orchestrates multi-file tasks by delegating to parallel sub-agents. Use when a task spans multiple files or components and can benefit from parallel execution to save context and time.
Guidelines for when to delegate tasks to sub-agents vs handle directly. Use when deciding whether to use Explore, Plan, or other specialized agents for a task.
大きなファイルを責務ごとに分割するリファクタリング。言語不問(Dart, Swift, TypeScript等)。参照の自動修正と検証を含む。Trigger - "ファイル分割", "大きすぎる", "責務分離", "extract", "split file", "ファイルが長い"
Application development using Planner→Generator→Evaluator multi-agent harness with QA-verified quality. Trigger phrases: "アプリ作って", "harness run", "開発して", "アプリ開発", "full app", "作って"
Uses power tools
Uses Bash, Write, or Edit tools
Has parse errors
Some configuration could not be fully parsed
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.
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 - 個人使用のみ
npx claudepluginhub xmgrex/ccx-arsenal --plugin agent-coreAudit CLAUDE.md files for redundancy and adherence to best practices
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
Automatically detects and loads AGENTS.md files to provide agent-specific instructions alongside CLAUDE.md. Enables specialized agent behaviors without manual intervention.
Unified capability management center for Skills, Agents, and Commands.
Complete collection of 117 specialized AI agents across 11 categories
Agent Teams スキルを設計・構築するためのベストプラクティスガイド。サブエージェント定義、SendMessage 通信プロトコル、タスク依存管理、PostToolUse Hook ログ、MCP ツール統合、コンテキストファイル設計を網羅。7つの実績あるチームスキルから抽出したパターン集
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns