weapp-ide-cli-best-practices
Installation
SKILL.md
weapp-ide-cli-best-practices
目的
Design and evolve weapp-ide-cli with deterministic command behavior, automation-friendly UX, and stable integration contracts for other CLIs (especially weapp-vite).
触发信号
- User asks to add/refactor
weapp-ide-clicommands or argument validation. - User asks to expose command metadata for external CLI dispatch.
- User asks to improve DevTools automation, screenshot, or automator subcommands.
- User asks to add language switching or config persistence behavior.
- User asks how
weapp-viteshould delegate toweapp-ide-cli.
适用边界
Use this skill when the center of gravity is command routing, CLI UX, config persistence, and cross-package CLI contracts.
Do not use this as the primary skill when: