skill-registry 0.2.1

Autonomous skill discovery agent with LLM tool chaining, powered by Rust.
Documentation
1
2
3
4
5
6
7
8
9
# skill-registry

File-based skill registry for the [Skill Agent](https://github.com/clebermasters/faster-agent-rs) framework.

Loads and parses `SKILL.md` files from the filesystem. Each `SKILL.md` contains YAML frontmatter (metadata) and a markdown body (instructions).

## Part of the Skill Agent workspace

See the [main repository](https://github.com/clebermasters/faster-agent-rs) for full documentation.