01Robust frontmatter parsing to extract skill metadata like name and description.
02Automatic skill discovery by recursively finding `SKILL.md` files in a configured directory.
033 GitHub stars
04Exposes three core tools: `get_available_skills`, `get_skill_details`, and `get_skill_related_file` for programmatic access to skill information.
05Enhanced security through path validation to prevent directory traversal and unauthorized file access.
06Configurable skills directory allowing independent management and deployment of different skill collections.