package
Version:
v0.8.0
Opens a new window with list of versions in this module.
Published: Mar 24, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package skill provides error constructors for skill listing and reading.
List wraps a failure to list embedded skill directories.
Parameters:
- cause: the underlying error from the list operation
Returns:
- error: "failed to list skills: <cause>"
Read wraps a failure to read a skill's content.
Parameters:
- name: Skill directory name that failed to read
- cause: the underlying error from the read operation
Returns:
- error: "failed to read skill <name>: <cause>"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.