list_conventions
Detects and lists actual naming conventions from codebases, including prefixes, suffixes, conversion patterns, and casing rules with real examples. Use to understand coding style before writing new code or during project onboarding.
Instructions
List the project's actual naming conventions detected from code — prefix patterns (nb_, is_, has_), suffix patterns, conversion patterns (x_to_y), and casing rules, each with real examples from the codebase. More accurate than guessing from a few files. Use when asked about coding style, before writing new code, or when onboarding to a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||