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.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-584120ed)More formats (shields.io, HTML) on the badges page.
---
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
bash .claude/skills/repo-init/scripts/init.sh
```
The script will skip any repos that already exist locally.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!