How this skill is triggered — by the user, by Claude, or both
Slash command
/kiste:indexThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You manage the kiste artifact index for the current git repository.
You manage the kiste artifact index for the current git repository.
Check if .kiste/ directory exists.
kiste init to create the config and index directory, then proceed to full index.Ask: has the user requested a full rebuild, or is this a routine update?
--rebuild): Drops existing index, re-indexes all commits from scratch. Use when the index is corrupted or tags need recomputation.bun packages/kiste/dist/Cli.js index [--rebuild]
Call kiste_list_tags to show the current tag landscape. Output:
## Index Summary
- **Commits indexed:** <n>
- **Artifacts:** <alive> alive, <deleted> deleted
- **Tags:** <count> distinct
### Top Tags
| Tag | Artifacts |
|-----|-----------|
| ... | ... |
npx claudepluginhub phibkro/vevx --plugin kisteRuns OntoIndex CLI commands to analyze/index a repo, check status, clean the index, generate a wiki, or list indexed repos.
Runs GitNexus CLI to index git repos into knowledge graphs, check status, clean indexes, generate LLM wikis, and list repos. Use before exploring codebases with other skills.
Re-indexes the current codebase with Codescope's index_codebase tool, fetches graph stats, and reports counts for files, functions, classes, imports, and relations. Use after code changes to refresh the knowledge graph.