This one does exactly what the name says: explains code to you. It leans hard on playwright-cli to fetch external docs when you're dealing with unfamiliar libraries or APIs, and it follows a smart token-efficient strategy by checking llms.txt files and requesting Markdown before falling back to HTML parsing. It's part of flora131's atomic collection, which suggests it's meant to be a single-purpose tool rather than a do-everything analyzer. The 176 installs and mixed security audit results (one pass, two warns) tell you it's getting real use but maybe read the warnings first. Useful when you're staring at a chunk of code and need context about what the dependencies actually do.
npx skills add https://github.com/flora131/atomic --skill explain-code