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 // from ~/.codex/skills/ and ~/.agents/skills/
	Local  []SkillInfo // from .agents/skills/ (project-local)
}

SkillListResult holds skills grouped by scope.

func List

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

List returns skills from Codex and agent-skills-standard directories.

Codex reads skills from:

  • ~/.codex/skills/ (Codex legacy directory)
  • ~/.agents/skills/ (open agent skills standard, user-level)
  • .agents/skills/ (open agent skills standard, repo-level)

Jump to

Keyboard shortcuts

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