python-class-and-filename
CommunityStandardize Python class naming and filenames.
Authorbalandongiv
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Naming Python classes and their containing modules is often inconsistent, leading to imports that are hard to follow and code that is hard to refactor.
Core Features & Use Cases
- Conventions for class naming in PascalCase and file naming in snake_case.
- One main class per file guidance and when to use function modules instead of classes.
- Use cases include adding new classes or refactoring existing modules to improve clarity and import hygiene.
Quick Start
Name the main class in PascalCase and create a snake_case file named after that class, ensuring one main class per file.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: python-class-and-filename Download link: https://github.com/balandongiv/agent-skillbook/archive/main.zip#python-class-and-filename Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.