Skip to content

czheo/skget

Repository files navigation

Skget

A CLI to add skills to your coding agents.

skget

Quickstart

pip install skget

Just type skget in your terminal.

Settings

Skget reads settings from ~/.config/skget/settings.json. You can add your own sources of skills. e.g. a local directory or a GitHub repo.

Example:

{
  "paths": {
    "skills": [
      "/path/to/local/skills",
      "https://github.com/anthropics/skills/tree/main/skills",
    ]
  },
  "agents": {
    "codex": {"base_path": "~/.codex", "local_base_path": ".codex"},
    "opencode": {"base_path": "~/.config/opencode", "local_base_path": ".opencode"}
  }
}

NOTE: the git hub repo URL should be the root path containing the skill folders.

Update remote skills repos

If your paths.skills includes git URLs, run:

skget update

This pulls the configured remote repos into your local skget cache.

About

A CLI to add skills to your coding agents.

Resources

License

Stars

Watchers

Forks

Contributors