What is main?
Skill router and planning initialization. Loaded on every session start. Determines which skills to invoke and ensures .planning/ is initialized for complex tasks. Source: sipengxie2024/superpower-planning.
Skill router and planning initialization. Loaded on every session start. Determines which skills to invoke and ensures .planning/ is initialized for complex tasks.
Quickly install main AI skill to your development environment via command line
Source: 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.
Skill router and planning initialization. Loaded on every session start. Determines which skills to invoke and ensures .planning/ is initialized for complex tasks. Source: sipengxie2024/superpower-planning.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/sipengxie2024/superpower-planning --skill mainSkill router and planning initialization. Loaded on every session start. Determines which skills to invoke and ensures .planning/ is initialized for complex tasks. Source: sipengxie2024/superpower-planning.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/sipengxie2024/superpower-planning --skill main Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/sipengxie2024/superpower-planning