PulseAugur
LIVE 19:31:10
tool · [1 source] ·

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

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

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

RANK_REASON 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.

Read on dev.to — Claude Code tag →

COVERAGE [1]

  1. dev.to — Claude Code tag TIER_1 · 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…