[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-using-superpowers":3,"mdc-qpnaqy-key":33,"related-org-openai-using-superpowers":795,"related-repo-openai-using-superpowers":998},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":22,"repoUrl":23,"updatedAt":24,"license":25,"forks":26,"topics":27,"repo":28,"sourceUrl":31,"mdContent":32},"using-superpowers","discover and invoke agent skills","Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19],{"name":13,"slug":14,"type":15},"Productivity","productivity","tag",{"name":17,"slug":18,"type":15},"MCP","mcp",{"name":20,"slug":21,"type":15},"Agents","agents",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-16T05:12:03.080416",null,465,[],{"repoUrl":23,"stars":22,"forks":26,"topics":29,"description":30},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fsuperpowers\u002Fskills\u002Fusing-superpowers","---\nname: using-superpowers\ndescription: Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions\n---\n\n\u003CSUBAGENT-STOP>\nIf you were dispatched as a subagent to execute a specific task, skip this skill.\n\u003C\u002FSUBAGENT-STOP>\n\n\u003CEXTREMELY-IMPORTANT>\nIf you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.\n\nIF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.\n\nThis is not negotiable. This is not optional. You cannot rationalize your way out of this.\n\u003C\u002FEXTREMELY-IMPORTANT>\n\n## Instruction Priority\n\nSuperpowers skills override default system prompt behavior, but **user instructions always take precedence**:\n\n1. **User's explicit instructions** (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority\n2. **Superpowers skills** — override default system behavior where they conflict\n3. **Default system prompt** — lowest priority\n\nIf CLAUDE.md, GEMINI.md, or AGENTS.md says \"don't use TDD\" and a skill says \"always use TDD,\" follow the user's instructions. The user is in control.\n\n## How to Access Skills\n\n**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.\n\n**In Copilot CLI:** Use the `skill` tool. Skills are auto-discovered from installed plugins. The `skill` tool works the same as Claude Code's `Skill` tool.\n\n**In Gemini CLI:** Skills activate via the `activate_skill` tool. Gemini loads skill metadata at session start and activates the full content on demand.\n\n**In other environments:** Check your platform's documentation for how skills are loaded.\n\n## Platform Adaptation\n\nSkills use Claude Code tool names. Non-CC platforms: see `references\u002Fcopilot-tools.md` (Copilot CLI), `references\u002Fcodex-tools.md` (Codex) for tool equivalents. Gemini CLI users get the tool mapping loaded automatically via GEMINI.md.\n\n# Using Skills\n\n## The Rule\n\n**Invoke relevant or requested skills BEFORE any response or action.** Even a 1% chance a skill might apply means that you should invoke the skill to check. If an invoked skill turns out to be wrong for the situation, you don't need to use it.\n\n```dot\ndigraph skill_flow {\n    \"User message received\" [shape=doublecircle];\n    \"About to EnterPlanMode?\" [shape=doublecircle];\n    \"Already brainstormed?\" [shape=diamond];\n    \"Invoke brainstorming skill\" [shape=box];\n    \"Might any skill apply?\" [shape=diamond];\n    \"Invoke Skill tool\" [shape=box];\n    \"Announce: 'Using [skill] to [purpose]'\" [shape=box];\n    \"Has checklist?\" [shape=diamond];\n    \"Create TodoWrite todo per item\" [shape=box];\n    \"Follow skill exactly\" [shape=box];\n    \"Respond (including clarifications)\" [shape=doublecircle];\n\n    \"About to EnterPlanMode?\" -> \"Already brainstormed?\";\n    \"Already brainstormed?\" -> \"Invoke brainstorming skill\" [label=\"no\"];\n    \"Already brainstormed?\" -> \"Might any skill apply?\" [label=\"yes\"];\n    \"Invoke brainstorming skill\" -> \"Might any skill apply?\";\n\n    \"User message received\" -> \"Might any skill apply?\";\n    \"Might any skill apply?\" -> \"Invoke Skill tool\" [label=\"yes, even 1%\"];\n    \"Might any skill apply?\" -> \"Respond (including clarifications)\" [label=\"definitely not\"];\n    \"Invoke Skill tool\" -> \"Announce: 'Using [skill] to [purpose]'\";\n    \"Announce: 'Using [skill] to [purpose]'\" -> \"Has checklist?\";\n    \"Has checklist?\" -> \"Create TodoWrite todo per item\" [label=\"yes\"];\n    \"Has checklist?\" -> \"Follow skill exactly\" [label=\"no\"];\n    \"Create TodoWrite todo per item\" -> \"Follow skill exactly\";\n}\n```\n\n## Red Flags\n\nThese thoughts mean STOP—you're rationalizing:\n\n| Thought | Reality |\n|---------|---------|\n| \"This is just a simple question\" | Questions are tasks. Check for skills. |\n| \"I need more context first\" | Skill check comes BEFORE clarifying questions. |\n| \"Let me explore the codebase first\" | Skills tell you HOW to explore. Check first. |\n| \"I can check git\u002Ffiles quickly\" | Files lack conversation context. Check for skills. |\n| \"Let me gather information first\" | Skills tell you HOW to gather information. |\n| \"This doesn't need a formal skill\" | If a skill exists, use it. |\n| \"I remember this skill\" | Skills evolve. Read current version. |\n| \"This doesn't count as a task\" | Action = task. Check for skills. |\n| \"The skill is overkill\" | Simple things become complex. Use it. |\n| \"I'll just do this one thing first\" | Check BEFORE doing anything. |\n| \"This feels productive\" | Undisciplined action wastes time. Skills prevent this. |\n| \"I know what that means\" | Knowing the concept ≠ using the skill. Invoke it. |\n\n## Skill Priority\n\nWhen multiple skills could apply, use this order:\n\n1. **Process skills first** (brainstorming, debugging) - these determine HOW to approach the task\n2. **Implementation skills second** (frontend-design, mcp-builder) - these guide execution\n\n\"Let's build X\" → brainstorming first, then implementation skills.\n\"Fix this bug\" → debugging first, then domain-specific skills.\n\n## Skill Types\n\n**Rigid** (TDD, debugging): Follow exactly. Don't adapt away discipline.\n\n**Flexible** (patterns): Adapt principles to context.\n\nThe skill itself tells you which.\n\n## User Instructions\n\nInstructions say WHAT, not HOW. \"Add X\" or \"Fix Y\" doesn't mean skip workflows.\n",{"data":34,"body":35},{"name":4,"description":6},{"type":36,"children":37},"root",[38,46,789],{"type":39,"tag":40,"props":41,"children":42},"element","subagent-stop",{},[43],{"type":44,"value":45},"text","\nIf you were dispatched as a subagent to execute a specific task, skip this skill.\n",{"type":39,"tag":47,"props":48,"children":49},"extremely-important",{},[50,52,58,63,70,83,118,123,129,148,179,197,207,213,234,241,247,257,513,519,524,708,714,719,742,747,753,763,773,778,784],{"type":44,"value":51},"\nIf you think there is even a 1% chance a skill might apply to what you are doing, you ABSOLUTELY MUST invoke the skill.\n",{"type":39,"tag":53,"props":54,"children":55},"p",{},[56],{"type":44,"value":57},"IF A SKILL APPLIES TO YOUR TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT.",{"type":39,"tag":53,"props":59,"children":60},{},[61],{"type":44,"value":62},"This is not negotiable. This is not optional. You cannot rationalize your way out of this.\n",{"type":39,"tag":64,"props":65,"children":67},"h2",{"id":66},"instruction-priority",[68],{"type":44,"value":69},"Instruction Priority",{"type":39,"tag":53,"props":71,"children":72},{},[73,75,81],{"type":44,"value":74},"Superpowers skills override default system prompt behavior, but ",{"type":39,"tag":76,"props":77,"children":78},"strong",{},[79],{"type":44,"value":80},"user instructions always take precedence",{"type":44,"value":82},":",{"type":39,"tag":84,"props":85,"children":86},"ol",{},[87,98,108],{"type":39,"tag":88,"props":89,"children":90},"li",{},[91,96],{"type":39,"tag":76,"props":92,"children":93},{},[94],{"type":44,"value":95},"User's explicit instructions",{"type":44,"value":97}," (CLAUDE.md, GEMINI.md, AGENTS.md, direct requests) — highest priority",{"type":39,"tag":88,"props":99,"children":100},{},[101,106],{"type":39,"tag":76,"props":102,"children":103},{},[104],{"type":44,"value":105},"Superpowers skills",{"type":44,"value":107}," — override default system behavior where they conflict",{"type":39,"tag":88,"props":109,"children":110},{},[111,116],{"type":39,"tag":76,"props":112,"children":113},{},[114],{"type":44,"value":115},"Default system prompt",{"type":44,"value":117}," — lowest priority",{"type":39,"tag":53,"props":119,"children":120},{},[121],{"type":44,"value":122},"If CLAUDE.md, GEMINI.md, or AGENTS.md says \"don't use TDD\" and a skill says \"always use TDD,\" follow the user's instructions. The user is in control.",{"type":39,"tag":64,"props":124,"children":126},{"id":125},"how-to-access-skills",[127],{"type":44,"value":128},"How to Access Skills",{"type":39,"tag":53,"props":130,"children":131},{},[132,137,139,146],{"type":39,"tag":76,"props":133,"children":134},{},[135],{"type":44,"value":136},"In Claude Code:",{"type":44,"value":138}," Use the ",{"type":39,"tag":140,"props":141,"children":143},"code",{"className":142},[],[144],{"type":44,"value":145},"Skill",{"type":44,"value":147}," 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.",{"type":39,"tag":53,"props":149,"children":150},{},[151,156,157,163,165,170,172,177],{"type":39,"tag":76,"props":152,"children":153},{},[154],{"type":44,"value":155},"In Copilot CLI:",{"type":44,"value":138},{"type":39,"tag":140,"props":158,"children":160},{"className":159},[],[161],{"type":44,"value":162},"skill",{"type":44,"value":164}," tool. Skills are auto-discovered from installed plugins. The ",{"type":39,"tag":140,"props":166,"children":168},{"className":167},[],[169],{"type":44,"value":162},{"type":44,"value":171}," tool works the same as Claude Code's ",{"type":39,"tag":140,"props":173,"children":175},{"className":174},[],[176],{"type":44,"value":145},{"type":44,"value":178}," tool.",{"type":39,"tag":53,"props":180,"children":181},{},[182,187,189,195],{"type":39,"tag":76,"props":183,"children":184},{},[185],{"type":44,"value":186},"In Gemini CLI:",{"type":44,"value":188}," Skills activate via the ",{"type":39,"tag":140,"props":190,"children":192},{"className":191},[],[193],{"type":44,"value":194},"activate_skill",{"type":44,"value":196}," tool. Gemini loads skill metadata at session start and activates the full content on demand.",{"type":39,"tag":53,"props":198,"children":199},{},[200,205],{"type":39,"tag":76,"props":201,"children":202},{},[203],{"type":44,"value":204},"In other environments:",{"type":44,"value":206}," Check your platform's documentation for how skills are loaded.",{"type":39,"tag":64,"props":208,"children":210},{"id":209},"platform-adaptation",[211],{"type":44,"value":212},"Platform Adaptation",{"type":39,"tag":53,"props":214,"children":215},{},[216,218,224,226,232],{"type":44,"value":217},"Skills use Claude Code tool names. Non-CC platforms: see ",{"type":39,"tag":140,"props":219,"children":221},{"className":220},[],[222],{"type":44,"value":223},"references\u002Fcopilot-tools.md",{"type":44,"value":225}," (Copilot CLI), ",{"type":39,"tag":140,"props":227,"children":229},{"className":228},[],[230],{"type":44,"value":231},"references\u002Fcodex-tools.md",{"type":44,"value":233}," (Codex) for tool equivalents. Gemini CLI users get the tool mapping loaded automatically via GEMINI.md.",{"type":39,"tag":235,"props":236,"children":238},"h1",{"id":237},"using-skills",[239],{"type":44,"value":240},"Using Skills",{"type":39,"tag":64,"props":242,"children":244},{"id":243},"the-rule",[245],{"type":44,"value":246},"The Rule",{"type":39,"tag":53,"props":248,"children":249},{},[250,255],{"type":39,"tag":76,"props":251,"children":252},{},[253],{"type":44,"value":254},"Invoke relevant or requested skills BEFORE any response or action.",{"type":44,"value":256}," Even a 1% chance a skill might apply means that you should invoke the skill to check. If an invoked skill turns out to be wrong for the situation, you don't need to use it.",{"type":39,"tag":258,"props":259,"children":264},"pre",{"className":260,"code":261,"language":262,"meta":263,"style":263},"language-dot shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","digraph skill_flow {\n    \"User message received\" [shape=doublecircle];\n    \"About to EnterPlanMode?\" [shape=doublecircle];\n    \"Already brainstormed?\" [shape=diamond];\n    \"Invoke brainstorming skill\" [shape=box];\n    \"Might any skill apply?\" [shape=diamond];\n    \"Invoke Skill tool\" [shape=box];\n    \"Announce: 'Using [skill] to [purpose]'\" [shape=box];\n    \"Has checklist?\" [shape=diamond];\n    \"Create TodoWrite todo per item\" [shape=box];\n    \"Follow skill exactly\" [shape=box];\n    \"Respond (including clarifications)\" [shape=doublecircle];\n\n    \"About to EnterPlanMode?\" -> \"Already brainstormed?\";\n    \"Already brainstormed?\" -> \"Invoke brainstorming skill\" [label=\"no\"];\n    \"Already brainstormed?\" -> \"Might any skill apply?\" [label=\"yes\"];\n    \"Invoke brainstorming skill\" -> \"Might any skill apply?\";\n\n    \"User message received\" -> \"Might any skill apply?\";\n    \"Might any skill apply?\" -> \"Invoke Skill tool\" [label=\"yes, even 1%\"];\n    \"Might any skill apply?\" -> \"Respond (including clarifications)\" [label=\"definitely not\"];\n    \"Invoke Skill tool\" -> \"Announce: 'Using [skill] to [purpose]'\";\n    \"Announce: 'Using [skill] to [purpose]'\" -> \"Has checklist?\";\n    \"Has checklist?\" -> \"Create TodoWrite todo per item\" [label=\"yes\"];\n    \"Has checklist?\" -> \"Follow skill exactly\" [label=\"no\"];\n    \"Create TodoWrite todo per item\" -> \"Follow skill exactly\";\n}\n","dot","",[265],{"type":39,"tag":140,"props":266,"children":267},{"__ignoreMap":263},[268,279,288,297,306,315,324,333,342,351,360,369,378,388,397,406,415,424,432,441,450,459,468,477,486,495,504],{"type":39,"tag":269,"props":270,"children":273},"span",{"class":271,"line":272},"line",1,[274],{"type":39,"tag":269,"props":275,"children":276},{},[277],{"type":44,"value":278},"digraph skill_flow {\n",{"type":39,"tag":269,"props":280,"children":282},{"class":271,"line":281},2,[283],{"type":39,"tag":269,"props":284,"children":285},{},[286],{"type":44,"value":287},"    \"User message received\" [shape=doublecircle];\n",{"type":39,"tag":269,"props":289,"children":291},{"class":271,"line":290},3,[292],{"type":39,"tag":269,"props":293,"children":294},{},[295],{"type":44,"value":296},"    \"About to EnterPlanMode?\" [shape=doublecircle];\n",{"type":39,"tag":269,"props":298,"children":300},{"class":271,"line":299},4,[301],{"type":39,"tag":269,"props":302,"children":303},{},[304],{"type":44,"value":305},"    \"Already brainstormed?\" [shape=diamond];\n",{"type":39,"tag":269,"props":307,"children":309},{"class":271,"line":308},5,[310],{"type":39,"tag":269,"props":311,"children":312},{},[313],{"type":44,"value":314},"    \"Invoke brainstorming skill\" [shape=box];\n",{"type":39,"tag":269,"props":316,"children":318},{"class":271,"line":317},6,[319],{"type":39,"tag":269,"props":320,"children":321},{},[322],{"type":44,"value":323},"    \"Might any skill apply?\" [shape=diamond];\n",{"type":39,"tag":269,"props":325,"children":327},{"class":271,"line":326},7,[328],{"type":39,"tag":269,"props":329,"children":330},{},[331],{"type":44,"value":332},"    \"Invoke Skill tool\" [shape=box];\n",{"type":39,"tag":269,"props":334,"children":336},{"class":271,"line":335},8,[337],{"type":39,"tag":269,"props":338,"children":339},{},[340],{"type":44,"value":341},"    \"Announce: 'Using [skill] to [purpose]'\" [shape=box];\n",{"type":39,"tag":269,"props":343,"children":345},{"class":271,"line":344},9,[346],{"type":39,"tag":269,"props":347,"children":348},{},[349],{"type":44,"value":350},"    \"Has checklist?\" [shape=diamond];\n",{"type":39,"tag":269,"props":352,"children":354},{"class":271,"line":353},10,[355],{"type":39,"tag":269,"props":356,"children":357},{},[358],{"type":44,"value":359},"    \"Create TodoWrite todo per item\" [shape=box];\n",{"type":39,"tag":269,"props":361,"children":363},{"class":271,"line":362},11,[364],{"type":39,"tag":269,"props":365,"children":366},{},[367],{"type":44,"value":368},"    \"Follow skill exactly\" [shape=box];\n",{"type":39,"tag":269,"props":370,"children":372},{"class":271,"line":371},12,[373],{"type":39,"tag":269,"props":374,"children":375},{},[376],{"type":44,"value":377},"    \"Respond (including clarifications)\" [shape=doublecircle];\n",{"type":39,"tag":269,"props":379,"children":381},{"class":271,"line":380},13,[382],{"type":39,"tag":269,"props":383,"children":385},{"emptyLinePlaceholder":384},true,[386],{"type":44,"value":387},"\n",{"type":39,"tag":269,"props":389,"children":391},{"class":271,"line":390},14,[392],{"type":39,"tag":269,"props":393,"children":394},{},[395],{"type":44,"value":396},"    \"About to EnterPlanMode?\" -> \"Already brainstormed?\";\n",{"type":39,"tag":269,"props":398,"children":400},{"class":271,"line":399},15,[401],{"type":39,"tag":269,"props":402,"children":403},{},[404],{"type":44,"value":405},"    \"Already brainstormed?\" -> \"Invoke brainstorming skill\" [label=\"no\"];\n",{"type":39,"tag":269,"props":407,"children":409},{"class":271,"line":408},16,[410],{"type":39,"tag":269,"props":411,"children":412},{},[413],{"type":44,"value":414},"    \"Already brainstormed?\" -> \"Might any skill apply?\" [label=\"yes\"];\n",{"type":39,"tag":269,"props":416,"children":418},{"class":271,"line":417},17,[419],{"type":39,"tag":269,"props":420,"children":421},{},[422],{"type":44,"value":423},"    \"Invoke brainstorming skill\" -> \"Might any skill apply?\";\n",{"type":39,"tag":269,"props":425,"children":427},{"class":271,"line":426},18,[428],{"type":39,"tag":269,"props":429,"children":430},{"emptyLinePlaceholder":384},[431],{"type":44,"value":387},{"type":39,"tag":269,"props":433,"children":435},{"class":271,"line":434},19,[436],{"type":39,"tag":269,"props":437,"children":438},{},[439],{"type":44,"value":440},"    \"User message received\" -> \"Might any skill apply?\";\n",{"type":39,"tag":269,"props":442,"children":444},{"class":271,"line":443},20,[445],{"type":39,"tag":269,"props":446,"children":447},{},[448],{"type":44,"value":449},"    \"Might any skill apply?\" -> \"Invoke Skill tool\" [label=\"yes, even 1%\"];\n",{"type":39,"tag":269,"props":451,"children":453},{"class":271,"line":452},21,[454],{"type":39,"tag":269,"props":455,"children":456},{},[457],{"type":44,"value":458},"    \"Might any skill apply?\" -> \"Respond (including clarifications)\" [label=\"definitely not\"];\n",{"type":39,"tag":269,"props":460,"children":462},{"class":271,"line":461},22,[463],{"type":39,"tag":269,"props":464,"children":465},{},[466],{"type":44,"value":467},"    \"Invoke Skill tool\" -> \"Announce: 'Using [skill] to [purpose]'\";\n",{"type":39,"tag":269,"props":469,"children":471},{"class":271,"line":470},23,[472],{"type":39,"tag":269,"props":473,"children":474},{},[475],{"type":44,"value":476},"    \"Announce: 'Using [skill] to [purpose]'\" -> \"Has checklist?\";\n",{"type":39,"tag":269,"props":478,"children":480},{"class":271,"line":479},24,[481],{"type":39,"tag":269,"props":482,"children":483},{},[484],{"type":44,"value":485},"    \"Has checklist?\" -> \"Create TodoWrite todo per item\" [label=\"yes\"];\n",{"type":39,"tag":269,"props":487,"children":489},{"class":271,"line":488},25,[490],{"type":39,"tag":269,"props":491,"children":492},{},[493],{"type":44,"value":494},"    \"Has checklist?\" -> \"Follow skill exactly\" [label=\"no\"];\n",{"type":39,"tag":269,"props":496,"children":498},{"class":271,"line":497},26,[499],{"type":39,"tag":269,"props":500,"children":501},{},[502],{"type":44,"value":503},"    \"Create TodoWrite todo per item\" -> \"Follow skill exactly\";\n",{"type":39,"tag":269,"props":505,"children":507},{"class":271,"line":506},27,[508],{"type":39,"tag":269,"props":509,"children":510},{},[511],{"type":44,"value":512},"}\n",{"type":39,"tag":64,"props":514,"children":516},{"id":515},"red-flags",[517],{"type":44,"value":518},"Red Flags",{"type":39,"tag":53,"props":520,"children":521},{},[522],{"type":44,"value":523},"These thoughts mean STOP—you're rationalizing:",{"type":39,"tag":525,"props":526,"children":527},"table",{},[528,547],{"type":39,"tag":529,"props":530,"children":531},"thead",{},[532],{"type":39,"tag":533,"props":534,"children":535},"tr",{},[536,542],{"type":39,"tag":537,"props":538,"children":539},"th",{},[540],{"type":44,"value":541},"Thought",{"type":39,"tag":537,"props":543,"children":544},{},[545],{"type":44,"value":546},"Reality",{"type":39,"tag":548,"props":549,"children":550},"tbody",{},[551,565,578,591,604,617,630,643,656,669,682,695],{"type":39,"tag":533,"props":552,"children":553},{},[554,560],{"type":39,"tag":555,"props":556,"children":557},"td",{},[558],{"type":44,"value":559},"\"This is just a simple question\"",{"type":39,"tag":555,"props":561,"children":562},{},[563],{"type":44,"value":564},"Questions are tasks. Check for skills.",{"type":39,"tag":533,"props":566,"children":567},{},[568,573],{"type":39,"tag":555,"props":569,"children":570},{},[571],{"type":44,"value":572},"\"I need more context first\"",{"type":39,"tag":555,"props":574,"children":575},{},[576],{"type":44,"value":577},"Skill check comes BEFORE clarifying questions.",{"type":39,"tag":533,"props":579,"children":580},{},[581,586],{"type":39,"tag":555,"props":582,"children":583},{},[584],{"type":44,"value":585},"\"Let me explore the codebase first\"",{"type":39,"tag":555,"props":587,"children":588},{},[589],{"type":44,"value":590},"Skills tell you HOW to explore. Check first.",{"type":39,"tag":533,"props":592,"children":593},{},[594,599],{"type":39,"tag":555,"props":595,"children":596},{},[597],{"type":44,"value":598},"\"I can check git\u002Ffiles quickly\"",{"type":39,"tag":555,"props":600,"children":601},{},[602],{"type":44,"value":603},"Files lack conversation context. Check for skills.",{"type":39,"tag":533,"props":605,"children":606},{},[607,612],{"type":39,"tag":555,"props":608,"children":609},{},[610],{"type":44,"value":611},"\"Let me gather information first\"",{"type":39,"tag":555,"props":613,"children":614},{},[615],{"type":44,"value":616},"Skills tell you HOW to gather information.",{"type":39,"tag":533,"props":618,"children":619},{},[620,625],{"type":39,"tag":555,"props":621,"children":622},{},[623],{"type":44,"value":624},"\"This doesn't need a formal skill\"",{"type":39,"tag":555,"props":626,"children":627},{},[628],{"type":44,"value":629},"If a skill exists, use it.",{"type":39,"tag":533,"props":631,"children":632},{},[633,638],{"type":39,"tag":555,"props":634,"children":635},{},[636],{"type":44,"value":637},"\"I remember this skill\"",{"type":39,"tag":555,"props":639,"children":640},{},[641],{"type":44,"value":642},"Skills evolve. Read current version.",{"type":39,"tag":533,"props":644,"children":645},{},[646,651],{"type":39,"tag":555,"props":647,"children":648},{},[649],{"type":44,"value":650},"\"This doesn't count as a task\"",{"type":39,"tag":555,"props":652,"children":653},{},[654],{"type":44,"value":655},"Action = task. Check for skills.",{"type":39,"tag":533,"props":657,"children":658},{},[659,664],{"type":39,"tag":555,"props":660,"children":661},{},[662],{"type":44,"value":663},"\"The skill is overkill\"",{"type":39,"tag":555,"props":665,"children":666},{},[667],{"type":44,"value":668},"Simple things become complex. Use it.",{"type":39,"tag":533,"props":670,"children":671},{},[672,677],{"type":39,"tag":555,"props":673,"children":674},{},[675],{"type":44,"value":676},"\"I'll just do this one thing first\"",{"type":39,"tag":555,"props":678,"children":679},{},[680],{"type":44,"value":681},"Check BEFORE doing anything.",{"type":39,"tag":533,"props":683,"children":684},{},[685,690],{"type":39,"tag":555,"props":686,"children":687},{},[688],{"type":44,"value":689},"\"This feels productive\"",{"type":39,"tag":555,"props":691,"children":692},{},[693],{"type":44,"value":694},"Undisciplined action wastes time. Skills prevent this.",{"type":39,"tag":533,"props":696,"children":697},{},[698,703],{"type":39,"tag":555,"props":699,"children":700},{},[701],{"type":44,"value":702},"\"I know what that means\"",{"type":39,"tag":555,"props":704,"children":705},{},[706],{"type":44,"value":707},"Knowing the concept ≠ using the skill. Invoke it.",{"type":39,"tag":64,"props":709,"children":711},{"id":710},"skill-priority",[712],{"type":44,"value":713},"Skill Priority",{"type":39,"tag":53,"props":715,"children":716},{},[717],{"type":44,"value":718},"When multiple skills could apply, use this order:",{"type":39,"tag":84,"props":720,"children":721},{},[722,732],{"type":39,"tag":88,"props":723,"children":724},{},[725,730],{"type":39,"tag":76,"props":726,"children":727},{},[728],{"type":44,"value":729},"Process skills first",{"type":44,"value":731}," (brainstorming, debugging) - these determine HOW to approach the task",{"type":39,"tag":88,"props":733,"children":734},{},[735,740],{"type":39,"tag":76,"props":736,"children":737},{},[738],{"type":44,"value":739},"Implementation skills second",{"type":44,"value":741}," (frontend-design, mcp-builder) - these guide execution",{"type":39,"tag":53,"props":743,"children":744},{},[745],{"type":44,"value":746},"\"Let's build X\" → brainstorming first, then implementation skills.\n\"Fix this bug\" → debugging first, then domain-specific skills.",{"type":39,"tag":64,"props":748,"children":750},{"id":749},"skill-types",[751],{"type":44,"value":752},"Skill Types",{"type":39,"tag":53,"props":754,"children":755},{},[756,761],{"type":39,"tag":76,"props":757,"children":758},{},[759],{"type":44,"value":760},"Rigid",{"type":44,"value":762}," (TDD, debugging): Follow exactly. Don't adapt away discipline.",{"type":39,"tag":53,"props":764,"children":765},{},[766,771],{"type":39,"tag":76,"props":767,"children":768},{},[769],{"type":44,"value":770},"Flexible",{"type":44,"value":772}," (patterns): Adapt principles to context.",{"type":39,"tag":53,"props":774,"children":775},{},[776],{"type":44,"value":777},"The skill itself tells you which.",{"type":39,"tag":64,"props":779,"children":781},{"id":780},"user-instructions",[782],{"type":44,"value":783},"User Instructions",{"type":39,"tag":53,"props":785,"children":786},{},[787],{"type":44,"value":788},"Instructions say WHAT, not HOW. \"Add X\" or \"Fix Y\" doesn't mean skip workflows.",{"type":39,"tag":790,"props":791,"children":792},"style",{},[793],{"type":44,"value":794},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":796,"total":997},[797,818,841,856,872,891,908,924,940,954,966,981],{"slug":798,"name":798,"fn":799,"description":800,"org":801,"tags":802,"stars":815,"repoUrl":816,"updatedAt":817},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[803,806,809,812],{"name":804,"slug":805,"type":15},"Documents","documents",{"name":807,"slug":808,"type":15},"Healthcare","healthcare",{"name":810,"slug":811,"type":15},"Insurance","insurance",{"name":813,"slug":814,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":819,"name":819,"fn":820,"description":821,"org":822,"tags":823,"stars":838,"repoUrl":839,"updatedAt":840},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[824,827,829,832,835],{"name":825,"slug":826,"type":15},".NET","dotnet",{"name":828,"slug":819,"type":15},"ASP.NET Core",{"name":830,"slug":831,"type":15},"Blazor","blazor",{"name":833,"slug":834,"type":15},"C#","csharp",{"name":836,"slug":837,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":842,"name":842,"fn":843,"description":844,"org":845,"tags":846,"stars":838,"repoUrl":839,"updatedAt":855},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[847,850,853,854],{"name":848,"slug":849,"type":15},"Apps SDK","apps-sdk",{"name":851,"slug":852,"type":15},"ChatGPT","chatgpt",{"name":17,"slug":18,"type":15},{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":857,"name":857,"fn":858,"description":859,"org":860,"tags":861,"stars":838,"repoUrl":839,"updatedAt":871},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[862,865,868],{"name":863,"slug":864,"type":15},"API Development","api-development",{"name":866,"slug":867,"type":15},"CLI","cli",{"name":869,"slug":870,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":873,"name":873,"fn":874,"description":875,"org":876,"tags":877,"stars":838,"repoUrl":839,"updatedAt":890},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[878,881,884,887],{"name":879,"slug":880,"type":15},"Cloudflare","cloudflare",{"name":882,"slug":883,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":885,"slug":886,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":888,"slug":889,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":892,"name":892,"fn":893,"description":894,"org":895,"tags":896,"stars":838,"repoUrl":839,"updatedAt":907},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[897,898,901,904],{"name":13,"slug":14,"type":15},{"name":899,"slug":900,"type":15},"Project Management","project-management",{"name":902,"slug":903,"type":15},"Strategy","strategy",{"name":905,"slug":906,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":909,"name":909,"fn":910,"description":911,"org":912,"tags":913,"stars":838,"repoUrl":839,"updatedAt":923},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[914,917,919,922],{"name":915,"slug":916,"type":15},"Design","design",{"name":918,"slug":909,"type":15},"Figma",{"name":920,"slug":921,"type":15},"Frontend","frontend",{"name":17,"slug":18,"type":15},"2026-04-12T05:06:47.939943",{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":838,"repoUrl":839,"updatedAt":939},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[930,931,934,935,936],{"name":915,"slug":916,"type":15},{"name":932,"slug":933,"type":15},"Design System","design-system",{"name":918,"slug":909,"type":15},{"name":920,"slug":921,"type":15},{"name":937,"slug":938,"type":15},"UI Components","ui-components","2026-05-10T05:59:52.971881",{"slug":941,"name":941,"fn":942,"description":943,"org":944,"tags":945,"stars":838,"repoUrl":839,"updatedAt":953},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[946,947,948,951,952],{"name":915,"slug":916,"type":15},{"name":932,"slug":933,"type":15},{"name":949,"slug":950,"type":15},"Documentation","documentation",{"name":918,"slug":909,"type":15},{"name":920,"slug":921,"type":15},"2026-05-16T06:07:47.821474",{"slug":955,"name":955,"fn":956,"description":957,"org":958,"tags":959,"stars":838,"repoUrl":839,"updatedAt":965},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[960,961,962,963,964],{"name":915,"slug":916,"type":15},{"name":918,"slug":909,"type":15},{"name":920,"slug":921,"type":15},{"name":937,"slug":938,"type":15},{"name":836,"slug":837,"type":15},"2026-05-16T06:07:40.583615",{"slug":967,"name":967,"fn":968,"description":969,"org":970,"tags":971,"stars":838,"repoUrl":839,"updatedAt":980},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[972,975,976,979],{"name":973,"slug":974,"type":15},"Animation","animation",{"name":869,"slug":870,"type":15},{"name":977,"slug":978,"type":15},"Creative","creative",{"name":915,"slug":916,"type":15},"2026-05-02T05:31:48.48485",{"slug":982,"name":982,"fn":983,"description":984,"org":985,"tags":986,"stars":838,"repoUrl":839,"updatedAt":996},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[987,988,989,992,995],{"name":977,"slug":978,"type":15},{"name":915,"slug":916,"type":15},{"name":990,"slug":991,"type":15},"Image Generation","image-generation",{"name":993,"slug":994,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675,{"items":999,"total":1111},[1000,1017,1031,1043,1061,1079,1099],{"slug":1001,"name":1001,"fn":1002,"description":1003,"org":1004,"tags":1005,"stars":22,"repoUrl":23,"updatedAt":1016},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1006,1009,1012,1015],{"name":1007,"slug":1008,"type":15},"Accessibility","accessibility",{"name":1010,"slug":1011,"type":15},"Charts","charts",{"name":1013,"slug":1014,"type":15},"Data Visualization","data-visualization",{"name":915,"slug":916,"type":15},"2026-06-30T19:00:57.102",{"slug":1018,"name":1018,"fn":1019,"description":1020,"org":1021,"tags":1022,"stars":22,"repoUrl":23,"updatedAt":1030},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1023,1024,1027],{"name":20,"slug":21,"type":15},{"name":1025,"slug":1026,"type":15},"Browser Automation","browser-automation",{"name":1028,"slug":1029,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1032,"name":1032,"fn":1033,"description":1034,"org":1035,"tags":1036,"stars":22,"repoUrl":23,"updatedAt":1042},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1037,1038,1041],{"name":1025,"slug":1026,"type":15},{"name":1039,"slug":1040,"type":15},"Local Development","local-development",{"name":1028,"slug":1029,"type":15},"2026-04-06T18:41:17.526867",{"slug":1044,"name":1044,"fn":1045,"description":1046,"org":1047,"tags":1048,"stars":22,"repoUrl":23,"updatedAt":1060},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1049,1050,1051,1054,1057],{"name":20,"slug":21,"type":15},{"name":885,"slug":886,"type":15},{"name":1052,"slug":1053,"type":15},"SDK","sdk",{"name":1055,"slug":1056,"type":15},"Serverless","serverless",{"name":1058,"slug":1059,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1062,"name":1062,"fn":1063,"description":1064,"org":1065,"tags":1066,"stars":22,"repoUrl":23,"updatedAt":1078},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1067,1068,1071,1074,1075],{"name":920,"slug":921,"type":15},{"name":1069,"slug":1070,"type":15},"React","react",{"name":1072,"slug":1073,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":937,"slug":938,"type":15},{"name":1076,"slug":1077,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1080,"name":1080,"fn":1081,"description":1082,"org":1083,"tags":1084,"stars":22,"repoUrl":23,"updatedAt":1098},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1085,1088,1091,1094,1097],{"name":1086,"slug":1087,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1089,"slug":1090,"type":15},"Cost Optimization","cost-optimization",{"name":1092,"slug":1093,"type":15},"LLM","llm",{"name":1095,"slug":1096,"type":15},"Performance","performance",{"name":1076,"slug":1077,"type":15},"2026-04-06T18:40:44.377464",{"slug":1100,"name":1100,"fn":1101,"description":1102,"org":1103,"tags":1104,"stars":22,"repoUrl":23,"updatedAt":1110},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1105,1106,1109],{"name":1089,"slug":1090,"type":15},{"name":1107,"slug":1108,"type":15},"Database","database",{"name":1092,"slug":1093,"type":15},"2026-04-06T18:41:08.513425",600]