npx skills add https://github.com/openclaw/skills
sundial-org/awesome-openclaw-skills
code-explain
Explain complex code in plain English
Installation
npx skills add sundial-org/awesome-openclaw-skills --skill code-explain
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Turn arbitrary text — an article, notes, a topic, a brief — into a faceless explainer video: th…
220K installsBuild a complete non-photoreal narrated explainer or story video from ordered 10-second blocks:…
64.6K installsExplain an existing Convex app — data model + relationships, public vs internal functions, auth…
18.3K installsGenerate self-contained HTML visualizations with Plannotator theming. Use for implementation pl…
8.2K installsExplains Cypress tests (E2E and component tests), and answers questions about Cypress use and b…
5K installsHelps you figure out how something was built on the web.
4.4K installsAlso in this package
Other skills from sundial-org/awesome-openclaw-skills · top by installs.
npx skills add sundial-org/awesome-openclaw-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md1,187 B -
docs
SUMMARY.md57 B
History
- First seen on skills.sh
- First recorded snapshot · 21 installs
SKILL.md
Code Explainer
Paste confusing code, get a clear explanation. Works with any language.
Quick Start
npx ai-explain ./src/utils/crypto.ts
What It Does
- Explains what code does line by line
- Identifies patterns and algorithms
- Explains why code is written that way
- Suggests improvements
Usage Examples
# 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
Output Includes
- High-level summary
- Step-by-step breakdown
- Key concepts explained
- Potential issues flagged
Great For
- Understanding inherited code
- Learning new patterns
- Code review prep
- Onboarding new devs
Requirements
Node.js 18+. OPENAIAPIKEY required.
License
MIT. Free forever.
Built by LXGIC Studios
- GitHub: github.com/lxgicstudios/ai-explain
- Twitter: @lxgicstudios