Expand description
Core data types for the skill ecosystem.
Structs§
- Agent
Config - Configuration for a single agent.
- AgentId
- Unique identifier for an agent.
- Discover
Options - Options for skill discovery.
- Install
Options - Options for installation operations.
- Install
Result - Result of a single skill installation.
- Installed
Skill - A skill that is currently installed.
- List
Options - Options for listing installed skills.
- Parsed
Source - A parsed source reference.
- Remote
Skill - A skill fetched from a remote host provider.
- Remove
Options - Options for removal operations.
- Skill
- A discovered local skill parsed from a
SKILL.mdfile. - Well
Known Index - The index structure for well-known skills.
- Well
Known Skill - A well-known skill with multiple files.
- Well
Known Skill Entry - A single entry in a well-known
index.json.
Enums§
- Install
Mode - Installation mode: symlink (default) or copy.
- Install
Scope - Installation scope.
- Source
Type - 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).