setup-skill

Installation
SKILL.md

Setup Skill

Purpose

Create and configure Python project structures following modern best practices.

Instructions

  1. Create Directory Structure
    mkdir -p src/package_name/{models,database,services,ui,utils}
    mkdir -p tests
    touch src/package_name/__init__.py
    touch src/package_name/main.py
    
Installs
3
First Seen
Feb 21, 2026
setup-skill — maneeshanif/cli-todo-app-speckit