From partme-ai-full-stack-skills
Scaffolds uni-app projects via CLI or HBuilderX with Vue 2/3 templates, manifest.json/pages.json configuration, and directory structure. Use for new project creation, initialization, or dev environment setup.
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 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 files and configurations
Important Notes:
Located in examples/guide/:
Located in templates/:
This skill focuses on project creation and initialization. For component and API references, see uniapp-project-guide.
uniapp, uni-app, project creator, project initialization, HBuilderX, Vue CLI, manifest.json, pages.json, uni-app setup, uni-app template, 创建项目, 项目初始化, 快速开始