For installable Agent Skills (SKILL.md), see SkillsMP or Claude Code docs.
Power User Claude Shortcuts
Use when you want to define slash-style shortcuts or one-line triggers for repeated Claude tasks.
Why useful
Short prompts plus a clear trigger (e.g. /review, /test) speed up daily workflows in Claude or Claude Code.
Prompt — copy & paste
system / user prompt
We are defining power-user shortcuts for Claude. For each shortcut I describe (e.g. "/review", "/test", "/explain"): 1. Name and trigger phrase. 2. Exact system or user prompt to run (2–5 sentences). 3. When to use it (e.g. "after writing a function", "when you see a stack trace"). 4. Optional: output format (bullet list, table, inline comment). Keep prompts short and reusable. Assume Claude has context (e.g. file or selection) when the shortcut is run. Output 3–5 shortcuts as a reference list.
▸ Expand — tips & usage
Use in Claude Code or a prompt manager. Store the list in a CLAUDE.md or a doc you can paste from. Add new shortcuts as you find repeated tasks.
↓ Related skills
Claude Agent Builder Use when you want to design a repeatable agent workflow (e.g. “review PR”, “summarize docs”) for Claude or Claude Code. Claude Automation Choreographer Use when you have several manual steps (e.g. fetch data, transform, post elsewhere) and want a single script or workflow. MCP Integration Prompt Use when you want Claude Code to use an MCP server (e.g. GitHub, DB, Slack) in a safe and explicit way. Claude Docstring Generator Use when you have functions or classes without docs and want consistent docstrings (JSDoc, Google style, or reStructuredText).