Initialize git repository with hooks, .gitignore, and initial commit
/plugin marketplace add minukHwang/claude-plugins/plugin install git@minukHwang-plugins# Initialize Git Project Complete git project initialization: repository setup, .gitignore generation, commit tooling (husky/commitlint), and initial commit. --- ## Step 0: Git Repository Setup ### Check git initialization: ### If .git exists: Check remote configuration: #### If remote exists: → Continue to Step 1 #### If no remote: **Ask user (AskUserQuestion):** "Connect to remote repository?" | Option | Description | |--------|-------------| | Existing URL | Connect to existing GitHub repository | | Create new | Create new repo on GitHub (gh CLI) | | Skip | Continue without re...