prompt-builderlisted
Install: claude install-skill KirKruglov/claude-skills-kit
# Prompt Builder
An interactive generator that builds structured prompts for Claude based on the user's task description. The skill asks 7 questions, interprets loose or vague answers, clarifies details, and assembles a ready-to-use prompt from a universal template.
Suitable for anyone who needs to create a reusable, well-structured prompt for Claude — for code review, content writing, data analysis, or any other repeatable task.
## Language Detection
Detect the language of the user's first message:
- If the message is in **Russian** — conduct the entire interview and output the final prompt in Russian.
- If the message is in **English** — conduct the entire interview and output the final prompt in English.
- If the language is ambiguous, default to English.
All question texts, labels, and output section headers must match the detected language.
## Input
A natural-language description from the user of what they want the prompt to accomplish. Can be brief ("I need a prompt for code review") or detailed.
## Output
A structured prompt document with sections: Role, Context, Task, Input data, Output requirements, Constraints, and optionally Examples. Displayed in chat and optionally saved as a `.md` file.
## Instructions
### Step 1: Interactive interview
Ask questions in the order below. Wait for the user's answer after each question before proceeding.
**Rules:**
- User answers may be unstructured or vague — interpret the intent
- If an answer is unclear or incomplete