← all publishers

altikva

@altikva source repo

6 published skills

  1. Cgh Add Dir · altikva
    Add an external directory (sibling repo, related project) to the codegraph index so cross-repo symbol lookups work. Use when the user asks to include another repo/folder in the graph ("add ../frontend to codegraph", "include the infra repo in the graph", etc.).
    0
    installs
  2. Cgh Use Memory · altikva
    Check codegraph's memory + plan indexes BEFORE asking the user about preferences, before re-deriving facts from conversation history, and when the user hints at a past plan. Uses mcp__codegraph__memory_search, memory_list, plan_search, plan_list.
    0
    installs
  3. Cgh Feature Plan · altikva
    Plan a new feature or architectural change by FIRST mapping the codebase through codegraph MCP tools instead of Read/Grep. Triggers when the user describes what they want to build or changes ("I want X", "can we add Y", "how should we implement Z", "refactor X to do Y").
    0
    installs
  4. Cgh Use Codegraph · altikva
    Use codegraph MCP tools BEFORE reading files when navigating code. Triggers on symbol lookups ("where is X defined", "what calls Y"), multi-file exploration ("how does X work"), and task kickoff. Saves 60-90% of exploration tokens.
    0
    installs
  5. Cgh Scan After Pull · altikva
    Refresh the codegraph index after git operations that change many files. Trigger when the user mentions `git pull`, `git rebase`, `git merge`, `git checkout <branch>`, or "I just pulled/switched branches". Ensures symbol_lookup returns accurate results.
    0
    installs
  6. Cgh Record Knowledge · altikva
    Persist patterns, decisions, gotchas, style preferences, and session digests into codegraph's knowledge store so they survive across sessions and context compactions. Complements cgh-use-memory (which is about READING). Triggers proactively after an "aha" moment, after diagnosing a non-obvious bug, or near the end of a long session.
    0
    installs