Skip to content

Skills

Skills are the core building blocks of AgCel. They represent specific capabilities that an AI agent can perform.

A skill is defined by a directory structure containing a SKILL.md file.

skills/
└── my-skill/
└── SKILL.md

The SKILL.md file contains the instructions and context for the skill.

# My Skill
This skill does something useful.
## Usage
When the user asks for X, do Y.

To create a new skill:

  1. Create a new directory in your skills folder.
  2. Add a SKILL.md file with clear instructions.
  3. (Optional) Add any supporting files or scripts.

Once a skill is created, it is automatically detected by the AgCel server and made available to connected AI agents.