Skip to content

ReByteAI/rebyte-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rebyte Skills

Public repository of skills authored by ReByte.

Each top-level directory is a skill: a SKILL.md plus any supporting scripts, references, or templates. Skills are packaged as .skill ZIPs and distributed to agents running in Rebyte's cloud VMs.

Skill format

Each skill follows the Anthropic SKILL.md convention:

---
name: my-skill
description: One line of what this skill does and when to use it.
---

# My Skill

Instructions for the agent…

Layout

rebyte-skills/
├── _common/              # Shared SKILL.md includes (e.g. auth patterns)
├── pdf/
│   └── SKILL.md
├── deep-research/
│   └── SKILL.md
└── …

Shared includes

Any skill may reference a fragment from _common/ using:

{{include:auth.md}}

Includes are expanded when the skill is packaged.

Catalog

catalog.json is the single-file index an agent fetches to know what is available. Each entry has a name (= the directory) and a description, so the agent can pick relevant skills and install them via the skill-installer.

Raw URL:

https://raw.githubusercontent.com/ReByteAI/rebyte-skills/main/catalog.json

Usage

Inside the Rebyte platform, skills from this repo are referenced as rebyteai/<slug>. Outside Rebyte, clone this repository and point your skill loader at any directory that contains a SKILL.md.

License

Apache License 2.0 — see LICENSE.

About

Rebyte featured skills — curated list of skills for agents running on rebyte.ai

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors