Skip to main content

SkillCatalogEntry

@forge/monorepo


@forge/monorepo / backend/src / SkillCatalogEntry

Type Alias: SkillCatalogEntry

SkillCatalogEntry = object

Defined in: backend/src/skills/index.ts:24

What discovery puts in context. Deliberately excludes the body.

Properties

description

readonly description: string

Defined in: backend/src/skills/index.ts:28


id

readonly id: SkillId

Defined in: backend/src/skills/index.ts:25


name

readonly name: string

Defined in: backend/src/skills/index.ts:27

Slug form, matching the existing workspace-skill constraint.


source

readonly source: SkillSource

Defined in: backend/src/skills/index.ts:29


version

readonly version: number

Defined in: backend/src/skills/index.ts:30