| name | repo-init |
| description | This skill initializes the bgf project by cloning the two subproject git repositories (bgf-dawn Shopify theme and bgf_2024 informational website). Use when setting up the project on a new machine. |
Repository Initialization
This skill sets up the bgf farm project by cloning the required subproject repositories.
Repositories
- bgf-dawn: Shopify retail theme
- bgf_2024: Informational website
Usage
Run the init script from the project root to clone both repositories:
bash .claude/skills/repo-init/scripts/init.sh
The script will skip any repos that already exist locally.