Skip to main content

Module skills

Module skills 

Source
Expand description

Embedded skill installation support for agent-exec.

install-skills is intentionally narrow: it installs only the built-in agent-exec skill into .agents/skills/ or .claude/skills/ and records the result in .skill-lock.json.

Structs§

EmbeddedFile
Represents a single embedded file: relative path within the skill dir and content.
InstalledSkill
Result of installing the built-in skill.
LockEntry
A single entry in .skill-lock.json.
LockFile
Represents the .agents/.skill-lock.json file.

Statics§

EMBEDDED_AGENT_EXEC_FILES
All embedded files for the built-in agent-exec skill.

Functions§

install_builtin
Install the built-in agent-exec skill into agents_dir/skills/agent-exec/.
now_rfc3339
Get the timestamp in RFC 3339 format.
resolve_root_dir
Resolve the root directory for skill installation.