Agent skill · Workflow & Productivity

prompt-engineering

Interactive prompt optimization workflow for LLMs. Use when optimizing, improving, or engineering prompts for Claude, GPT, Gemini, or other language models; covers analysis, model-specific techniques, few-shot examples, XML structuring, and validation.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-outlinedriven-odin-claude-plugin --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-engineering-outlinedriven-odin-claude-plugin/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Interactive Prompt Optimization Workflow Execute this workflow to systematically improve any prompt for optimal LLM performance. ## Step 1: Analyze Current State Gather baseline information about your prompt optimization task: - **Current prompt**: Capture the exact prompt you want to optimize - **Target model**: Identify the specific model (Claude 4.5, Gemini 3.0, GPT 5.1, etc.) - **Use case**: Clarify the primary purpose (coding agent, analysis, content generation, conversation) - **Failure cases**: Document specific examples where current prompt fails or underperforms - **Success criteria**: Define measurable outcomes (accuracy, format compliance, response time) - **Test cases**: Create 3-5 representative examples for validation ## Step 2: Identify Model Type Determine the correct prompting approach based on model architecture: **Reasoning Models** (Claude 4.x, Gemini 3.0, GPT o-series, DeepSeek-R1): - **AVOID** explicit CoT phrases like "think step-by-step" or "let's work through this" - **PROVIDE** rich context with all relevant information upfront - **LET** the model's internal reasoning handle the thinking process **Non-Reasoning Models** (GPT-4o, GPT-4.1, Claude with thin

What's inside
Steps it walks through
  1. Step 1: Analyze Current State
  2. Step 2: Identify Model Type
  3. Step 3: Select Core Techniques
  4. Step 4: Apply Techniques Systematically
  5. Step 5: Test and Validate
  6. Step 6: Deliver Optimized Prompt
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineering skill do?

Interactive prompt optimization workflow for LLMs. Use when optimizing, improving, or engineering prompts for Claude, GPT, Gemini, or other language models; covers analysis, model-specific techniques, few-shot examples, XML structuring, and validation.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineering-outlinedriven-odin-claude-plugin --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going