epic-0-scaffold

Scaffold a full-stack ShareFlow project with .NET, Vue, and Docker.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wangzeping114/shareflow --skill epic-0-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: epic-0-scaffold
Source: https://github.com/wangzeping114/shareflow/tree/main/.claude/skills/epic-0-scaffold
Command: npx skills add https://github.com/wangzeping114/shareflow --skill epic-0-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the initial setup of a full-stack ShareFlow project, including backend solution scaffolding, frontend Vue project initialization, and Docker environment configuration, reducing boilerplate and setup time.

Core Features & Use Cases

  • Backend solution scaffolding (dotnet sln, multi-project layout)
  • Frontend skeleton (Vue) project
  • Docker-based multi-environment configuration (overseas/domestic)
  • Validation steps and basic project health checks

Quick Start

Run the epic-0-scaffold skill at the repository root to bootstrap the full-stack setup.

Frequently Asked Questions about epic-0-scaffold

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

FAQPage Schema
How do I scaffold a full-stack project with Vue and .NET?

You can bootstrap a full-stack ShareFlow workspace by running this skill at the repository root to automate backend solution creation, frontend Vue initialization, and Docker configuration.

What is the best way to configure Docker for multi-environment deployments?

Configuring Docker for multi-environment deployments requires environment-aware settings for overseas and domestic regions. This skill generates Docker configurations that establish a repeatable foundation across multi-service architectures.

Do I need Docker and dotnet installed to bootstrap a Vue project?

Yes, you need Docker, dotnet, and Vue tooling installed. The skill specifies these as required dependencies to execute solution creation, package installation, core file generation, and validation steps.

Can I use this scaffolding for a new multi-service architecture project?

Yes, this scaffolding applies to new projects requiring a multi-service architecture. It sets up a multi-project layout within the .NET solution and provides a repeatable foundation for development.

What validation steps are included in project bootstrapping?

Project bootstrapping includes basic project health checks and validation steps after solution creation and file generation. This ensures the full-stack environment is correctly initialized before development begins.