This skill should be used when the user asks to "reindex the codebase", "refresh code index", "update matrix index", "rebuild symbol index", or needs to manually trigger code indexing.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add ojowwalker77/Claude-Matrix --skill reindex --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Reindex?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ojowwalker77-reindex)More formats (shields.io, HTML) on the badges page.
---
name: Matrix Reindex
description: This skill should be used when the user asks to "reindex the codebase", "refresh code index", "update matrix index", "rebuild symbol index", or needs to manually trigger code indexing.
user-invocable: true
agent: haiku
allowed-tools:
- mcp__plugin_matrix_matrix__matrix_reindex
---
# Matrix Reindex
Trigger a manual reindex of the TypeScript/JavaScript codebase.
Use the `matrix_reindex` MCP tool to refresh the code index.
## Arguments
- `full` (optional): If true, force a complete reindex ignoring incremental mode
## When to Use
- After making significant file changes outside of Claude
- When the index seems stale or incomplete
- After renaming or moving many files
## Output
- Files scanned, indexed, and skipped
- Symbols and imports found
- Duration of the indexing process
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!