From sundial-org-awesome-openclaw-skills-4
Explains complex code in any language with plain English line-by-line breakdowns, pattern and algorithm identification, rationale for design choices, and improvement suggestions. Use on inherited code, for reviews, or onboarding.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin sundial-org-awesome-openclaw-skills-4This skill uses the workspace's default tool permissions.
Paste confusing code, get a clear explanation. Works with any language.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Paste confusing code, get a clear explanation. Works with any language.
npx ai-explain ./src/utils/crypto.ts
# Explain a file
npx ai-explain ./src/auth/jwt.ts
# Explain from stdin
cat weird-regex.js | npx ai-explain
# Explain with context
npx ai-explain ./src/api.ts --context "This handles payments"
# Different detail levels
npx ai-explain ./src/algo.ts --detail high
Node.js 18+. OPENAI_API_KEY required.
MIT. Free forever.
Built by LXGIC Studios