mit einem Klick
skr
A skill for using the skr CLI tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
A skill for using the skr CLI tool
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| name | skr |
| description | A skill for using the skr CLI tool |
This skill provides instructions for using the skr CLI tool to manage Agent Skills.
skr is the CLI tool for the Agent Skills ecosystem. It handles building, installing, publishing, and managing skills.
Build a local skill directory into an artifact.
skr build [path] --tag <tag>
Install a skill into the current workspace.
skr install <ref>
Build and push a skill to a remote registry in one step.
skr publish [path] --tag <tag>
Publish multiple skills from a monorepo. This is useful for CI/CD pipelines.
skr batch publish [path] --registry <host> --namespace <ns> [options]
Login/Logout and manage remote artifacts.
skr registry login ghcr.io -u <user> -p <token>
skr registry logout ghcr.io
skr push <ref>
skr pull <ref>
Inspect and clean up local artifacts.
skr system list
skr system inspect <ref>
skr system prune
skr fails to find context, ensure you are in a directory with a valid .skr.yaml or initialize one.skr registry login before pushing/pulling private skills.