Advanced Search
Search Results
1477 total results found
Document Skills
Source: ~/.claude/skills/pdf/SKILL.md name: pdf description: Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, ro...
/docx
Source: ~/.claude/skills/docx/SKILL.md name: docx description: "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of "Word doc", "word document", ".docx", or requests to pro...
/pptx
Source: ~/.claude/skills/pptx/SKILL.md name: pptx description: "Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text f...
/xlsx
Source: ~/.claude/skills/xlsx/SKILL.md name: xlsx description: "Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g....
/doc-coauthoring
Source: ~/.claude/skills/doc-coauthoring/SKILL.md name: doc-coauthoring description: Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar st...
Specialized Patterns (sp-*)
/sp-brainstorm
Source: ~/.claude/skills/sp-brainstorm/SKILL.md description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation." disable-mo...
/sp-brainstorming
Source: ~/.claude/skills/sp-brainstorming/SKILL.md name: brainstorming description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and desig...
/sp-dispatching-parallel-agents
Source: ~/.claude/skills/sp-dispatching-parallel-agents/SKILL.md name: dispatching-parallel-agents description: Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies Dispatching Parallel Agents Overview Whe...
/sp-execute-plan
Source: ~/.claude/skills/sp-execute-plan/SKILL.md description: Execute plan in batches with review checkpoints disable-model-invocation: true Invoke the superpowers:executing-plans skill and follow it exactly as presented to you
/sp-executing-plans
Source: ~/.claude/skills/sp-executing-plans/SKILL.md name: executing-plans description: Use when you have a written implementation plan to execute in a separate session with review checkpoints Executing Plans Overview Load plan, review critically, execute tas...
/sp-finishing-a-development-branch
Source: ~/.claude/skills/sp-finishing-a-development-branch/SKILL.md name: finishing-a-development-branch description: Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work...
/sp-receiving-code-review
Source: ~/.claude/skills/sp-receiving-code-review/SKILL.md name: receiving-code-review description: Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical...
/sp-requesting-code-review
Source: ~/.claude/skills/sp-requesting-code-review/SKILL.md name: requesting-code-review description: Use when completing tasks, implementing major features, or before merging to verify work meets requirements Requesting Code Review Dispatch superpowers:code-...
/sp-subagent-driven-development
Source: ~/.claude/skills/sp-subagent-driven-development/SKILL.md name: subagent-driven-development description: Use when executing implementation plans with independent tasks in the current session Subagent-Driven Development Execute plan by dispatching fresh...
/sp-systematic-debugging
Source: ~/.claude/skills/sp-systematic-debugging/SKILL.md name: systematic-debugging description: Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes Systematic Debugging Overview Random fixes waste time and create new ...
/sp-test-driven-development
Source: ~/.claude/skills/sp-test-driven-development/SKILL.md name: test-driven-development description: Use when implementing any feature or bugfix, before writing implementation code Test-Driven Development (TDD) Overview Write the test first. Watch it fail....