prompt-engineer

Transforms raw user prompts into structured prompts using 11 prompting frameworks.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/RobinMillford/GopherNotebook --skill prompt-engineer-robinmillford
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-engineer
Source: https://github.com/RobinMillford/GopherNotebook/tree/main/.claude/skills/prompt-engineer
Command: npx skills add https://github.com/RobinMillford/GopherNotebook --skill prompt-engineer-robinmillford

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often struggle to articulate clear, structured prompts for AI models, resulting in vague requests and low-quality outputs. This Skill analyzes raw prompt intent and automatically rewrites it using established prompting frameworks, removing the need to learn prompt engineering techniques manually. ## Core Features & Use Cases - Automatic Framework Selection: Chooses from 11 frameworks (RTF, Chain of Thought, RISEN, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, GROW) based on task type and complexity, and blends frameworks when needed. - Smart Clarification: Asks at most 2-3 multiple-choice questions only when critical information is missing, otherwise generates the prompt directly. - Adaptive Output: Matches prompt length and detail to task complexity, includes output format specifications, and delivers the result in a clean Markdown code block. - Use Case: A developer types "improve this prompt: help me write Python code" and receives a structured prompt defining the expert role, task requirements, constraints, and expected output format for web scraping. ## Quick Start Ask the assistant to improve or optimize a rough prompt, for example by saying "improve this prompt: help me write Python code", and answer any clarifying questions to receive a polished prompt.

Frequently Asked Questions about prompt-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I improve a vague prompt for ChatGPT or Claude?

Provide your rough prompt and describe your goal; the skill analyzes intent, selects a suitable prompting framework, and returns a structured prompt with role, task, requirements, and output format. It asks clarifying questions only when critical details are missing.

What prompting frameworks exist for structuring AI requests?

This skill supports 11 frameworks: RTF, Chain of Thought, RISEN, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, and GROW. It selects and blends them automatically based on task type and complexity, so no manual choice is needed.

Do I need to know prompt engineering to use this skill?

No. The skill operates in magic mode, silently selecting frameworks and generating the optimized prompt without technical explanations. You only provide a rough idea and answer occasional clarifying questions.

Can generated prompts be used with models other than Claude?

Yes. The generated prompts are model-agnostic and work with any conversational AI, including ChatGPT and Gemini. Output language also adapts to the input language, such as Portuguese or English.

When should I not use automatic prompt optimization?

Avoid it when your prompt is already specific and complete, or when the task requires environment-specific validation, testing, or expert review. The skill also stops and asks for clarification if required inputs or success criteria are missing.