MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / groupKind

Function groupKind

internal/cli/management.go:50–64  ·  view source on GitHub ↗
(group string)

Source from the content-addressed store, hash-verified

48}
49
50func groupKind(group string) entities.Kind {
51 switch group {
52 case "instruction":
53 return entities.KindInstruction
54 case "prompt":
55 return entities.KindPrompt
56 case "skill":
57 return entities.KindSkill
58 case "agent":
59 return entities.KindAgent
60 case "plugin":
61 return entities.KindPlugin
62 }
63 return entities.Kind(group)
64}
65
66// ============================================================================
67// search — 3-tier search: GitHub → skill_repos.json → config.yaml remotes

Callers 1

managementCommandMethod · 0.85

Calls 1

KindTypeAlias · 0.92

Tested by

no test coverage detected