Expand description
Skill installation support for agent-exec.
Provides:
Sourceenum for parsing skill source specifications- Embedded skill data for the built-in
agent-execskill - Lock file reading/writing (
.agents/.skill-lock.json) - Skill expansion (copy to
.agents/skills/<name>/)
Structs§
- Embedded
File - Represents a single embedded file: relative path within the skill dir and content.
- Installed
Skill - Result of installing a single skill.
- Lock
Entry - A single entry in
.skill-lock.json. - Lock
File - Represents the
.agents/.skill-lock.jsonfile. - Unknown
Source Scheme - Error returned when an unrecognised source scheme is provided.
Enums§
- Source
- Skill installation source.
Statics§
- EMBEDDED_
AGENT_ EXEC_ FILES - All embedded files for the built-in
agent-execskill.
Functions§
- install
- Install a skill from
sourceintoagents_dir/skills/<name>/. - now_
rfc3339 - Get the timestamp in RFC 3339 format.
- resolve_
agents_ dir - Resolve the
.agents/directory.