class Riffer::Skills::Backend

Base class defining the interface for skill storage backends.

Subclass and implement list_skills and read_skill to provide custom skill storage (database, S3, etc.).

Use Riffer::Skills::Frontmatter.parse to parse raw SKILL.md content.

See Riffer::Skills::FilesystemBackend for the built-in implementation.