Stats
Actions
Tags
From context-king
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-king:ck-find-symbolThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this command to locate declarations directly instead of repeated grep/find loops.
Use this command to locate declarations directly instead of repeated grep/find loops.
ck find-symbol "<symbol>" [--path <folder-or-file>] [--kind type|member] [--top <n>]
ck find-symbol "TypedGatewayPayment"
ck find-symbol "RefundPaymentAsync" --path src/Modules/PaymentProcessing/ --kind member
ck find-symbol "AdyenBalancePaymentGateway" --kind type
Tab-separated rows:
<score> <file:line> <kind> <symbol> <container> <signature>
score: 0.000–1.000, higher = more exactkind: type or membercontainer: containing type for membersCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub jnv/claude-code-plugins --plugin context-king