bymicrosoft· 555 skills
UTILITY SKILL - Explain code snippets, functions, and algorithms in plain language. USE FOR: explain code, what does this code do, break down this function, help me understand this, walk through this algorithm, clarify this logic, explain this snippet, describe what happens here. DO NOT USE FOR: writing new code (use code generation), fixing bugs (use debugging), refactoring (use refactoring skills), code review with action items. INVOKES: file reading tools to access code, language detection for tailored explanations. FOR SINGLE OPERATIONS: If the user just needs to see file contents, use file reading tools directly.
$npx -y skills add microsoft/waza --skill code-explainerInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/waza" --skill "microsoft/waza/code-explainer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/waza" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/waza"` and select the relevant skills, then follow their instructions.