script-create

Create Python automation scripts with standardized docstring, argparse, and README registration.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill script-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: script-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/script-create
Command: npx skills add https://github.com/oogDZ/2 --skill script-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Этот скилл упрощает создание нового Python-скрипта автоматизации со стандартной структурой: docstring, настройка argparse и автоматическая регистрация в README, уменьшая повторение boilerplate.

Core Features & Use Cases

  • Стандартизированный скелет скрипта с docstring и argparse.
  • Регистрация скриптов в проектном README.
  • Применение: добавление новых скриптов в валидируемые задачи автоматизации, синхронизацию настроек, ускорение разработки.

Quick Start

Укажите название скрипта и область проекта для генерации скелета и регистрации в README.

Frequently Asked Questions about script-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Python automation script with a standardized argparse and docstring structure?

To create a Python automation script with a standardized structure, this skill generates a skeleton featuring docstrings and argparse configuration, reducing boilerplate repetition. It automatically validates script naming and area placement to ensure project-wide conformity.

What is the best way to register new Python scripts in a project README automatically?

The best way to register new Python scripts in a project README automatically is to use a scaffolding tool that enforces SSOT guidelines. This skill adds your script to the README while generating the initial docstring and argparse boilerplate.

How do I ensure consistent boilerplate across multiple Python automation scripts?

To ensure consistent boilerplate across multiple Python automation scripts, you need a standardized template enforcing SSOT guidelines. This skill validates script naming, area placement, and example usage to maintain project-wide conformity for validation or synchronization tasks.

Can I use this script scaffolding tool for Python validation and synchronization tasks?

Yes, you can use this script scaffolding tool for Python validation and synchronization tasks. It applies to software projects requiring consistent script templates across automation tasks, generating the required argparse and docstring structure.

What do I need to specify to generate a Python script skeleton with this tool?

To generate a Python script skeleton with this tool, you need to specify the script name and the project area. The skill then creates the standardized docstring and argparse structure and registers it in the README.