instruction-repeater

- Always active for any user instruction.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "instruction-repeater" with this command: npx skills add codingheader/myskills/codingheader-myskills-instruction-repeater

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

  • Import InstructionRepeater.repeat(instruction: str) -> str .

  • The return value is the concatenated multi-segment instruction per the rules above.

Example

from repeater import InstructionRepeater

text = "What is justice?" expanded = InstructionRepeater.repeat(text) print(expanded) # 4 segments separated by blank lines

Design Notes

  • Minimal, pure, side-effect free; drop-in reusable.

  • Only handles repetition; strategy detection or cognitive modes are delegated to other skills.***

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

competitive-ads-extractor

No summary provided by upstream source.

Repository SourceNeeds Review
General

docx

No summary provided by upstream source.

Repository SourceNeeds Review
General

pptx

No summary provided by upstream source.

Repository SourceNeeds Review
General

raffle-winner-picker

No summary provided by upstream source.

Repository SourceNeeds Review