Moniker understands your code and suggests names based on what it actually does.
Moniker parses your code to understand its structure - functions, classes, imports, and exports. It knows the difference between a utility helper and a main entry point.
The AI analyzes what the code actually does - is it a data parser, an API client, a UI component, or a test file? It understands the intent behind the code.
Names are generated following common conventions for each language - kebab-case for JS modules, snake_case for Python, PascalCase for classes.