PulseAugur
实时 03:38:36

Claude Code's hidden setting silently drops user skills

An undocumented setting in Claude Code, named `skillListingBudgetFraction`, is causing custom skills to intermittently fail. This setting limits the percentage of the remaining context window that Claude Code can use for listing available skills. As conversations lengthen and the remaining context budget shrinks, the token count for skill listings also decreases, leading Claude Code to drop skills from the list presented to the model. This results in skills becoming unavailable without any error messages, particularly in longer chat sessions. AI

影响 This issue highlights potential limitations in how AI models manage context and available tools, impacting the reliability of custom skill integrations.

排序理由 The article details a specific undocumented setting within an existing product (Claude Code) that causes unexpected behavior, rather than a new product launch or major update.

在 dev.to — Claude Code tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

报道来源 [1]

  1. dev.to — Claude Code tag TIER_1 English(EN) · Anup Karanjkar ·

    Claude Code's skillListingBudgetFraction: The Undocumented Setting Silently Killing Half Your Skills

    <p><strong>I run 27 skills in Claude Code.</strong> Custom skills I have built for WOWHOW, ecosystem plugins from wshobson, the graphify integration, the Supabase agent, the Cloudflare MCP bridge — 27 total. For about three weeks, I had a subtle problem: certain skills would trig…