prompt-repetition

Apply prompt repetition to lightweight models for context and multiple-choice tasks.

8|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/JEO-tech-ai/oh-my-unity3d --skill prompt-repetition-jeo-tech-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-repetition
Source: https://github.com/JEO-tech-ai/oh-my-unity3d/tree/main/.unity-skills/prompt-repetition
Command: npx skills add https://github.com/JEO-tech-ai/oh-my-unity3d --skill prompt-repetition-jeo-tech-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Repetitive prompting improves the reliability and accuracy of LLM responses by providing a second pass over the input to reinforce key concepts and reduce errors in reasoning-free tasks.

Core Features & Use Cases

  • Automatically applies prompt repetition to lightweight models (e.g., claude-haiku, gemini-flash, gpt-4o-mini) according to task type.
  • Uses a defined repetition strategy: 2× for general prompts, 3× for position/slot based prompts, with a safety marker to prevent duplicate applications.
  • Works across scenarios like context-rich questions, options-first MCQ, and inventory/sequence lookups to improve accuracy and consistency.

Quick Start

Apply prompt repetition to the following prompt to improve its accuracy.

Frequently Asked Questions about prompt-repetition

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

FAQPage Schema
How does prompt repetition improve LLM accuracy for lightweight models?

Prompt repetition improves LLM accuracy by providing a second pass over the input to reinforce key concepts and reduce errors in reasoning-free tasks. It targets lightweight models to enhance reliability for context, multiple-choice, or position-based tasks.

When should I use prompt repetition for my LLM tasks?

Use prompt repetition for context-rich questions, options-first multiple-choice queries, and inventory or sequence lookups. It enhances accuracy and consistency specifically in reasoning-free tasks where lightweight models might otherwise miss key context.

Can I apply prompt repetition to chain-of-thought prompts?

You should not apply prompt repetition to chain-of-thought prompts. The skill includes safety checks that automatically prevent application to chain-of-thought prompts and uses a marker to avoid duplicate application on general prompts.

How many times should I repeat a prompt for position-based tasks?

For position-based or slot-based tasks, the defined repetition strategy applies the prompt 3 times. General prompts use a 2x repetition strategy to reinforce context and improve response reliability.

Does prompt repetition work with models like GPT-4o-mini and Claude Haiku?

Yes, prompt repetition automatically applies to lightweight models like GPT-4o-mini, Claude Haiku, and Gemini Flash. It targets these specific models to improve accuracy and consistency across various reasoning-free tasks.