🎯

prompt-repetition

🎯Skill

from supercent-io/skills-template

VibeIndex|
What it does
|

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

Overview

prompt-repetition is an agent development skill from the Supercent Agent Skills collection (71 skills) that improves LLM accuracy through strategic prompt repetition techniques. It provides patterns for reinforcing key instructions and constraints to reduce instruction drift in long agent conversations.

Key Features

  • Prompt Repetition Patterns: Techniques for strategically repeating critical instructions to maintain LLM focus and accuracy across multi-turn interactions
  • Instruction Drift Prevention: Methods to counteract the tendency of LLMs to gradually deviate from initial instructions in long conversations
  • Cross-Platform Support: Works across all AI agent platforms (Claude Code, Gemini CLI, Codex CLI, Cursor, Windsurf, OpenCode)
  • TOON Format Integration: Compressed skill context auto-injected into prompts, with the TOON format itself achieving 40-50% token savings
  • Multi-Agent Compatible: Integrates with orchestrators like omc, ralph, and jeo for consistent instruction adherence in parallel agent workflows

Who is this for?

  • AI agent developers who encounter instruction drift in long, complex agent conversations and need techniques to maintain accuracy
  • Teams building multi-turn AI workflows where consistent adherence to rules and constraints is critical
  • Developers designing prompt templates for AI agents who want to improve reliability through structured repetition strategies
πŸ“¦

Same repository

supercent-io/skills-template(102 items)

prompt-repetition

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add supercent-io/skills-template --skill prompt-repetition
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add supercent-io/skills-template --skill prompt-repetition
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/prompt-repetition/SKILL.md

SKILL.md

10,123Installs
11
-
Last UpdatedJan 23, 2026

More from this repository10

🎯
web-accessibility🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
code-review🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
database-schema-design🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
code-refactoring🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
api-design🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
security-best-practices🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
data-analysis🎯Skill

A skills template providing reusable Claude Code skill configurations for development workflows, designed as a starting point for custom skill creation.

🎯
responsive-design🎯Skill

Generates responsive web design guidelines and CSS strategies to ensure web interfaces adapt seamlessly across different device screen sizes and resolutions.

🎯
deployment-automation🎯Skill

Automates deployment workflows by configuring and executing standardized deployment processes across different environments and platforms.

🎯
copilot-coding-agent🎯Skill

A GitHub Copilot coding agent integration skill from a modular 65-skill collection for AI agents, featuring 95% token reduction with TOON format by default.