setup-skill

Community

Bootstrap Python projects with best practices.

Authormaneeshanif
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill creates clean, scalable Python project scaffolds with sensible defaults and modern layout.

Core Features & Use Cases

  • Directory scaffolding: Standard src layout and tests directory.
  • Config files: pyproject.toml, .gitignore, and README starter.
  • Use Case: Spin up a new project structure for a Retro Todo CLI.

Quick Start

Create a new retro_todo-like structure with models, services, and tests.

Dependency Matrix

Required Modules

None required

Components

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: setup-skill
Download link: https://github.com/maneeshanif/cli-todo-app-speckit/archive/main.zip#setup-skill

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository