ck get-enum-members — Reference

SkillFiles & storage

List enum members for a specific C#, TypeScript, Kotlin, or Python enum without reading full file content.

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 get-enum-members — Reference skill

What this skill tells your AI

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

Syntax

.claude/skills/ck/ck get-enum-members <file> <EnumName>

Output (JSON)

{
  "file": "src/Payments/MessageCategory.cs",
  "enum_name": "MessageCategory",
  "start_line": 8,
  "end_line": 20,
  "members": ["Payment", "Reversal", "Refund"]
}

Tips

  • Prefer this over ck read-full-file when you only need enum values.
  • Works for C#, TypeScript, Kotlin, and Python/TSX files.

Signals

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