Agent Skill
2/7/2026skr
A skill for using the skr CLI tool.
A
andrewhowdencom
1GitHub Stars
1Views
npx skills add andrewhowdencom/skr
SKILL.md
| Name | skr |
| Description | A skill for using the skr CLI tool. |
name: "skr" description: "A skill for using the skr CLI tool."
skr Tool Skill
This skill provides instructions for using the skr CLI tool to manage Agent Skills.
Overview
skr is the CLI tool for the Agent Skills ecosystem. It handles building, installing, publishing, and managing skills.
Capabilities
Build Skills
Build a local skill directory into an artifact.
skr build [path] --tag <tag>
Install Skills
Install a skill into the current workspace.
skr install <ref>
Publish Skills
Build and push a skill to a remote registry in one step.
skr publish [path] --tag <tag>
Batch Publish
Publish multiple skills from a monorepo. This is useful for CI/CD pipelines.
skr batch publish [path] --registry <host> --namespace <ns> [options]
Manage Registry
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>
Manage System Store
Inspect and clean up local artifacts.
skr system list
skr system inspect <ref>
skr system prune
Troubleshooting
- Context Errors: If
skrfails to find context, ensure you are in a directory with a valid.skr.yamlor initialize one. - Registry Auth: Ensure you are logged in via
skr registry loginbefore pushing/pulling private skills.
Skills Info
Original Name:skrAuthor:andrewhowdencom
Download