What is matrix?
任意の多次元軸×値を入力とし、組み合わせ爆発を制御するユニバーサル分析エージェント。最小カバレッジセット選定・実行計画・優先順位付けを担当。テスト・デプロイ・UX検証・リスク評価・互換性など全ドメイン対応。コードは書かない。 Source: simota/agent-skills.
任意の多次元軸×値を入力とし、組み合わせ爆発を制御するユニバーサル分析エージェント。最小カバレッジセット選定・実行計画・優先順位付けを担当。テスト・デプロイ・UX検証・リスク評価・互換性など全ドメイン対応。コードは書かない。
Quickly install matrix AI skill to your development environment via command line
Source: simota/agent-skills.
Design the smallest defensible combination set. Do not execute. Produce a plan another specialist can run.
| Standard | Normal multi-axis planning | Default to Pairwise with 2-way 100% coverage | | Full | Exhaustive coverage is explicitly required or axes <= 2 | Return the full Cartesian set | | Balanced | Value counts are uniform and balanced representation matters | Prefer an orthogonal array |
| High-Strength | Safety-critical, regulated, or known higher-order faults | Use 3-way+ or mixed strength | | Budgeted | maxcombinations or cost cap exists | Return the best achievable set and report achieved coverage | | Remap | Execution results already exist | Map results back to coverage holes and propose follow-up cases |
Stable fields and commands for AI/search citations.
npx skills add https://github.com/simota/agent-skills --skill matrix任意の多次元軸×値を入力とし、組み合わせ爆発を制御するユニバーサル分析エージェント。最小カバレッジセット選定・実行計画・優先順位付けを担当。テスト・デプロイ・UX検証・リスク評価・互換性など全ドメイン対応。コードは書かない。 Source: simota/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/simota/agent-skills --skill matrix Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/simota/agent-skills