From partme-ai-full-stack-skills
Scaffolds new uni-app-x projects with Vue 3 + TypeScript + Vite via CLI or HBuilderX, including tsconfig.json, manifest.json, pages.json setup, and Composition API templates. Use to initialize uni-app-x development environments.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
Use this skill whenever the user wants to:
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Use this skill whenever the user wants to:
To create a uni-app-x project with a single command or via HBuilderX:
Identify the project type from the user's request:
Load the appropriate example file from the examples/guide/ directory:
examples/guide/installation.md - Installation and environment setupexamples/guide/quick-start.md - Quick start guideexamples/guide/project-types.md - Different project types and templatesLoad the appropriate template file from the templates/ directory:
templates/project-templates.md - Project structure templatestemplates/cli-commands.md - CLI command templatesFollow the specific instructions in those files for project creation, structure, and configuration
Generate the project structure with proper TypeScript and Vue 3 configurations
Important Notes:
Located in examples/guide/:
Located in templates/:
This skill focuses on project creation and initialization. For component and API references, see uniappx-project-guide.
<script setup> syntaxuniappx, uni-app-x, project creator, TypeScript, Vue 3, project initialization, HBuilderX, manifest.json, pages.json, uni-app-x setup, uni-app-x template, 创建项目, 项目初始化, 快速开始