AI AGENT ADDONS

Indexion Identity

trkbt10/indexion-skills

When you write code, names matter. A function called getUser should actually get a user. A file named utils.js should only hold utilities. This skill helps you check if names still match what the code does. It uses a command line tool called indexion identity audit.

The tool scans your files, folders, and important symbols. It points out mismatches between a name and the actual content. You can then plan the right fix like a rename, a move, or a split. The goal is to keep your code honest and easy to understand.

Add Indexion Identity skill to your workflow

Global

mkdir -p ~/.claude/skills/indexion-identity

Project

mkdir -p .claude/skills/indexion-identity

Source Repository

Stars
1
Forks
2
Watchers
1
License
Apache-2.0
Last Push
2 months ago
Created
5 months ago