init-python
Installation
SKILL.md
init-python
Generate Python tooling configuration files for a new project. This skill is used by the init-project skill but can also be used standalone.
Files to Generate
Copy assets/pyproject.toml into the target directory. Substitute <project-or-subdirectory-name> with the actual project (or subdirectory) name.
Related skills
More from kstonekuan/init-project-skill
init-project
Scaffold a new project with opinionated tooling configs for TypeScript, Rust, Python, Docker, and/or Shell
7init-typescript
Generate opinionated TypeScript project config files (package.json, tsconfig.json, biome.json, pnpm-workspace.yaml) for use with init-project
4init-rust
Generate opinionated Rust project config files (Cargo.toml with pedantic clippy lints) for use with init-project
4