Back to Fluent Bit

LLM Skills

skills/README.md

5.1.11.4 KB
Original Source

LLM Skills

This directory contains portable Markdown skill bundles for LLM agents working in this repository. Each skill should live in its own subdirectory with a SKILL.md entrypoint and any focused companion guides it needs.

Available Skills

How to Use

Start with the skill entrypoint, then read only the companion files relevant to the task. For Fluent Bit work, begin with:

text
skills/fluent-bit/SKILL.md

Adding Skills

When adding a new skill:

  • create a new subdirectory under skills/;
  • include a SKILL.md entrypoint;
  • keep instructions portable and tool-agnostic when possible;
  • update this index with the new skill name, entrypoint, and purpose.