@@ -44,20 +44,20 @@ If a skill points to its own `references/...` files, keep following those relati
4444
4545<!-- DO NOT EDIT: auto-generated from references/activation-map.yaml -->
4646
47- | Scenario | Read first | Then read | Do NOT route to first |
48- | ----------| ------------| -----------| ------------------------|
49- | web- auth | ` auth-tool ` | auth-web, web-development | cloud-functions, http-api |
50- | miniapp-cloudbase | ` miniprogram-development ` | auth-wechat, no-sql-wx-mp-sdk | auth-web, web-development |
51- | native-http-api | ` http-api ` | auth-tool, relational-database-tool | auth-web, no-sql-web-sdk, web-development |
52- | web-nosql | ` web-development ` | no-sql-web-sdk, auth-web | relational-database-tool, http-api |
53- | mysql-mcp | ` relational-database-tool ` | relational-database-web, http-api | no-sql-web-sdk, web-development |
54- | cloud-functions | ` cloud-functions ` | auth-tool, ai-model-nodejs | cloudrun-development, auth-web |
55- | cloudrun- backend | ` cloudrun-development ` | auth-tool, relational-database-tool | cloud-functions |
56- | ai-agent | ` cloudbase-agent ` | cloud-functions, cloudrun-development | - |
57- | ui-first | ` ui-design ` | web-development, miniprogram-development | cloud-functions |
58- | ai-web | ` web-development ` | ai-model-web, ui-design | ai-model-wechat, http-api |
59- | ops-inspector | ` ops-inspector ` | cloud-functions, cloudrun-development | ui-design, spec-workflow |
60- | spec- workflow | ` spec-workflow ` | cloudbase | web-development, cloud-functions |
47+ | Scenario | Read first | Then read | Do NOT route to first | Must check before action |
48+ | ----------| ------------| -----------| ------------------------| -------------------------- |
49+ | Web login / registration / auth UI | ` auth-tool ` | auth-web, web-development | cloud-functions, http-api | Provider status and publishable key |
50+ | WeChat mini program + CloudBase | ` miniprogram-development ` | auth-wechat, no-sql-wx-mp-sdk | auth-web, web-development | Whether the project really uses CloudBase / ` wx.cloud ` |
51+ | Native App / Flutter / React Native | ` http-api ` | auth-tool, relational-database-tool | auth-web, no-sql-web-sdk, web-development | SDK boundary, OpenAPI, auth method |
52+ | Web projects + NoSQL Database | ` web-development ` | no-sql-web-sdk, auth-web | relational-database-tool, http-api | Login state and database access permission model |
53+ | MySQL Database (relational) | ` relational-database-tool ` | relational-database-web, http-api | no-sql-web-sdk, web-development | Distinguish MCP management vs app code access |
54+ | Cloud Functions | ` cloud-functions ` | auth-tool, ai-model-nodejs | cloudrun-development, auth-web | Event vs HTTP function, runtime, ` scf_bootstrap ` |
55+ | CloudRun backend | ` cloudrun-development ` | auth-tool, relational-database-tool | cloud-functions | Container boundary, Dockerfile, CORS |
56+ | AI Agent (智能体开发) | ` cloudbase-agent ` | cloud-functions, cloudrun-development | cloud-functions, cloudrun-development | AG-UI protocol, scf_bootstrap, SSE streaming |
57+ | UI generation | ` ui-design ` | web-development, miniprogram-development | cloud-functions | Design specification first |
58+ | AI Model (Web) | ` web-development ` | ai-model-web, ui-design | ai-model-wechat, http-api | Platform and streaming interaction mode |
59+ | Resource health inspection / troubleshooting | ` ops-inspector ` | cloud-functions, cloudrun-development | ui-design, spec-workflow | CLS enabled, time range for logs |
60+ | Spec workflow / architecture design | ` spec-workflow ` | cloudbase | web-development, cloud-functions | Requirements, design, tasks confirmed |
6161
6262
6363### Routing reminders
@@ -79,7 +79,7 @@ If a skill points to its own `references/...` files, keep following those relati
7979
8080### Approach A: IDE Native MCP
8181
82- Configure CloudBase MCP via your IDE\ ' s MCP settings. For detailed config examples (Cursor, Claude Code, Windsurf, Cline, etc.), see ` references/mcp-setup.md ` .
82+ Configure CloudBase MCP via your IDE's MCP settings. For detailed config examples (Cursor, Claude Code, Windsurf, Cline, etc.), see ` references/mcp-setup.md ` .
8383
8484
8585### Approach B: mcporter CLI
0 commit comments