skill

package
v1.135.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package skill implements the `bitbottle skill` command tree, which installs, refreshes, and removes the bundled bitbottle agent skill (the SKILL.md + references that teach AI agents how to drive bitbottle correctly).

Why this command exists: the npm postinstall already wires the skill on initial install, but users who installed via Homebrew, Go install, deb/rpm, or the bare binary won't have it. They also need a discoverable way to refresh after a release rather than memorizing the npx incantation.

The implementation is a thin, intentional wrapper over the vercel-labs/skills CLI. We don't reimplement its runtime detection — there are 50+ agent runtimes with non-trivial install paths each, and that ecosystem is moving fast. Shelling out keeps us aligned.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdSkill

func NewCmdSkill(f *factory.Factory) *cobra.Command

NewCmdSkill returns the `skill` parent command.

Types

This section is empty.

Jump to

Keyboard shortcuts

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