Back to Commands
explain
Analyze code and explain concepts in your repository. Perfect for understanding unfamiliar code or onboarding new team members.
Syntax
@Nemo explain <topic>
@Nemo explain <repo> <topic>
@Nemo in <repo> explain <topic>Examples
Explain a concept
@Nemo explain how the authentication flow worksExplain database schema
@Nemo explain the database schemaTarget a specific repository
@Nemo in api-service explain the middleware chainAlternative repo syntax
@Nemo explain landing-page what is the purpose of this componentHow it works
1
Reads relevant files
Nemo searches your repository to find files related to your question.
2
Analyzes code structure
Claude examines the code patterns, dependencies, and data flow.
3
Provides explanation
Returns a clear explanation with code references and diagrams when helpful.
Best for
Understanding unfamiliar code
Quickly get up to speed on code you didn't write.
Onboarding new team members
Help new developers understand your codebase.
Documenting features
Generate explanations for how features work.
💡 Pro Tips
- •Be specific—ask about particular functions, files, or features
- •Follow up in the same thread to dive deeper into specific parts
- •Use
--model haikufor quick, simple explanations