skill

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2026 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package skill provides error constructors for skill listing and reading.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func List

func List(cause error) error

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>"

func Read

func Read(name string, cause error) error

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>"

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL