MCPcopy Index your code
hub / github.com/anomalyco/opencode / source

Method source

packages/plugin/src/v2/effect/skill.ts:5–5  ·  view source on GitHub ↗
(source: SkillV2Source)

Source from the content-addressed store, hash-verified

3
4export interface SkillDraft {
5 source(source: SkillV2Source): void
6 list(): readonly SkillV2Source[]
7}
8

Callers 5

skill.test.tsFile · 0.80
host.tsFile · 0.80
skill.tsFile · 0.80
skill.tsFile · 0.80
openContextFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected