ck-refs

star 21

Find textual references for a symbol in C#, TypeScript, Kotlin, and Python/TSX files within scoped folders or explicit paths.

Fredrik-C By Fredrik-C schedule Updated 5/14/2026

name: ck-refs description: Find textual references for a symbol in C#, TypeScript, Kotlin, and Python/TSX files within scoped folders or explicit paths.

ck refs — Symbol Reference Locator

Use this command after ck find-symbol when you need fast reference locations.

Syntax

.claude/skills/ck/ck refs "<symbol>" [--path <folder-or-file>] [--top <n>] [--ignore-case]

Typical usage

.claude/skills/ck/ck refs "TypedGatewayPayment"
.claude/skills/ck/ck refs "RequestTerminalRefundAsync" --path src/Modules/PaymentProcessing/

Output

Tab-separated rows:

<score>  <file:line>  <line snippet>
  • score prioritizes exact full-symbol matches over identifier-only matches.
Install via CLI
npx skills add https://github.com/Fredrik-C/ContextKing --skill ck-refs
Repository Details
star Stars 21
call_split Forks 3
navigation Branch main
article Path SKILL.md
More from Creator