Stats
Actions
Tags
From context-king
Source discovery over path, file, type, and member names. Use this as the default first step before signatures or method extraction.
How this skill is triggered — by the user, by Claude, or both
Slash command
/context-king:ck-find-filesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this as the default entrypoint for source discovery.
Use this as the default entrypoint for source discovery.
ck find-files "<query>" --task <text> [--must <text>] [--top <n>] [--min-score <f>] [--path <folder-or-file>] [--explain]
<score>\t<relative-file-path> (plus explain metadata when enabled).--query using lexical terms likely to exist in code:
folder/path words, file-name words, type names, and method/member words.Good:
terminal card-present refund adyeninventory reservation allocate asyncrender invoice templateWeak:
where is the refund logic implementedhow does this feature workfind code related to payments| Option | Description |
|---|---|
--must <text> | Soft boost for required concepts (not a hard filter) |
--task <text> | Required task intent for candidate reranking context |
--top <n> | Number of ranked matches to return |
--min-score <f> | Filter out low-confidence results |
--path <folder-or-file> | Scope retrieval to a specific subtree |
--explain | Include compact diagnostics (types=<n> signatures=<n>) |
ck find-files "order reservation inventory allocation" --task "Find inventory reservation allocation logic." --top 20 --path src/
ck find-files "terminal refund adyen async" --task "Find async terminal refund handling for Adyen." --must payment --top 15
ck find-files "adyen terminal refund retry" --task "Find retry handling for terminal refunds after transient provider errors. Ignore normal card refund flows."
ck find-files (default first step)ck get-keyword-map then rerun ck find-filesck expand-folder only for fallback folder explorationck signatures and ck get-method-source once target files are identifiednpx claudepluginhub jnv/claude-code-plugins --plugin context-kingCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.