Matrix Export
Export the Matrix memory database to a portable format.
Parse user arguments from the skill invocation (text after the trigger phrase).
Export Options
JSON export (default): Read the database and output all solutions, failures, and warnings as JSON.
Specific type ("solutions", "failures", "warnings"): Export only that category.
Process
- •Use
matrix_statusto get counts - •Read and format the data
- •Present the JSON output or save to file if path specified
Note: This exports the data for backup/portability. The actual SQLite database is at ~/.claude/matrix/matrix.db.