Turns your method descriptions into LaTeX algorithm blocks and Mermaid diagrams that actually match your code. It generates pseudocode using the algorithmic package with proper Require/Ensure blocks, numbered lines, and standard notation, then creates corresponding UML class and sequence diagrams. The real value is in step 4: it enforces consistency between your pseudocode, diagrams, and implementation so parameter names and structure stay aligned. Best used when you're writing a paper and need to formalize an existing implementation, or when you're designing something new and want the documentation to guide the code. Saves you from the usual mess of pseudocode that doesn't match what you actually built.
npx skills add https://github.com/lingzhi227/agent-research-skills --skill algorithm-design