MCPcopy Create free account
hub / github.com/freecodexyz/free-code / findProjectSkill

Function findProjectSkill

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

Source from the content-addressed store, hash-verified

56}
57
58function findProjectSkill() {
59 const skills = getInvokedSkillsForAgent(null)
60 for (const [, info] of skills) {
61 if (info.skillPath.startsWith('projectSettings:')) {
62 return info
63 }
64 }
65 return undefined
66}
67
68function createSkillImprovementHook() {
69 let lastAnalyzedCount = 0

Callers 3

shouldRunFunction · 0.85
buildMessagesFunction · 0.85
logResultFunction · 0.85

Calls 1

getInvokedSkillsForAgentFunction · 0.85

Tested by

no test coverage detected