gwt-project-index — for Claude Code gwt-project-index, community, for Claude Code, ide skills, distributed LLM routing, load balancing, automatic model distribution, ChromaDB embeddings, spec integration, GitHub Issues search, Claude Code

v1.0.0
GitHub

About this Skill

gwt-project-index is a distributed LLM router with load balancing and automatic model distribution, designed to streamline AI coding workflows and spec integration.

Features

Maintaining a vector search index using ChromaDB embeddings
Performing GitHub Issues search with semantic queries
Enabling spec integration with automatic model distribution
Running file search commands with ranked results
Updating Issues index with the index-issues command

# Core Topics

akiojin akiojin
[2]
[0]
Updated: 3/12/2026
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

gwt-project-index

Install gwt-project-index, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Project Structure Index

gwt maintains a vector search index of all project files and GitHub Issues using ChromaDB embeddings.

Issues search first for spec integration

When the user asks any of the following, use GitHub Issues search before manual gh issue list, title grep, or file search:

  • "既存仕様を探して"
  • "どの SPEC に統合するべきか"
  • "関連 Issue / spec を探して"
  • "Project Index の統合仕様を確認して"
  • "bug / feature の過去設計を見たい"

For spec integration work, the first question is not "which file should I edit?" but "which existing gwt-spec Issue is the canonical destination?".

Minimum workflow:

  1. Update the Issues index with index-issues
  2. Run search-issues with 2-3 semantic queries derived from the request
  3. Pick the canonical existing spec if found
  4. Only fall back to creating a new spec when no suitable canonical spec exists

Suggested query patterns:

  • subsystem + purpose
    • project index issue search spec
  • user-facing problem + architecture term
    • chroma persisted db recovery project index
  • workflow / discoverability requirement
    • LLM should use gwt-project-index before spec creation

File search command

Run in terminal to find files related to a feature or concept:

bash
1~/.gwt/runtime/chroma-venv/bin/python3 ~/.gwt/runtime/chroma_index_runner.py \ 2 --action search \ 3 --db-path "$GWT_PROJECT_ROOT/.gwt/index" \ 4 --query "your search query" \ 5 --n-results 10

On Windows, use ~/.gwt/runtime/chroma-venv/Scripts/python.exe as the Python executable.

File search output format

JSON object with ranked results:

json
1{"ok": true, "results": [ 2 {"path": "src/git/issue.rs", "description": "GitHub Issue commands", "distance": 0.12}, 3 {"path": "src/lib/components/IssuePanel.svelte", "description": "Issue list panel", "distance": 0.25} 4]}

GitHub Issues search command

First, update the Issues index (fetches gwt-spec Issues via gh CLI):

bash
1~/.gwt/runtime/chroma-venv/bin/python3 ~/.gwt/runtime/chroma_index_runner.py \ 2 --action index-issues \ 3 --db-path "$GWT_PROJECT_ROOT/.gwt/index"

Then search Issues semantically:

bash
1~/.gwt/runtime/chroma-venv/bin/python3 ~/.gwt/runtime/chroma_index_runner.py \ 2 --action search-issues \ 3 --db-path "$GWT_PROJECT_ROOT/.gwt/index" \ 4 --query "your search query" \ 5 --n-results 10

Issues search output format

json
1{"ok": true, "issueResults": [ 2 {"number": 42, "title": "Add vector search for Issues", "url": "https://github.com/...", "state": "open", "labels": ["gwt-spec"], "distance": 0.08} 3]}

When to use

  • Spec integration: find the canonical gwt-spec Issue before creating or updating a spec
  • Task start: search for files and Issues related to the assigned feature
  • Bug investigation: find files and spec Issues that might relate to the bug
  • Feature addition: locate existing similar implementations and relevant specs
  • Architecture understanding: discover how components are organized

Environment

  • GWT_PROJECT_ROOT: absolute path to the project root (set by gwt at pane launch)

Notes

  • File index is auto-generated when the project is opened in gwt
  • Issue index must be updated manually (via GUI "Update Index" button or index-issues action)
  • Both use semantic similarity (not just keyword matching)
  • Lower distance values indicate higher relevance
  • For spec work, prefer search-issues first and use file search second

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is gwt-project-index?

gwt-project-index is a distributed LLM router with load balancing and automatic model distribution, designed to streamline AI coding workflows and spec integration.

How do I install gwt-project-index?

Run the command: npx killer-skills add akiojin/llmlb/gwt-project-index. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

Which IDEs are compatible with gwt-project-index?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add akiojin/llmlb/gwt-project-index. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use gwt-project-index immediately in the current project.

Related Skills

Looking for an alternative to gwt-project-index or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI