ワンクリックで
ck-get-enum-members
List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
List files in a folder with their signatures, filtered by an optional regex pattern. Use this in fallback folder-scoped exploration after ck find-files.
Source discovery over path, file, type, and member names. Use this as the default first step before signatures or method extraction.
Build a seed-to-related keyword map from indexed results. Use when file-first retrieval is weak/noisy and you need fallback folder scoping with ck find-files.
Remove a stale knowledge snippet by ID when previously learned context is no longer valid.
Record a new knowledge snippet — domain rules, architectural decisions, gotchas, or cross-module relationships discovered during a session.
Retrieve institutional knowledge for a confirmed folder or a cross-folder semantic query. Step 2.5 in the navigation protocol — run after confirming a target folder, before reading method bodies.
| name | ck-get-enum-members |
| description | List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content. |
.claude/skills/ck/ck get-enum-members <file> <EnumName>
{
"file": "src/Payments/MessageCategory.cs",
"enum_name": "MessageCategory",
"start_line": 8,
"end_line": 20,
"members": ["Payment", "Reversal", "Refund"]
}
ck read-full-file when you only need enum values.