Agent skill · AI & Agents

aibridge-code-index

Optional read-only AIBridge Code Index semantic lookup for Unity projects. Use only when this Skill is installed and project rules or AIBridge settings say Code Index is enabled. Use for CLI-only symbol, definition, reference, implementation, derived-type, caller, and diagnostic queries. Do not use when Code Index is disabled; use rg, host file reads, and regular AIBridge commands instead.

FlameskyDexivegithub.com/FlameskyDexiveGitHub ↗
codexMIT
Install
npx skills add FlameskyDexive/Legends-Of-Heroes --skill aibridge-code-index --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: .codex/skills/aibridge-code-index/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 908
Language: C#

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AIBridge Code Index Skill Run commands from the Unity project root. **CLI Path:** `./.aibridge/cli/AIBridgeCLI.exe` **Availability Rule:** This Skill is installed only when `AIBridge/Settings > Code Index > Enable Code Index` is enabled. If project rules say Code Index is disabled, or `code_index status` reports `enabled=false` or `state=disabled`, stop using `code_index` and fall back to `rg` plus normal file reads. ## Operating Rules - `code_index` is CLI-only, read-only, and does not rename, refactor, or write files. - Use it for symbol lookup and source navigation before broad code edits when semantic lookup is useful. - Trust only results marked `semantic=true`; fallback text candidates are explicitly marked `semantic=false`. - If disabled or unavailable, do not retry repeatedly. Use `rg`, file reads, and regular AIBridge commands. ## Commands ```bash $CLI code_index status $CLI code_index doctor $CLI code_index warmup $CLI code_index symbol --query PlayerController $CLI code_index definition --file Assets/Scripts/Foo.cs --line 42 --column 17 $CLI code_index references --file Assets/Scripts/Foo.cs --line 42 --column 17 $CLI code_index implementations --type Game.IFoo $CLI co

What's inside
Steps it walks through
  1. Operating Rules
  2. Commands
More from Legends-Of-Heroes
All skills →
About this skill
What does the aibridge-code-index skill do?

Optional read-only AIBridge Code Index semantic lookup for Unity projects. Use only when this Skill is installed and project rules or AIBridge settings say Code Index is enabled. Use for CLI-only symbol, definition, reference, implementation, derived-type, caller, and diagnostic queries. Do not use when Code Index is disabled; use rg, host file reads, and regular AIBridge commands instead.

How do I install it?

Run `npx skills add FlameskyDexive/Legends-Of-Heroes --skill aibridge-code-index --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From FlameskyDexive/Legends-Of-Heroes, a repository with 908 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going