
Prompt Engineer
Turn vague chat requests into structured, framework-backed prompts so Claude, Cursor, or Codex deliver sharper outputs on the first try.
Overview
Prompt-engineer is a journey-wide agent skill that transforms vague instructions into framework-optimized prompts—usable whenever a solo builder needs clearer agent instructions before committing.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill prompt-engineerWhat is this skill?
- Selects among RTF, RISEN, Chain of Thought, RODES, Chain of Density, RACE, RISE, STAR, SOAP, CLEAR, and GROW frameworks
- Runs in magic mode: refines prompts silently unless critical clarification is needed
- Universal skill—works in any terminal or project, not tied to a specific vault or stack
- Targets vague, unstructured, or overly generic user prompts before heavy implementation work
- Outputs polished ready-to-use prompts without exposing framework jargon to the user
- Supports 12+ named frameworks including RTF, RISEN, Chain of Thought, RODES, and GROW
- Community skill tagged safe with automation category (2026-02-27)
Adoption & trust: 1.2k installs on skills.sh; 40.1k GitHub stars; 3/3 security scanners passed (skills.sh audits).
What problem does it solve?
Your agent sessions fail or wander because the initial prompt is vague, unstructured, or missing context and success criteria.
Who is it for?
Indie builders who know what they want but not how to phrase multi-step coding, analysis, or design tasks for LLMs.
Skip if: Sessions where the prompt is already detailed with acceptance criteria, or when you need runtime tool execution rather than prompt text.
When should I use this skill?
User provides vague or generic prompts, lacks structure or requirements, needs step-by-step reasoning tasks, or asks to improve prompt effectiveness.
What do I get? / Deliverables
You receive a structured, framework-aligned prompt ready to paste into your coding agent for higher-quality first responses.
- Optimized ready-to-use prompt text
- Framework-aligned structure without exposing internal framework names to end users
Recommended Skills
Journey fit
Useful at every journey phase - explore requirements and options before committing to a direction.
Where it fits
Structure competitor and audience research questions before a long agent research thread.
Clarify MVP scope and constraints in a RISEN-style prompt before prototype work.
Rewrite a vague fix this bug ask into step-by-step Chain of Thought debugging instructions.
Draft a STAR-framed prompt for launch email or changelog generation.
Optimize lifecycle or support reply prompts with CLEAR or GROW structure.
How it compares
Use instead of ad-hoc one-liner chat prompts—not a replacement for domain skills that implement code or infra.
Common Questions / FAQ
Who is prompt-engineer for?
Solo and indie builders using Claude, ChatGPT, or IDE agents who want better outputs without studying prompt-engineering theory.
When should I use prompt-engineer?
Use it in Idea when framing research questions, in Validate when scoping prototypes, in Build before implementation or debugging, in Ship before review checklists, in Launch for SEO or distribution copy briefs, and in Grow when drafting lifecycle or support prompts—whenever the s
Is prompt-engineer safe to install?
It is tagged safe and text-only; review the Security Audits panel on this page before installing community skills into your agent environment.
SKILL.md
READMESKILL.md - Prompt Engineer
## Purpose This skill transforms raw, unstructured user prompts into highly optimized prompts using established prompting frameworks. It analyzes user intent, identifies task complexity, and intelligently selects the most appropriate framework(s) to maximize Claude/ChatGPT output quality. The skill operates in "magic mode" - it works silently behind the scenes, only interacting with users when clarification is critically needed. Users receive polished, ready-to-use prompts without technical explanations or framework jargon. This is a **universal skill** that works in any terminal context, not limited to Obsidian vaults or specific project structures. ## When to Use Invoke this skill when: - User provides a vague or generic prompt (e.g., "help me code Python") - User has a complex idea but struggles to articulate it clearly - User's prompt lacks structure, context, or specific requirements - Task requires step-by-step reasoning (debugging, analysis, design) - User needs a prompt for a specific AI task but doesn't know prompting frameworks - User wants to improve an existing prompt's effectiveness - User asks variations of "how do I ask AI to..." or "create a prompt for..." ## Workflow ### Step 1: Analyze Intent **Objective:** Understand what the user truly wants to accomplish. **Actions:** 1. Read the raw prompt provided by the user 2. Detect task characteristics: - **Type:** coding, writing, analysis, design, learning, planning, decision-making, creative, etc. - **Complexity:** simple (one-step), moderate (multi-step), complex (requires reasoning/design) - **Clarity:** clear intention vs. ambiguous/vague - **Domain:** technical, business, creative, academic, personal, etc. 3. Identify implicit requirements: - Does user need examples? - Is output format specified? - Are there constraints (time, resources, scope)? - Is this exploratory or execution-focused? **Detection Patterns:** - **Simple tasks:** Short prompts (<50 chars), single verb, no context - **Complex tasks:** Long prompts (>200 chars), multiple requirements, conditional logic - **Ambiguous tasks:** Generic verbs ("help", "improve"), missing object/context - **Structured tasks:** Mentions steps, phases, deliverables, stakeholders ### Step 2: Ask Clarifying Questions (Conditional) **Objective:** Gather missing information only when it is critical to framework selection or prompt quality. **Trigger Conditions** — ask only if: - Task type is completely ambiguous (cannot determine coding vs. writing vs. analysis) - Target audience is unknown and materially affects the output - Scope is undefined and choosing wrong scope would invalidate the prompt - Requested output format conflicts or is missing and cannot be inferred **Question Limits:** - Maximum 3 questions per invocation - Combine related questions into one when possible - If enough context exists, skip this step entirely (most cases) **Example Clarifying Exchange:** ``` User: "help me with AI" Step 2 (triggered — task type ambiguous): "To craft the best prompt, I need one quick clarification: 1. What do you want to do with AI — build something, learn about it, or use an AI tool for a task?" ``` **Critical Rule:** When in doubt, skip clarification and generate the best prompt with available context. Over-asking breaks the "magic mode" experience. ### Step 3: Select Framework(s) **Objective:** Map task characteristics to optimal prompting framework(s). **Framework Mapping Logic:** | Task Type | Recommended Framework(s) | Rationale | |-----------|-------------------------|-----------| | **Role-based tasks** (act as expert, consul