Skip to content

PromptScript API


Interface: CatalogEntry

Defined in: core/src/types/manifest.ts:63

A single entry in the registry catalog.

Properties

dependencies

dependencies: string[]

Defined in: core/src/types/manifest.ts:77

Dependencies on other catalog entries


description

description: string

Defined in: core/src/types/manifest.ts:71

Description of what this configuration provides


detectionHints?

optional detectionHints?: DetectionHints

Defined in: core/src/types/manifest.ts:79

Detection hints for auto-suggestion


extends?

optional extends?: string

Defined in: core/src/types/manifest.ts:83

Registry path of the base skill this entry extends (for overlay detection)


id

id: string

Defined in: core/src/types/manifest.ts:65

Unique identifier (e.g., "stacks/react")


name

name: string

Defined in: core/src/types/manifest.ts:69

Human-readable name


path

path: string

Defined in: core/src/types/manifest.ts:67

Path to the .prs file relative to registry root


source?

optional source?: SourceAttribution

Defined in: core/src/types/manifest.ts:81

Source attribution for migrated content


tags

tags: string[]

Defined in: core/src/types/manifest.ts:73

Searchable tags


targets

targets: ManifestTarget[]

Defined in: core/src/types/manifest.ts:75

Supported output targets