chippery-index | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / chippery-index

chippery-index

maintained by paircat

star 9 account_tree 0 verified_user MIT License
bolt View GitHub

name: chippery-index description: Manually rebuild the Chippery code index (usually runs automatically on session start) disable-model-invocation: true allowed-tools: Bash

Code Indexer

Manually rebuild the code index for the current project.

Note: The index builds automatically when you start a Claude Code session in a git repository. You only need this command to force a rebuild.

Usage

~/.chippery/bin/chippery-indexer index-dir "$(pwd)" && echo "Index built successfully"

When to Run

Run /chippery-index when:

  • After major code changes (new files, large refactoring)
  • If /chippery-func returns stale or missing results
  • To force an immediate rebuild instead of waiting for background indexing

What It Does

  1. Scans the current directory for code files
  2. Parses and indexes functions, classes, and their relationships
  3. Builds call graphs for caller/callee analysis
  4. Stores index in .chippery/index/ directory

Index Location

The index is stored in .chippery/index/ in the project root. This directory can be added to .gitignore.

Supported Languages

  • TypeScript/JavaScript
  • Python
  • Go
  • Rust
  • Java/Kotlin
  • C/C++
  • And more...

After Indexing

Once indexed, you can use:

  • /chippery-func <name> - Get function details
  • /chippery-orient <query> - Navigate the codebase

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 9
GitHub Forks 0
Created Mar 2026
Last Updated 3 months ago
tools tools automation tools

Related Skills

specs-gen
chevron_right
glm-coding-agent
chevron_right
creating-pr
chevron_right
writing-skills
chevron_right
reviewing-pr
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.