project-setup

Guide interactive project setup with CLAUDE.md generation and .NET migration workflows.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill project-setup-alexanderradevich
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-setup
Source: https://github.com/AlexanderRadevich/SportowyHub_clientApp/tree/main/.claude/skills/project-setup
Command: npx skills add https://github.com/AlexanderRadevich/SportowyHub_clientApp --skill project-setup-alexanderradevich

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire project lifecycle, from initial setup and architecture selection to ongoing health checks and .NET version migrations, ensuring consistency and quality.

Core Features & Use Cases

  • Interactive Project Initialization: Guides users through setting up new projects with customized CLAUDE.md generation based on architecture and tech stack choices.
  • Codebase Health Analysis: Performs automated checks for anti-patterns, compiler warnings, dead code, and test coverage using MCP tools.
  • Guided .NET Migrations: Provides a step-by-step plan for upgrading .NET versions, including breaking change analysis and adoption of new features.
  • Use Case: When starting a new project, this Skill will ask about your needs, recommend an architecture (like VSA or Clean Architecture), help you choose your tech stack (database, auth, etc.), and generate a tailored CLAUDE.md file.

Quick Start

Initiate a new project by typing "setup project".

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 a new project setup?

To generate a CLAUDE.md file during project setup, this Skill interactively guides you through selecting an architecture, like Clean Architecture, and your tech stack, producing a customized configuration file tailored to your project's specific needs.

How do I analyze my codebase for anti-patterns and dead code?

You can analyze your codebase for anti-patterns and dead code using the codebase health analysis feature, which utilizes Roslyn MCP tools to automatically detect compiler warnings, dead code, and test coverage issues.

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

The best way to plan a .NET version migration is using a guided workflow that provides a step-by-step plan, analyzes breaking changes, and helps you adopt new features specific to the target .NET framework.

Can I use this project setup workflow for a Vertical Slice Architecture?

Yes, you can use this interactive project initialization workflow for a Vertical Slice Architecture, as it recommends architectural patterns based on your specific project needs and helps configure your chosen tech stack accordingly.

Do I need an architecture-advisor to initialize my project?

Yes, you need integration with an architecture-advisor skill to provide architectural recommendations during project initialization, ensuring your selected architecture and tech stack align with your application's requirements.

What tech stack choices are supported during project initialization?

During project initialization, the workflow supports various tech stack choices including databases and authentication, guiding you through the selection process to generate a tailored CLAUDE.md file for your specific stack.