project-setup

Detect repository topology and create consent-gated migration plans for vwf workflows.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/virajp/ai-plugins --skill project-setup-virajp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/virajp/ai-plugins/tree/main/plugins/vwf/skills/project-setup
Command: npx skills add https://github.com/virajp/ai-plugins --skill project-setup-virajp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the challenge of bringing existing repositories into a consistent vwf structure while avoiding unsafe migrations, accidental overwrites, and undocumented changes.

Core Features & Use Cases

  • Repository Topology Detection: Analyze repository signals to identify project layouts, stacks, workspace structures, and existing vwf state before making changes.
  • Consent-Gated Migration Planning: Create dry-run migration plans, apply changes through safe worktree practices, and preserve history by moving rather than deleting files.
  • Blueprint Format Management: Maintain blueprint versions, migrate outdated formats, and keep CLAUDE.md workflow guidance synchronized with the current vwf process.

Quick Start

Use the project-setup skill to analyze this repository and prepare a safe migration plan for adopting the latest vwf blueprint format.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I safely migrate a repository into a structured workflow without losing history?

To migrate a repository safely, you need a consent-gated migration plan that uses worktree isolation and moves files instead of deleting them to preserve history. This approach prevents unsafe migrations and accidental overwrites during workspace restructuring.

What is repository topology detection and when do I need it for project setup?

Repository topology detection analyzes project layouts, stacks, and workspace structures by reading repository signals before making changes. You need it when onboarding existing repositories into a vwf workflow to understand the current state and prevent undocumented changes.

How do I upgrade outdated blueprint formats and keep CLAUDE.md synchronized?

Upgrading blueprint formats requires blueprint version tracking to migrate outdated structures to the latest vwf blueprint format. This process keeps CLAUDE.md workflow guidance synchronized with the current vwf process during repository onboarding.

Can I run a dry-run migration plan before applying changes to my workspace?

Yes, consent-gated migration planning allows you to create dry-run migration plans before applying any changes. This validates the repository state and ensures workspace restructuring happens safely through worktree isolation without unexpected overwrites.

What are the limitations of using worktree isolation for repository migration?

Worktree isolation requires valid repository state validation before it can safely apply changes. Limitations include the need for consent-gated execution and the constraint that all file modifications must move rather than delete to preserve history during topology detection and migration.