Claude-Matrix
Persistent memory, code indexing, and automated codebase hygiene
All Skills in This Repository (11)
Pure Emerald Level IndicatorsClone Repo
Shallow clone external repositories into a temporary directory and optionally check out a branch.
Matrix Warnings
Store and enforce warnings for problematic files and packages in a repository.
Matrix Doctor
Diagnose and repair Matrix plugin health issues, returning a structured DoctorResult object.
Effect-TS Expert
Refactor TypeScript codebases to adopt Effect-TS patterns for typed errors and Layers.
Matrix Deep Research
Synthesize multi-source research into polished Markdown topic reports.
Matrix Dreamer
Schedule and manage Claude Code tasks with cron or launchd.
Matrix Reindex
Trigger manual reindex of TypeScript and JavaScript symbol indexes.
Matrix Code Review
Review files, staged diffs, and pull requests for code issues.
Matrix List
Display Matrix memory status and export recent solutions as JSON.
Swift & SwiftUI Expert
Generate Swift and SwiftUI code for iOS 17+ and macOS 14+ apps.
Matrix Nuke
Detect dead exports, orphaned files, unused imports, and circular dependencies in JavaScript and TypeScript repositories.
Frequently Asked Questions
FAQPage SchemaHow to install Claude-Matrix?โผ
Run `npx skills add ojowwalker77/Claude-Matrix --all -g -y` in your terminal to install all skills in this suite globally.
How does Matrix memory work across sessions?โผ
Matrix stores successful solutions in a local SQLite database and recalls them with semantic search when similar problems appear later. All data stays on your machine with no external API calls.
What does the Matrix code index do?โผ
It uses tree-sitter to index symbols across 15 languages, letting you instantly find definitions, callers, exports, dead code, and circular dependencies in large codebases.
How do I clean up dead code with Matrix?โผ
Run the nuke command to scan for dead exports, orphaned files, unused packages, and stale TODOs. It reports findings with confidence scores so you only remove what is safe.
Does Matrix work on Windows?โผ
Matrix supports macOS and Linux natively. Windows users need WSL installed, plus Bun v1.0+ and Claude Code v2.0+ as prerequisites.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core