index

Community

Make code searchable with semantic indexing.

Authorwhiteboardev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill indexes codebases to enable semantic, vector-based search over source code, letting developers pose natural-language questions and locate relevant files or functions quickly.

Core Features & Use Cases

  • Semantic indexing of codebases to support vector-based search across languages and projects.
  • CLI actions to index, reindex, search, list, and delete codebases for project management.
  • Use Case: A developer wants to find where authentication logic resides or where a database connection is implemented within a project.

Quick Start

  • Index a codebase: bun scripts/index.ts index /path/to/project --name MyProject
  • Search indexed code: bun scripts/index.ts search "authentication" --limit 10
  • Reindex after changes: bun scripts/index.ts reindex
  • List indexed codebases: bun scripts/index.ts list

Dependency Matrix

Required Modules

None required

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: index
Download link: https://github.com/whiteboardev/brainy.chat/archive/main.zip#index

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.