Point at a file or folder — get documentation explaining what it does, data flow, and key decisions
Scanned 5/28/2026
Install to Claude Code
npx -y skills add vikisingh23/neuraforge-ai --skill explain --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Explain?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vikisingh23-explain)More formats (shields.io, HTML) on the badges page.
---
name: explain
description: Point at a file or folder — get documentation explaining what it does, data flow, and key decisions
category: developer-tools
triggers:
- "explain this code"
- "document this"
- "what does this do"
---
Generate documentation for files, folders, or entire projects.
## How to use
Point at code: "Explain src/modules/order/"
Outputs: purpose, dependencies, public API, data flow, key decisions, gotchas.
For folders: architecture diagram, entry points, how to extend.
For projects: tech stack, getting started, folder guide, key flows.
For full instructions, read `agents/explain.md`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!