skills/SKILL.md
MixSeek Agent Skills collection for AI coding assistants. Provides workspace management, team configuration, evaluation setup, and debugging tools for MixSeek-Core.
npx skillsauth add drillan/mixseek-plus mixseek-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
MixSeek-Core用のAgent Skillsコレクションです。
| スキル | 説明 |
|--------|------|
| detect-python-command | Pythonコマンド判別・実行 |
| mixseek-workspace-init | ワークスペース初期化 |
| mixseek-team-config | チーム設定生成 |
| mixseek-orchestrator-config | オーケストレーター設定 |
| mixseek-evaluator-config | 評価設定生成 |
| mixseek-config-validate | 設定検証 |
| mixseek-model-list | モデル一覧取得 |
| mixseek-prompt-builder | プロンプトビルダー設定 |
| mixseek-debug | デバッグ機能・ログ制御 |
npx skills add drillan/mixseek-plus
各スキルの詳細は、サブディレクトリ内の SKILL.md を参照してください。
tools
MixSeekワークスペースを初期化し、設定ファイル用ディレクトリ構造を作成します。「ワークスペースを初期化」「mixseekのセットアップ」「設定ディレクトリを作成」「新しいプロジェクトを始める」といった依頼で使用してください。
development
MixSeekのチーム設定ファイル(team.toml)を生成します。「チームを作成」「エージェント設定を生成」「Web検索チームを作って」「分析チームを設定」といった依頼で使用してください。Leader AgentとMember Agentの構成を定義します。
development
MixSeekのプロンプトビルダー設定ファイル(prompt_builder.toml)を生成します。「プロンプトを設定」「プロンプトビルダーを作成」「ラウンド別プロンプト」といった依頼で使用してください。
data-ai
MixSeekのオーケストレーター設定ファイル(orchestrator.toml)を生成します。「オーケストレーターを設定」「チーム競合設定」「複数チームで競わせる」「マルチチーム実行設定」といった依頼で使用してください。複数チームを並列実行して最良の結果を選択する設定を定義します。