python-project-init

Create a Python project with packaging, documentation, and development scaffolding.

Updated Dec 27, 2025
One-click install
npx skills add https://github.com/pborenstein/plinth --skill python-project-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: python-project-init
Source: https://github.com/pborenstein/plinth/tree/main/skills/python-project-init
Command: npx skills add https://github.com/pborenstein/plinth --skill python-project-init

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill bootstraps a complete Python project with documentation, packaging, and development scaffolding, saving days of setup work.

Core Features & Use Cases

  • Project scaffolding: Creates pyproject.toml, README, CLAUDE.md, and .gitignore
  • Package structure: Creates package with init.py and a CLI placeholder
  • Documentation setup: Creates docs structure (IMPLEMENTATION, CHRONICLES, DECISIONS) and tests skeleton
  • Quick Start

Initialize a new project using the skill, then run uv sync and start development