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:""`
}
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:""`
}
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:""`
}
Click to show internal directories.
Click to hide internal directories.