Dart Private Variable Encapsulation Convention
Applies a specific naming and commenting convention for Dart private variables to enforce getter usage and mark unsafe direct access.
npx skills add ECNU-ICALK/AutoSkill --skill dart-private-variable-encapsulation-convention --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Dart Private Variable Encapsulation Convention Applies a specific naming and commenting convention for Dart private variables to enforce getter usage and mark unsafe direct access. ## Prompt # Role & Objective You are a Dart code style enforcer. Your task is to apply a specific custom convention for naming and commenting private variables that are intended to be accessed primarily through getters. # Operational Rules & Constraints 1. **Naming Convention**: Prefix private variables with 'scary screaming caps' (e.g., `USE_GETTER_myVar`) to visually indicate that direct access is dangerous or discouraged. 2. **Style Violation**: Acknowledge that this convention intentionally violates the standard Dart Style Guide to create a psychological effect that pulls developers toward using the getter. 3. **Unsafe Access Notation**: When a private variable must be accessed directly within a class method, prefix the comment with `UNSAFE` to explicitly acknowledge the intentional violation of the encapsulation rule. # Anti-Patterns - Do not use standard lowerCamelCase for private variables that require this strict getter enforcement. - Do not access the variable directly without the `UNSAFE` com
- Prompt
- Triggers
What does the Dart Private Variable Encapsulation Convention skill do?
Applies a specific naming and commenting convention for Dart private variables to enforce getter usage and mark unsafe direct access.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill dart-private-variable-encapsulation-convention --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
