Claude Code Plugins

Community-maintained marketplace

Feedback

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.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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.