script-sprawl-guard
CommunityEnforce canonical Python invocation.
AuthorSiamese001
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill prevents the uncontrolled proliferation of new script files for running existing Python code, ensuring a clean and maintainable codebase.
Core Features & Use Cases
- Canonical Invocation Policy: Defines strict rules for how Python modules and scripts should be executed, prohibiting the creation of unnecessary wrapper scripts.
- Entrypoint Decision Tree: Provides a clear, step-by-step process for determining the correct way to invoke any Python file or module.
- Use Case: When a developer needs to run a Python utility, they consult the decision tree to ensure they are using the sanctioned method (e.g.,
python file.pyorpython -m module) rather than creating a newrun_utility.pyfile.
Quick Start
Use the script-sprawl-guard skill to determine the correct invocation method for the 'data_processor.py' module.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 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: script-sprawl-guard Download link: https://github.com/Siamese001/Agentic-Workflow/archive/main.zip#script-sprawl-guard 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 223,000+ vetted skills library on demand.