ck read-full-file — Reference

SkillFiles & storage

Read a complete C#, TypeScript, Kotlin, and Python source file when full-file context is required, with a large-file guardrail and explicit override.

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 read-full-file — Reference skill

What this skill tells your AI

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

Syntax

.claude/skills/ck/ck read-full-file <file> [--max-lines <n>] [--allow-large]

Guardrail behavior

  • Default guardrail threshold is 300 lines.
  • If the file is larger than the threshold, the command refuses and suggests targeted CK reads.
  • To proceed anyway, rerun with --allow-large (or --force).

Examples

.claude/skills/ck/ck read-full-file src/Modules/Payments/Service.cs
.claude/skills/ck/ck read-full-file --max-lines 200 src/Modules/Payments/Service.cs
.claude/skills/ck/ck read-full-file --allow-large src/Modules/Payments/Service.cs

Tips

  • Prefer ck get-method-source, ck get-type-source, and ck get-usings first.
  • Use this when full-file context is genuinely required (cross-member flow, file-level comments, nested type layout).

Signals

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