بنقرة واحدة
context-guard
Keep input small. Use before any Read or Grep call when context budget tight.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Keep input small. Use before any Read or Grep call when context budget tight.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Quick reference for src/vramgeist/calc.py — formulas, public functions, gotchas. Use before editing calc.py.
Quick reference for src/vramgeist/gguf.py parser. Use before editing gguf.py or adding new metadata keys.
Pick next unfinished task from TASK_BOARD.md. Use at start of every session and after finishing one task.
One-page repo layout. Use to locate files without globbing. First skill to invoke after pick-task.
Required end-of-response format. Use before submitting any response that edited files.
Break a Tier 3 (🔴) task into 3-5 Tier-2-shaped sub-tasks before editing. Use whenever picked task is Tier 3.
| name | context-guard |
| description | Keep input small. Use before any Read or Grep call when context budget tight. |
Gemma4:e4b default Ollama window = 4096 tokens. Treat as scarce.
ollama ps → CONTEXT column.Grep -n <pattern> <path> with head_limit=20.Read <path> offset=N limit=40 (slice, never whole file).Glob for file discovery, not directory listing of contents.Read only if file < 150 lines.Do NOT silently expand. Propose to user (see GEMMA_WORK_RULES.md §9.3):
options.num_ctx (safe, ephemeral)./save or Modelfile (needs user OK).OLLAMA_CONTEXT_LENGTH env var (needs restart, user OK).Quote the exact command, state VRAM cost (KV cache ~2x per doubling).