# Skr

> Use when working with a skill for using the skr CLI tool

- Skill: `tomevault-io/skr` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/skr`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/skr/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/skr

---


# 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.

```bash
skr build [path] --tag <tag>
```

### Install Skills
Install a skill into the current workspace.

```bash
skr install <ref>
```

### Publish Skills
Build and push a skill to a remote registry in one step.

```bash
skr publish [path] --tag <tag>
```

### Batch Publish
Publish multiple skills from a monorepo. This is useful for CI/CD pipelines.

```bash
skr batch publish [path] --registry <host> --namespace <ns> [options]
```

### Manage Registry
Login/Logout and manage remote artifacts.

```bash
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.

```bash
skr system list
skr system inspect <ref>
skr system prune
```

## Troubleshooting

-   **Context Errors**: If `skr` fails to find context, ensure you are in a directory with a valid `.skr.yaml` or initialize one.
-   **Registry Auth**: Ensure you are logged in via `skr registry login` before pushing/pulling private skills.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/andrewhowdencom) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

