init-taro-miniapp

Installation
SKILL.md

Init Taro Mini-Program

Initialize a Taro project only with the official CLI; after init, create directories, configure the API proxy, and may add or update README and AGENTS.md. Do not modify any other generated files or config.

Constraint

  • Init command (mandatory): Must use npx @tarojs/cli init <projectName> to create the project. Do not use global taro init or other scaffolding.
  • Required after init: Run npm install (or pnpm install / yarn if chosen during init) from the project root; do not skip.
  • After init (allowed only): (1) create new directories under src, (2) add or edit the dev proxy configuration for the backend API, and (3) add or edit README and AGENTS.md. Do not change package.json, existing source files, or other config files.

Reference Docs

Workflow

1. Initialize with Taro CLI (required)

Related skills

More from hillstone-networks/agent-skills

Installs
8
First Seen
Mar 11, 2026