Skip to content

tomondre/skill-runtime-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Skill Runtime — example skills repo

A reference repository showing the folder structure Skill Runtime expects.

Each skill is a folder containing a SKILL.md (with YAML frontmatter) plus any optional supporting files. Point Skill Runtime at this repo with skills path skills and hit Sync now.

skills/
  hello-world/
    SKILL.md
  invoice-summary/
    SKILL.md
    REFERENCE.md        # optional resource, loaded only when needed

SKILL.md frontmatter

---
name: my-skill            # lowercase, digits, hyphens; ≤64 chars; no "claude"/"anthropic"
description: What it does and WHEN to use it.   # ≤1024 chars
---

The description is always in context so the model knows the skill exists; the body loads only when a prompt is relevant (progressive disclosure).

About

Reference repo: example Agent Skills (skills/<name>/SKILL.md) for Skill Runtime

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages