Back to Blog

Writing your first Pelagora Skill

What is a Skill?

Skills are Markdown files. That's it. They contain structured instructions that an AI agent can read and execute to extend a Beacon's capabilities.

Anatomy of a Skill

A Skill file has three sections: Context block, Instructions, and API reference.

Testing your Skill

The fastest way to test is to paste the Skill file into Claude and say: "Follow this Skill against a Beacon running at localhost:3000."

Publishing

Once your Skill works, open a PR to the ReffoAI Skills registry. Community members can then install it with a single line.

PreviousPelagora 0.9 — mesh upgrades and Schema.org improvements