Agent skill
using-superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
Install this agent skill to your Project
npx add-skill https://github.com/6BNBN/FlowPilot/tree/main/兼容codex@cursor一键安装技能/codex一键安装技能/纯手动安装/skills/using-superpowers
SKILL.md
If a relevant skill exists, you do not get to skip it because the task feels small or familiar. </EXTREMELY-IMPORTANT>
How to Access Skills
In Codex CLI: Open the relevant SKILL.md under ~/.codex/skills or the workspace-provided skill pack, then follow it directly.
If a skill includes a checklist: mirror the checklist in update_plan so progress stays visible while you work.
Using Skills
The Rule
Open relevant or requested skills before any response or action. Even a 1% chance that a skill applies means you should inspect it first. If a skill turns out not to fit, you can stop using it after reading it.
`dot digraph skill_flow { "User message received" [shape=doublecircle]; "About to start work?" [shape=doublecircle]; "Already brainstormed?" [shape=diamond]; "Open brainstorming skill" [shape=box]; "Might a skill apply?" [shape=diamond]; "Open matching SKILL.md" [shape=box]; "Announce: Using [skill]" [shape=box]; "Has checklist?" [shape=diamond]; "Mirror checklist in update_plan" [shape=box]; "Follow skill exactly" [shape=box]; "Respond" [shape=doublecircle];
"About to start work?" -> "Already brainstormed?";
"Already brainstormed?" -> "Open brainstorming skill" [label="no"];
"Already brainstormed?" -> "Might a skill apply?" [label="yes"];
"Open brainstorming skill" -> "Might a skill apply?";
"User message received" -> "Might a skill apply?";
"Might a skill apply?" -> "Open matching SKILL.md" [label="yes, even 1%"];
"Might a skill apply?" -> "Respond" [label="definitely not"];
"Open matching SKILL.md" -> "Announce: Using [skill]";
"Announce: Using [skill]" -> "Has checklist?";
"Has checklist?" -> "Mirror checklist in update_plan" [label="yes"];
"Has checklist?" -> "Follow skill exactly" [label="no"];
"Mirror checklist in update_plan" -> "Follow skill exactly";
} `
Red Flags
These thoughts mean STOP and open the skill first:
| Thought | Reality |
|---|---|
| "This is just a simple question" | Questions are tasks. Check for skills. |
| "I need more context first" | Skill check comes before clarifying questions. |
| "Let me explore quickly first" | Skills tell you how to explore. Check first. |
| "I remember this skill already" | Skills evolve. Read the current file. |
| "The skill is overkill" | Small tasks still benefit from the right workflow. |
| "I'll do one thing first" | Check before acting. |
Skill Priority
When multiple skills could apply, use this order:
- Process skills first - brainstorming, debugging, TDD, verification
- Implementation skills second - frontend, review, feature workflows
Skill Types
Rigid skills enforce a workflow and should be followed closely.
Flexible skills provide patterns you can adapt to context.
User Instructions
User instructions say what to do. Skills tell you how to do it safely and consistently.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
test-driven-development
Use when implementing any feature or bugfix, before writing implementation code
using-superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.
requesting-code-review
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
superpowers
Use when starting any conversation to discover relevant skills and open the right SKILL.md files before responding, including before clarifying questions.
Didn't find tool you were looking for?