Init From Template banner
coder coder

Init From Template

Development community

Description

Initialize a new Python project from this template repository. Transform this generic template into a personalized starting point for your Python project by: ### Workflow 1. **Collect Project Information** - Get current git remote URL to extract owner and repository name - Prompt user for project name if different from repository name - Validate project name follows Python package naming conventions 2. **Update Project Structure** - Rename `src/template_python/` directory to `s

Installation

Installs to ~/.claude/commands/coder-balatrollm-init-from-template.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/coder/balatrollm/HEAD/.claude/commands/init-from-template.md -o ~/.claude/commands/coder-balatrollm-init-from-template.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository