Loading...
Loading...
Use at the start of any conversation—establishes how to find and use skills, requiring the Skill tool to be called before any response (including clarifying questions)
npx skill4agent add 21307369/superpowers-zh using-superpowersSkillskillskillSkillskill_viewskills_listskill_view(name)skill_view(name, path)activate_skillreferences/copilot-tools.mdreferences/hermes-tools.mdreferences/codex-tools.mdreferences/qoder-tools.mddigraph skill_flow {
"Received User Message" [shape=doublecircle];
"About to EnterPlanMode?" [shape=doublecircle];
"Already Brainstormed?" [shape=diamond];
"Call Brainstorm Skill" [shape=box];
"Possible Skill Applicable?" [shape=diamond];
"Call Skill Tool" [shape=box];
"Announce: 'Using [Skill] to [Purpose]'" [shape=box];
"Has Checklist?" [shape=diamond];
"Create TodoWrite Tasks for Each Item" [shape=box];
"Strictly Follow Skill" [shape=box];
"Respond (including clarification)" [shape=doublecircle];
"About to EnterPlanMode?" -> "Already Brainstormed?";
"Already Brainstormed?" -> "Call Brainstorm Skill" [label="No"];
"Already Brainstormed?" -> "Possible Skill Applicable?" [label="Yes"];
"Call Brainstorm Skill" -> "Possible Skill Applicable?";
"Received User Message" -> "Possible Skill Applicable?";
"Possible Skill Applicable?" -> "Call Skill Tool" [label="Yes, even 1% chance"];
"Possible Skill Applicable?" -> "Respond (including clarification)" [label="Confirmed not applicable"];
"Call Skill Tool" -> "Announce: 'Using [Skill] to [Purpose]'";
"Announce: 'Using [Skill] to [Purpose]'" -> "Has Checklist?";
"Has Checklist?" -> "Create TodoWrite Tasks for Each Item" [label="Yes"];
"Has Checklist?" -> "Strictly Follow Skill" [label="No"];
"Create TodoWrite Tasks for Each Item" -> "Strictly Follow Skill";
}| Thought | Reality |
|---|---|
| "This is just a simple question" | Questions are tasks. Check skills. |
| "I need more context first" | Skill checks come before clarifying questions. |
| "Let me explore the codebase first" | Skills tell you how to explore. Check first. |
| "I can quickly check git/files" | Files lack conversational context. Check skills. |
| "Let me gather information first" | Skills tell you how to gather information. |
| "This doesn't need a formal skill" | If the skill exists, use it. |
| "I remember this skill" | Skills iterate and update. Read the current version. |
| "This isn't a real task" | Actions = tasks. Check skills. |
| "The skill is overkill" | Simple things get complicated. Use it. |
| "Let me just do this one thing first" | Check before doing anything. |
| "This feels efficient" | Undisciplined action wastes time. Skills prevent this. |
| "I know what that means" | Knowing the concept ≠ using the skill. Call it. |
| Scenario | Skill to Call |
|---|---|
| Code review and team communicates in Chinese | superpowers:chinese-code-review |
| Using Gitee/Coding/Jihu GitLab | superpowers:chinese-git-workflow |
| Writing Chinese technical documents or README | superpowers:chinese-documentation |
| Writing git commit messages (Chinese projects) | superpowers:chinese-commit-conventions |
| Building MCP servers/tools | superpowers:mcp-builder |