ojowwalker77ojowwalker77Communityยท11 Agent Skills Included

Claude-Matrix

Persistent memory, code indexing, and automated codebase hygiene

Gives coding sessions persistent memory so past solutions are recalled automatically across projects. Indexes symbols in 15 languages for instant definition, caller, and dependency lookups without manual searching. Runs background hooks that catch risky packages, sensitive files, and dead code before they cause problems. Includes code review, deep research, and cleanup commands that remove unused exports and circular dependencies.
npx skills add ojowwalker77/Claude-Matrix --all -g -y

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Clone Repo

Shallow clone external repositories into a temporary directory and optionally check out a branch.

Community
Intermediate
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Warnings

Store and enforce warnings for problematic files and packages in a repository.

Community
Intermediate
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Doctor

Diagnose and repair Matrix plugin health issues, returning a structured DoctorResult object.

Community
Advanced
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Effect-TS Expert

Refactor TypeScript codebases to adopt Effect-TS patterns for typed errors and Layers.

Community
Advanced
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Deep Research

Synthesize multi-source research into polished Markdown topic reports.

Community
Advanced
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Dreamer

Schedule and manage Claude Code tasks with cron or launchd.

Community
Intermediate
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Reindex

Trigger manual reindex of TypeScript and JavaScript symbol indexes.

Community
Basic
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Code Review

Review files, staged diffs, and pull requests for code issues.

Community
Advanced
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix List

Display Matrix memory status and export recent solutions as JSON.

Community
Intermediate
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Swift & SwiftUI Expert

Generate Swift and SwiftUI code for iOS 17+ and macOS 14+ apps.

Community
Advanced
๐Ÿ“ฆ In Repo
ojowwalker77ojowwalker77

Matrix Nuke

Detect dead exports, orphaned files, unused imports, and circular dependencies in JavaScript and TypeScript repositories.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’