---
Converts current conversation into a reusable prompt template for similar tasks. Use when you want to capture a working pattern for future use.
/plugin marketplace add NikiforovAll/claude-code-rules/plugin install handbook-extras@cc-handbookGeneralize the current discussion into a reusable prompt that can be applied in similar contexts.
Think step by step:
/save-prompt prompt expects an active discussion to generalize. Keep the reply concise.${promptFileName}.prompt.md, where ${promptFileName} is the concise action-oriented title in kebab-case format (e.g., explain-code, generate-tests, refactor-functionality)Here's an example of the expected output format:
---
name: ${The concise title in kebab-case format. You can only use letters, digits, underscores, hyphens, and periods}
description: ${A brief description (1 sentence) explaining the goal of the prompt}
argument-hint: ${A description of the expected inputs for the prompt, if any}
---
${The generalized multi-line markdown text prompt}