code-explainer
Explain any code file in plain English. Use when you need to understand unfamiliar code.
What this skill does
# Code Explainer Ever open a file and have absolutely no idea what it does? Maybe you inherited a codebase, maybe it's your own code from six months ago. Either way, this tool reads any code file and explains it in plain English. You pick the level, from beginner friendly to expert deep-dive, and it breaks down what every part does. **One command. Zero config. Just works.** ## Quick Start ```bash npx ai-explain src/utils.ts ``` ## What It Does - Reads any code file and produces a clear, human-readable explanation - Supports three explanation levels: beginner, intermediate, and expert - Works with any programming language the AI model understands - Breaks down functions, classes, and logic flow step by step - Prints the explanation right to your terminal ## Usage Examples ```bash # Explain a file at beginner level (default) npx ai-explain src/auth.ts # Get an expert-level breakdown npx ai-explain src/parser.ts --level expert # Understand a Python script npx ai-explain scripts/deploy.py --level intermediate ``` ## Best Practices - **Start with beginner** - Even if you're experienced, the beginner explanation often catches things you'd skim over. Work up from there. - **Use it during code review** - When reviewing someone else's PR, run this on files you don't recognize. Saves time and catches misunderstandings. - **Pair it with documentation** - Use the explanation as a starting point for inline comments or docs. It's faster than writing from scratch. - **Try it on legacy code** - Old codebases with no docs are where this tool really shines. Point it at the scariest file first. ## When to Use This - You just joined a team and need to understand the codebase fast - You're reviewing a PR and one file makes no sense - Legacy code with zero comments or documentation - Learning a new language and want to understand example code ## How It Works The tool reads your source file and sends the content to an AI model along with your chosen explanation level. The model analyzes the code structure, identifies patterns, and produces a plain English walkthrough of what the code does and why. ## Requirements No install needed. Just run with npx. Node.js 18+ recommended. ```bash npx ai-explain --help ``` ## Part of the LXGIC Dev Toolkit This is one of 110+ free developer tools built by LXGIC Studios. No paywalls, no sign-ups, no API keys on free tiers. Just tools that work. **Find more:** - GitHub: https://github.com/LXGIC-Studios - Twitter: https://x.com/lxgicstudios - Substack: https://lxgicstudios.substack.com - Website: https://lxgic.dev ## License MIT. Free forever. Use it however you want.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.