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§
- Embedded
File - Represents a single embedded file: relative path within the skill dir and content.
- Installed
Skill - Result of installing the built-in skill.
- Lock
Entry - A single entry in
.skill-lock.json. - Lock
File - Represents the
.agents/.skill-lock.jsonfile.
Statics§
- EMBEDDED_
AGENT_ EXEC_ FILES - All embedded files for the built-in
agent-execskill.
Functions§
- install_
builtin - Install the built-in
agent-execskill intoagents_dir/skills/agent-exec/. - now_
rfc3339 - Get the timestamp in RFC 3339 format.
- resolve_
root_ dir - Resolve the root directory for skill installation.