MCPcopy Create free account
hub / github.com/compozy/agh / GetSkill

Method GetSkill

internal/cli/client.go:296–296  ·  view source on GitHub ↗
(ctx context.Context, name string, query SkillQuery)

Source from the content-addressed store, hash-verified

294 DeleteResource(ctx context.Context, kind string, id string, request ResourceDeleteRequest) error
295 ListSkills(ctx context.Context, query SkillQuery) ([]SkillRecord, error)
296 GetSkill(ctx context.Context, name string, query SkillQuery) (SkillRecord, error)
297 GetSkillContent(ctx context.Context, name string, query SkillQuery) (string, error)
298 GetSkillShadows(ctx context.Context, name string, query SkillQuery) (SkillShadowsRecord, error)
299 EnableSkill(ctx context.Context, name string, query SkillQuery) (SkillActionRecord, error)

Callers 2

newSkillInfoCommandFunction · 0.65

Implementers 2

stubClientinternal/cli/helpers_test.go
unixSocketClientinternal/cli/client.go

Calls

no outgoing calls

Tested by

no test coverage detected