
from claude-matrix108
List, inspect, and export Matrix memory contents and statistics; includes modes for stats, failures, warnings, solutions, and JSON export for backups.
Provides commands and procedural steps for listing and exporting the internal Matrix memory state: statistics, scope breakdowns, recent solutions, failures, and warnings. The skill defines defaults for listing, specialized modes (stats/failures/warnings/solutions), and a clear export flow that formats Matrix data as JSON and writes it to a file for backup or downstream use.
Invoke this skill when a user asks to inspect or export the agent's Matrix memory — e.g., 'show matrix stats', 'list warnings', 'export matrix data', or 'backup matrix'. Use the stats mode for summaries and the export path for creating portable JSON backups.
Intended for use with agents that have access to the Matrix plugin/tools (the SKILL.md lists mcp__plugin_matrix_matrix__matrix_status and matrix_warn).
Matrix List & Export is a lean skill for inspecting and exporting Matrix memory via MCP tools. No scripts bundled — purely instruction-based. SKILL.md is well-structured with clear frontmatter and mode breakdowns, but content is thin with no error handling guidance or edge case coverage.
Clean skill with no security concerns. Relies entirely on MCP tool calls (matrix_status, matrix_warn) and the Write tool. Niche audience — only relevant for users of the Claude-Matrix plugin.