MCPcopy
hub / github.com/codeaashu/claude-code / initSkillImprovement

Function initSkillImprovement

src/utils/hooks/skillImprovement.ts:175–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175export function initSkillImprovement(): void {
176 if (
177 feature('SKILL_IMPROVEMENT') &&
178 getFeatureValue_CACHED_MAY_BE_STALE('tengu_copper_panda', false)
179 ) {
180 registerPostSamplingHook(createSkillImprovementHook())
181 }
182}
183
184/**
185 * Apply skill improvements by calling a side-channel LLM to rewrite the skill file.

Callers 1

Calls 4

featureFunction · 0.85
registerPostSamplingHookFunction · 0.85

Tested by

no test coverage detected