skills

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: May 30, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SkillInfo

type SkillInfo = agentskills.SkillInfo

type SkillListResult

type SkillListResult struct {
	Global []SkillInfo
	Local  []SkillInfo
}

SkillListResult holds skills grouped by scope (global vs project-local).

func List

func List(projectDir string) (*SkillListResult, error)

List returns skills from all opencode-compatible skill directories.

Global directories:

  • ~/.config/opencode/skills/
  • ~/.claude/skills/
  • ~/.agents/skills/

Project-local directories (under projectDir):

  • .opencode/skills/
  • .claude/skills/
  • .agents/skills/

Jump to

Keyboard shortcuts

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