ck find-symbol — Symbol Declaration Locator

SkillFiles & storage

Find type/member declarations in C#, TypeScript, Kotlin, and Python/TSX files with ranked matches. Use when grep loops on the same token start forming.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the ck find-symbol — Symbol Declaration Locator skill

What this skill tells your AI

The instructions your AI receives, as published by fredrik-c/contextking in skills/ck-find-symbol/SKILL.md and read by ahel’s review.

Use this command to locate declarations directly instead of repeated grep/find loops.

Syntax

.claude/skills/ck/ck find-symbol "<symbol>" [--path <folder-or-file>] [--kind type|member] [--top <n>]

Typical usage

.claude/skills/ck/ck find-symbol "TypedGatewayPayment"
.claude/skills/ck/ck find-symbol "RefundPaymentAsync" --path src/Modules/PaymentProcessing/ --kind member
.claude/skills/ck/ck find-symbol "AdyenBalancePaymentGateway" --kind type

Output

Tab-separated rows:

<score>  <file:line>  <kind>  <symbol>  <container>  <signature>
  • score: 0.000–1.000, higher = more exact
  • kind: type or member
  • container: containing type for members

Signals

GitHub stars
22
Forks
3
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
ck-find-symbol
Source
github.com/fredrik-c/contextking