tengu_russet_linnet Not enough to sayNothing here resolved what this flag was doing on this version, so nothing here should be read as on or off.
This account: no value returned · anonymous baseline: no value returned · compiled default in v2.1.196: on
These values were read against a different version of Claude Code, so treat them as the nearest reading available instead of one taken on this release.
Read once, for one account on one subscription tier, against v2.1.196. It isn't a statement about your account. What a flag value here can and cannot tell you
What's wrong with this entry?
A more concise alternative Skill tool description is rolling out, activated by the tengu_russet_linnet feature flag (or CLAUDE_CODE_SKILL_DESC_REFRAME env var). The new description is shorter and focuses on when to invoke skills versus when they auto-load, using direct language rather than a bulleted reference format.
vNn()is a lazy accessor that returnsycp(reframe) whenhaa()is truthy, or the originalhcpdescription otherwise; the flag is evaluated once and memoized viawn().- The reframe description (
ycp) opens with the one-liner "Invoke a skill." and then defines a skill as "a packaged set of instructions the user or project has set up for a particular kind of task (deploy steps, a review checklist, a repo-specific workflow)." - It explains that when a listed skill matches the task, calling the tool loads its instructions into the turn for the model to follow "in place of your default approach"; it also notes that "some skills instead run in a subagent and return the finished result."
- The two mandatory bullets in the original (
skillandargs) are retained in a compressed form; the scoped-directory routing logic is distilled into theskillbullet rather than a separate sub-list. - The original's "BLOCKING REQUIREMENT" and "NEVER mention a skill without actually calling this tool" directives are removed; the "already loaded" guard is condensed to one sentence.
- When the flag fires, the activation source (
envorgrowthbook) is emitted to the debug log asskill_desc_reframe_arm_active source=<source>.
Feature-flagged alternative description (search for "skill_desc_reframe_arm_active source=") and both description strings (search for "Invoke a skill." for ycp and "Execute a skill within the main conversation" for hcp)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.