project-setup

Initialize projects, analyze codebase health, and plan .NET migrations.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/shahdanish/vibepos --skill project-setup-shahdanish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/shahdanish/vibepos/tree/main/skills/project-setup
Command: npx skills add https://github.com/shahdanish/vibepos --skill project-setup-shahdanish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It reduces the time and guesswork involved in initializing new codebases, generating accurate CLAUDE.md instructions, performing systematic health checks, and planning safe .NET migration workflows.

Core Features & Use Cases

  • Interactive project init: Guides developers through project identity, architecture selection (via an advisor skill), tech stack choices, and generates a fully populated CLAUDE.md tailored to the answers.
  • MCP-driven health checks: Analyzes the solution graph, scans for anti-patterns, gathers compiler diagnostics, finds dead code, and assesses test coverage to produce a graded report card.
  • Migration workflows (planning-focused): Provides structured phases and emphasizes verification after each step to avoid “change-and-hope” upgrades.

Quick Start

Ask the AI to run the “init project” workflow for your repository and generate a customized CLAUDE.md based on your architecture and .NET stack choices.

Frequently Asked Questions about project-setup

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

FAQPage Schema
How do I generate a CLAUDE.md file for my software project?

To generate a CLAUDE.md file, you can run an interactive project initialization workflow that guides you through selecting your architecture and tech stack, producing a fully populated instruction file tailored to your answers.

What is the best way to plan a safe .NET migration?

The best way to plan a .NET migration is using a structured, phase-based workflow that emphasizes verification after each step, helping you avoid change-and-hope upgrades and ensuring safe, verifiable transitions.

How do I run a codebase health check to find dead code and anti-patterns?

You can run a codebase health check by utilizing MCP-driven diagnostics that analyze the solution graph, detect anti-patterns, find dead code, and assess test coverage to produce a graded health report card.

Can I use this to analyze my existing .NET solution before upgrading EF Core?

Yes, you can analyze your existing .NET solution before upgrading EF Core by running semantic codebase analysis via tools that gather compiler diagnostics and assess project health to plan verifiable migration phases.

What is an interactive project init workflow for clean architecture?

An interactive project init workflow for clean architecture guides developers through project identity, architecture selection, and tech stack choices, ultimately generating tailored instructions and configurations for your new codebase.