Python Project Scaffold

Full Python project bootstrapping workflow. Use this skill whenever the user wants to build a new Python tool, library, CLI, or module from scratch — especially when they mention "create X", "build X in Python", "write a Python project for X", or ask for a proper project with tests, linting, versioning, or git setup. Triggers on any request to scaffold, initialize, or structure a new Python project. Even if the user only says "build me X in Python", apply this skill — it encodes the full professional workflow: SPEC → implementation → pytest → README → lint → git. Always use this skill rather than improvising a one-off script when the deliverable is a reusable project.

daedalus fbf6443 40.4 KB Updated

File contents

daedalus/skills/tree/main/skills/python-project-scaffolding commit fbf64439d4

Frequently asked questions

npx skillmds@latest add daedalus/python-project-scaffold