MCPcopy Create free account
hub / github.com/basecamp/hey-cli / newSkillInstallCommand

Function newSkillInstallCommand

internal/cmd/skill_install.go:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 "github.com/basecamp/hey-cli/internal/harness"
13 "github.com/basecamp/hey-cli/internal/output"
14 "github.com/basecamp/hey-cli/internal/version"
15 "github.com/basecamp/hey-cli/skills"
16)
17
18const (
19 skillFilename = "SKILL.md"
20 installedVersionFile = ".installed-version"
21
22 // ownershipMarkerFile marks a skill directory as written by hey-cli.
23 // Replacement, automatic refresh, and the harness health checks all
24 // require it: a directory that merely looks like ours (a user-authored

Callers 1

newSkillCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected