prompt-repetition

Apply configurable prompt repetition to lightweight LLM prompts.

40|9|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/akillness/oh-my-skills --skill prompt-repetition-akillness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-repetition
Source: https://github.com/akillness/oh-my-skills/tree/main/.agent-skills/prompt-repetition
Command: npx skills add https://github.com/akillness/oh-my-skills --skill prompt-repetition-akillness

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Refining LLM outputs by re-processing prompts to reinforce context and mitigate causal-attention limitations, leading to more reliable results without architectural changes.

Core Features & Use Cases

  • Auto-applies prompt repetition on lightweight models (haiku, flash, mini) to improve response quality.
  • Enhances accuracy for options-first MCQ, long-context, and other prompt-heavy tasks by enabling a second pass over the full input.
  • Provides configurable repetition settings (default 2x, 3x for position-based prompts) and safeguards to prevent duplicate application using a marker.

Quick Start

Apply the repetition transformer to a simple prompt and observe the repeated prompt.

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 re-processing prompts to reinforce context, mitigating causal-attention limitations in lightweight models. This allows a second pass over the full input, yielding more reliable results without architectural changes.

How do I apply prompt repetition to long-context prompts?

You apply prompt repetition to long-context prompts using an auto-apply mechanism with configurable repetition counts. The Skill defaults to 2x repetitions and uses a marker to ensure no duplicate application.

Does prompt repetition work with options-first MCQ tasks?

Yes, prompt repetition works with options-first MCQ tasks by enabling a second pass over the full input. It specifically targets these prompt-heavy scenarios to enhance response accuracy on targeted models.

What are the default repetition settings for position-based prompts?

The default repetition setting for position-based prompts is 3x repetitions. This configurable setting ensures better attention distribution for position-dependent queries.

Can I configure repetition counts for different LLM contexts?

Yes, you can configure repetition counts for different LLM contexts. The Skill provides configurable repetition settings with token-context management to handle various prompt-heavy tasks effectively.

When should I not use prompt repetition for LLM accuracy?

You should avoid prompt repetition when token limits are a strict constraint, as it increases token usage. The Skill includes token-context management to mitigate this, but very tight context windows may still be problematic.