Last active
August 22, 2026 14:34
-
-
Save up1/af7307823dbe6070b4dfe22793fae036 to your computer and use it in GitHub Desktop.
Claude :: eli5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $claude plugin marketplace add anthropics/claude-plugins-community | |
| $claude plugin install eli5@claude-community |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /eli5 How discord bot works ? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: eli5 | |
| description: Explain a topic like I'm a 5 year old. Use when the user types /eli5 <topic> or asks for a dead-simple picture explainer of how something works. | |
| --- | |
| # eli5 | |
| Explain like I'm someone who knows nothing about this topic, using a HTML artifact with big pictures and few words. | |
| Topic: $ARGUMENTS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /eli5 how does this module work | |
| /eli5 why did we make this tradeoff | |
| /eli5 what caused this incident |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment