スキル一覧に戻る
ojowwalker77

matrix-repomix

by ojowwalker77

matrix-repomixは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

84🍴 8📅 2026年1月22日
GitHubで見るManusで実行

SKILL.md


name: Matrix Repomix description: This skill should be used when the user asks to "pack repository", "repomix", "fetch external code", "pack github repo", "get code from repository", or needs to pack external repositories for context analysis. user-invocable: true allowed-tools:

  • mcp__plugin_matrix_matrix__matrix_repomix

Matrix Repomix

Pack external repositories for context using a two-phase flow that minimizes token consumption.

Usage

Use the matrix_repomix MCP tool with the target repository and query.

Phase 1: Index (No Tokens)

Call with target and query to get file suggestions:

target: "anthropics/anthropic-cookbook"
query: "tool use implementation"

Returns suggested files with token estimates. Ask the user to confirm before proceeding.

Phase 2: Pack (With Confirmation)

After user confirms, call again with confirmedFiles:

target: "anthropics/anthropic-cookbook"
query: "tool use implementation"
confirmedFiles: ["path/to/file1.py", "path/to/file2.py"]

Parameters

  • target (required) - GitHub shorthand (owner/repo) or local path
  • query (required) - What implementation to search for
  • branch - Git branch (default: HEAD)
  • confirmedFiles - Files to pack (from Phase 1)
  • maxTokens - Maximum tokens for output (default: 30000)
  • maxFiles - Maximum files to suggest (default: 15)
  • cacheTTLHours - Cache duration (default: 24)

Key Features

  • Query-first semantic search using Matrix embeddings
  • Token estimates BEFORE consumption
  • Smart exclusions (tests, docs, configs, node_modules)
  • GitHub API for file tree (no content fetch until pack)
  • 24h cache for index, configurable for pack results

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です