Getting Started with skr
This tutorial will guide you through creating, building, and running your first Agent Skill with skr.
Prerequisites
gitinstalledskrinstalled (see README)- Access to a GitHub repository (options)
1. Create a Skill
Create a new directory for your skill:
Create a SKILL.md file. This is the definition of your skill.
---
name: my-skill
description: A friendly greeting skill
version: 0.1.0
---
# My Skill
This skill allows agents to say hello.
2. Build the Skill
Package your skill into an OCI artifact.
You should see output indicating success:
3. Inspect the Artifact
Verify the artifact is in your local system store.
You'll see metadata including the size, digest, and creation time.
4. Install the Skill
Install the skill to your agent configuration.
This updates your .skr.yaml and synchronizes the skill to .agent/skills.