MCPcopy Create free account
hub / github.com/Facets-cloud/flow / SkillInstallPath

Method SkillInstallPath

internal/harness/harness.go:242–242  ·  view source on GitHub ↗

Skill / rules file ----------------------------------------------- SkillInstallPath returns where flow's skill markdown lives for this harness (e.g. ~/.claude/skills/flow/SKILL.md).

()

Source from the content-addressed store, hash-verified

240 // Skill / rules file -----------------------------------------------
241
242 // SkillInstallPath returns where flow's skill markdown lives for
243 // this harness (e.g. ~/.claude/skills/flow/SKILL.md).
244 SkillInstallPath() (string, error)
245

Callers 4

maybeAutoUpgradeSkillFunction · 0.65
skillInstallFunction · 0.65
skillUninstallFunction · 0.65
cmdInitFunction · 0.65

Implementers 1

claudeinternal/harness/claude/claude.go

Calls

no outgoing calls

Tested by

no test coverage detected