make_function_private
OfficialAutomatically identify and privatize unused Python functions for cleaner code.
Authorcausify-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps Python developers identify functions and classes that are not called externally and rename them with a leading underscore, improving code encapsulation and readability.
Core Features & Use Cases
- Code Cleanup: Detects functions and classes that are not invoked outside their files.
- Refactoring Assistance: Renames identified functions to follow Python's private naming convention.
- Use Case: Developers working on large codebases can quickly streamline their code by isolating only externally-used APIs and internal helpers.
Quick Start
Use the make_function_private skill to analyze a Python file and automatically update private functions and classes.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 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: make_function_private Download link: https://github.com/causify-ai/helpers/archive/main.zip#make-function-private 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.