Documentation
¶
Index ¶
Constants ¶
View Source
const (
// Name is the built-in mcpx skill folder name.
Name = "mcpx"
)
Variables ¶
This section is empty.
Functions ¶
func DefaultClaudeDir ¶
func DefaultClaudeDir() string
DefaultClaudeDir returns the default Claude Code skills directory.
func DefaultCodexDir ¶
func DefaultCodexDir() string
DefaultCodexDir returns the default Codex skills directory.
func DefaultDataAgentDir ¶
func DefaultDataAgentDir() string
DefaultDataAgentDir returns the default data-agent skills directory.
Types ¶
type InstallOptions ¶
type InstallOptions struct {
DataAgentDir string
ClaudeDir string
SkipClaudeLink bool
CodexDir string
EnableCodexLink bool
}
InstallOptions controls where the built-in mcpx skill is installed.
type InstallResult ¶
type InstallResult struct {
SkillDir string
SkillFile string
ClaudeLink string
ClaudeLinkTarget string
CodexLink string
CodexLinkTarget string
}
InstallResult describes where the skill was installed.
func InstallMCPXSkill ¶
func InstallMCPXSkill(opts InstallOptions) (*InstallResult, error)
InstallMCPXSkill installs the built-in mcpx skill.
Click to show internal directories.
Click to hide internal directories.