A straightforward utility for reading and referencing documentation. You'd use this when you need Claude to pull context from your docs before answering questions or making code changes. The source example shows it's built for maintaining parallel codebases like Fumadocs' Radix UI and Base UI packages, where you need to keep layouts, components, and APIs in sync across different primitive libraries. Honestly, this is as basic as it gets, a doc reader, but that's often exactly what you need when working with unfamiliar APIs or enforcing consistency rules that live in markdown files. Works best when your docs are well structured and you can point Claude at the right files.
npx skills add https://github.com/fuma-nama/fumadocs --skill read-docs