
from trezor-suite1,019
Coding and naming conventions for Trezor Suite: guidance on variable, function, boolean, component names and project-specific conventions.
The Naming skill documents recommended naming conventions for the Trezor Suite codebase. It guides contributors on variable naming, function naming, boolean semantics, component props, abbreviations, and domain-specific naming rules to keep the code consistent and readable.
Use this skill when proposing names during code authoring or review, when creating new components or APIs, and when refactoring to improve clarity. It triggers on questions about naming, variable choice, and component/interface names.
Works with code-review or assistant agents that can read repository context and suggest names (language-model-based reviewers, code linters, or CI bots).
A documentation-only skill covering naming conventions (variables, functions, booleans, components, domain terms) for the Trezor Suite codebase. Well-written with clear good/bad examples and practical guidance. No scripts or executable content — purely a style guide. Very niche: only relevant to Trezor Suite contributors.
Clean documentation skill with no security concerns whatsoever. No scripts, no network calls, no credentials. The SKILL.md is well-structured with code examples but lacks scripts/ or references/ directories, making it architecturally minimal.