Pack external repositories for context with minimal token consumption
Packs external repositories for context using query-based semantic search with token estimates before consumption.
/plugin marketplace add ojowwalker77/Claude-Matrix/plugin install matrix@matrix-marketplacePack external repositories for context using a two-phase flow that minimizes token consumption.
Use the matrix_repomix MCP tool with the target repository and query.
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.
After user confirms, call again with confirmedFiles:
target: "anthropics/anthropic-cookbook"
query: "tool use implementation"
confirmedFiles: ["path/to/file1.py", "path/to/file2.py"]