关于
This skill automates the creation of specialized shell scripts (.ai-workflow/init.sh and .ai-workflow/clear.sh) designed to streamline your development cycle. It intelligently analyzes your package.json to detect your package manager (npm, yarn, pnpm, or bun) and configures commands for linting, type-checking, and starting development servers. By handling background process management, PID tracking, and health reporting, it ensures that your environment is always correctly initialized and cleanly torn down, preventing port conflicts and orphaned processes.