MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / skillHint

Function skillHint

cli/commands.go:166–171  ·  view source on GitHub ↗
(skill skills.SkillSpec)

Source from the content-addressed store, hash-verified

164
165func buildCommandMeta() map[string]string {
166 meta := map[string]string{}
167 for _, spec := range BuiltinCommandSpecs {
168 meta[spec.Primary] = spec.Description
169 for _, alias := range spec.Aliases {
170 meta[alias] = "Alias for " + spec.Primary
171 }
172 }
173 return meta
174}

Callers 2

IterCommandHelpRowsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected