Skip to main content

Module types

Module types 

Source
Expand description

Core data types for the skill ecosystem.

Structs§

AgentConfig
Configuration for a single agent.
AgentId
Unique identifier for an agent.
DiscoverOptions
Options for skill discovery.
InstallOptions
Options for installation operations.
InstallResult
Result of a single skill installation.
InstalledSkill
A skill that is currently installed.
ListOptions
Options for listing installed skills.
ParsedSource
A parsed source reference.
RemoteSkill
A skill fetched from a remote host provider.
RemoveOptions
Options for removal operations.
Skill
A discovered local skill parsed from a SKILL.md file.
WellKnownIndex
The index structure for well-known skills.
WellKnownSkill
A well-known skill with multiple files.
WellKnownSkillEntry
A single entry in a well-known index.json.

Enums§

InstallMode
Installation mode: symlink (default) or copy.
InstallScope
Installation scope.
SourceType
The type of a parsed skill source.

Constants§

AGENTS_DIR
The canonical agents directory name.
SKILLS_SUBDIR
The skills subdirectory name.
UNIVERSAL_SKILLS_DIR
The universal skills directory (project-relative).