wsp-new-feature

Create multi-repository workspaces with the wsp command-line tool.

14|3|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/jganoff/wsp --skill wsp-new-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wsp-new-feature
Source: https://github.com/jganoff/wsp/tree/main/skills/wsp-new-feature
Command: npx skills add https://github.com/jganoff/wsp --skill wsp-new-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of isolated development workspaces across multiple repositories using the wsp tool, streamlining feature development.

Core Features & Use Cases

  • Workspace Creation: Instantly set up a new workspace with specified repositories.
  • Template Integration: Leverages existing wsp templates for quick setup or allows ad-hoc repository selection.
  • Use Case: When starting a new feature that spans across the frontend, backend, and shared-lib repositories, use this Skill to create a single workspace for them, all on a new feature branch.

Quick Start

Create a new wsp workspace named 'my-new-feature' using the 'docker-dev' template.

Frequently Asked Questions about wsp-new-feature

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

FAQPage Schema
How do I create a multi-repository workspace for feature branch development?

You can create a multi-repository workspace by using the wsp command-line tool to generate an isolated development environment spanning multiple codebases on a single feature branch. This streamlines cross-repository feature development.

What is a wsp workspace used for in multi-repo development?

A wsp workspace provides an isolated development environment for building features that span multiple repositories. It groups separate codebases together so you can manage dependencies and test cross-repo changes simultaneously.

Can I use predefined templates to set up a wsp workspace?

Yes, workspace creation supports predefined wsp templates for quick setup. You can leverage these templates to instantly configure a workspace, or alternatively specify individual repositories ad-hoc for custom selection.

How do I start a new feature across frontend, backend, and shared-lib repositories?

You can start a new feature across multiple repositories by creating a single wsp workspace that includes the frontend, backend, and shared-lib codebases. This generates a unified workspace with a new feature branch for all.

What's the best way to isolate multi-repo feature development environments?

The best way to isolate multi-repo feature development is using the wsp command-line tool to create dedicated workspaces. This ensures your feature branch changes remain separated across all included repositories until ready for merge.