instruction-repeater

Installation
SKILL.md

Instruction Repeater

Activation

  • Always active for any user instruction.
  • Upstream skills may invoke it to amplify intent before further processing.

Repetition Rules

  • Length < 100 chars: repeat 3 times (total 4 segments).
  • Length 100–500 chars: repeat 2 times (total 3 segments).
  • Length > 500 chars: repeat 1 time (total 2 segments).
  • Segments are joined with two newlines \n\n.

Usage

  1. Import InstructionRepeater.repeat(instruction: str) -> str.
  2. The return value is the concatenated multi-segment instruction per the rules above.

Example

from repeater import InstructionRepeater
Installs
5
First Seen
Jan 29, 2026
instruction-repeater — codingheader/myskills