skill

package
v3.40.0 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddCmd

type AddCmd struct {
	Name   string `arg:"" help:"Name of the Buildkite skill to install (for example, buildkite-api)."`
	Agent  string `help:"Agent/harness to install for (claude or cursor). Auto-detected from .claude or .cursor by default." optional:""`
	Global bool   `help:"Install globally in your home directory instead of the current project."`
	Path   string `help:"Custom skills directory to install into, for agents such as Amp or Pi." type:"path" optional:"" aliases:"to,location"`
	Force  bool   `help:"Overwrite an existing installed skill."`
	Repo   string `help:"GitHub repository to install skills from." default:"${skill_repo}" hidden:""`
	Branch string `help:"Git branch to install skills from." default:"${skill_branch}" hidden:""`
}

func (*AddCmd) Help

func (c *AddCmd) Help() string

func (*AddCmd) Run

func (c *AddCmd) Run() error

type DeleteCmd

type DeleteCmd struct {
	Name   string `arg:"" help:"Name of the installed Buildkite skill to delete."`
	Agent  string `help:"Agent/harness to delete from (claude or cursor). Auto-detected from .claude or .cursor by default." optional:""`
	Global bool   `help:"Delete the globally installed skill instead of the current project."`
	Path   string `help:"Custom skills directory to delete from, for agents such as Amp or Pi." type:"path" optional:""`
}

func (*DeleteCmd) Help

func (c *DeleteCmd) Help() string

func (*DeleteCmd) Run

func (c *DeleteCmd) Run() error

type UpdateCmd

type UpdateCmd struct {
	Name   string `arg:"" help:"Name of the installed Buildkite skill to update. If omitted, all installed skills are updated." optional:""`
	Agent  string `help:"Agent/harness to update for (claude or cursor). Auto-detected from .claude or .cursor by default." optional:""`
	Global bool   `help:"Update the globally installed skill instead of the current project."`
	Path   string `help:"Custom skills directory to update, for agents such as Amp or Pi." type:"path" optional:""`
	Repo   string `help:"GitHub repository to install skills from." default:"${skill_repo}" hidden:""`
	Branch string `help:"Git branch to install skills from." default:"${skill_branch}" hidden:""`
}

func (*UpdateCmd) Help

func (c *UpdateCmd) Help() string

func (*UpdateCmd) Run

func (c *UpdateCmd) Run() error

Jump to

Keyboard shortcuts

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