sw:get

Clone and register repositories into the SpecWeave umbrella workspace.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Sjdjdiejdrirhdkjej/Summachat-V2 --skill sw-get
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sw:get
Source: https://github.com/Sjdjdiejdrirhdkjej/Summachat-V2/tree/main/.claude/skills/get
Command: npx skills add https://github.com/Sjdjdiejdrirhdkjej/Summachat-V2 --skill sw-get

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables you to clone and register an existing repository into the SpecWeave umbrella workspace, facilitating quick onboarding and organization of codebases.

Core Features & Use Cases

  • Clone single repositories: quickly bring an existing project into your umbrella context and register it for unified management.
  • Bulk cloning support: fetch multiple repos from an organization using patterns or --all, then register and initialize them.
  • Automatic initialization: after cloning, the skill runs the necessary initialization to wire the repo into SpecWeave.

Quick Start

Clone and register an existing repository into the umbrella workspace.

Frequently Asked Questions about sw:get

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I clone an existing Git repository into a SpecWeave workspace?

Yes, you can bulk clone multiple repositories from an organization into SpecWeave using pattern-based selection or the --all flag, which fetches, registers, and initializes each repo automatically under the umbrella workspace.

How does registering a cloned repository in SpecWeave work?

Registering a cloned repository in SpecWeave works by adding the repo path to the .specweave/config.json file under umbrella.childRepos, linking the newly cloned codebase to the unified umbrella management structure.

Can I use local paths or SSH URLs when cloning repositories into SpecWeave?

Yes, SpecWeave supports cloning from local paths, SSH URLs, full HTTP URLs, and GitHub shorthand, allowing flexible source selection when bringing existing repositories into the umbrella workspace.

What happens after a repository is cloned into the SpecWeave umbrella?

After a repository is cloned into the SpecWeave umbrella, the Skill automatically runs specweave init inside the cloned repo to complete the setup and wire the project into the SpecWeave configuration.

Does SpecWeave support bulk cloning for an entire GitHub organization?

Yes, SpecWeave supports bulk cloning from a GitHub organization by using pattern-based selection or fetching all repositories, automatically registering and initializing each one within the umbrella workspace.