什么是 main?
技能路由器和规划初始化。在每次会话启动时加载。确定要调用哪些技能并确保为复杂任务初始化 .planning/。 来源:sipengxie2024/superpower-planning。
技能路由器和规划初始化。在每次会话启动时加载。确定要调用哪些技能并确保为复杂任务初始化 .planning/。
通过命令行快速安装 main AI 技能到你的开发环境
来源:sipengxie2024/superpower-planning。
If there is even a 1% chance a skill applies to your task, you MUST invoke it. No exceptions, no rationalizations.
In Claude Code: Use the Skill tool. When you invoke a skill, its content is loaded and presented to you -- follow it directly. Never use the Read tool on skill files.
In other environments: Check your platform's documentation for how skills are loaded.
技能路由器和规划初始化。在每次会话启动时加载。确定要调用哪些技能并确保为复杂任务初始化 .planning/。 来源:sipengxie2024/superpower-planning。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/sipengxie2024/superpower-planning --skill main技能路由器和规划初始化。在每次会话启动时加载。确定要调用哪些技能并确保为复杂任务初始化 .planning/。 来源:sipengxie2024/superpower-planning。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sipengxie2024/superpower-planning --skill main 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sipengxie2024/superpower-planning