Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 3.49 KB

File metadata and controls

71 lines (52 loc) · 3.49 KB

Welcome to code-index

How We Use Claude

Based on dvcdsys's usage over the last 30 days:

Work Type Breakdown: Improve Quality ██████████░░░░░░░░░░ 50% Debug Fix █████░░░░░░░░░░░░░░░ 25% Plan Design ██░░░░░░░░░░░░░░░░░░ 8% Prototype ██░░░░░░░░░░░░░░░░░░ 8% Build Feature ██░░░░░░░░░░░░░░░░░░ 8%

Top Skills & Commands: /model ████████████████████ 11x/month /clear ████████████████░░░░ 9x/month /cix ███████████░░░░░░░░░ 6x/month /context █████████░░░░░░░░░░░ 5x/month /agents ████░░░░░░░░░░░░░░░░ 2x/month /plan ██░░░░░░░░░░░░░░░░░░ 1x/month

Top MCP Servers: portainer ████████████████████ 136 calls

Your Setup Checklist

Codebases

  • code-index — https://github.com/dvcdsys/code-index
    • server/ — Go API server (cix-server, pure Go binary + llama-server sidecar)
    • cli/ — Go CLI (cix binary, do not modify when working on the server)

MCP Servers to Activate

  • portainer — manage Docker stacks/containers on the production server (check logs, restart services, inspect stack files). Ask dvcdsys for the Portainer URL and an API token, then add it to your MCP config.

Skills to Know About

  • /cix — semantic code search over the indexed codebase. Use this before Grep/Glob when hunting for code by meaning, symbol, or file pattern. Run cix init in a fresh clone to register the project and start the watcher.
  • /model — switch between Opus/Sonnet/Haiku mid-session. The team swaps models often depending on task weight.
  • /clear — reset context between unrelated tasks. Used heavily here — treat each task as a fresh session.
  • /context — inspect what's currently loaded in the context window.
  • /agents — list and invoke specialized subagents (e.g. pre-release-check, code-researcher).
  • /plan — drop into plan mode before a non-trivial implementation to align on approach first.

Team Tips

TODO

Get Started

TODO