agentsclimarketplace

Dart private variable encapsulation convention

Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/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.From its SKILL.md

Install
npx -y skills add ECNU-ICALK/AutoSkill --skill dart-private-variable-encapsulation-convention

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.

SKILL.md

1.9 KB, 264 tokens by cl100k_base, as published. Nobody here has run it

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 comment notation.

Triggers

  • apply dart private variable convention
  • enforce getter access in dart
  • use screaming caps for private variables
  • mark unsafe dart variable access

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.