Handles the basic lifecycle of Alibaba Cloud MaxCompute projects through the Aliyun CLI. You can list projects by quota, fetch details on existing ones, and spin up new projects with the right quota assignments. The skill enforces some good hygiene around region selection and user-agent headers, which matters for tracking. Creation workflow is thorough, maybe overly so, with explicit checks for secondary quotas and project status verification. Worth noting it won't delete projects, so you're still hitting the console for teardown. Useful if you're scripting MaxCompute setup or need to query projects programmatically without writing your own CLI wrappers.
npx skills add https://github.com/aliyun/alibabacloud-aiops-skills --skill alibabacloud-odps-project-manage