🎯

prompt-repetition

🎯Skill

from supercent-io/skills-template

VibeIndex|
What it does

Repeats a given prompt multiple times to generate diverse or refined responses from an AI model.

prompt-repetition

Installation

Install skill:
npx skills add https://github.com/supercent-io/skills-template --skill prompt-repetition
6
Last UpdatedJan 23, 2026

Skill Details

SKILL.md

Overview

# Agent Skills

> Claude Code μ€‘μ‹¬μ˜ Multi-Agent μ›Œν¬ν”Œλ‘œμš° μ‹œμŠ€ν…œ (Gemini-CLI + Codex-CLI + OpenContext 톡합)

> Claude Code μ™„μ „ κ°€μ΄λ“œ 70κ°€μ§€ 팁 적용 - 에이전틱 개발 μ •μ±… κ°•ν™”

[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)

[![Skills](https://img.shields.io/badge/Skills-55-green.svg)](.agent-skills/)

[![Multi-Agent](https://img.shields.io/badge/Multi--Agent-Claude%20%7C%20Gemini%20%7C%20Codex-blueviolet.svg)](CLAUDE.md)

[![Token](https://img.shields.io/badge/Token%20Savings-95%25-success.svg)](.agent-skills/scripts/generate_compact_skills.py)

[![Setup](https://img.shields.io/badge/Setup-One--Liner-orange.svg)](#-ai-agent-installation)

![Agent Skills](AgentSkills.png)

---

Prerequisites (사전 μš”κ΅¬μ‚¬ν•­)

> ⚠️ μ€‘μš”: μ•„λž˜ μš”κ΅¬μ‚¬ν•­μ΄ μΆ©μ‘±λ˜μ§€ μ•ŠμœΌλ©΄ μ„€μΉ˜κ°€ μ‹€νŒ¨ν•©λ‹ˆλ‹€.

macOS (ν•„μˆ˜)

```bash

# 1. Xcode Command Line Tools (ν•„μˆ˜ - μ—†μœΌλ©΄ npm/git 등이 λ™μž‘ν•˜μ§€ μ•ŠμŒ)

xcode-select --install

# 2. Node.js (Homebrew ꢌμž₯)

brew install node

# 3. μ„€μΉ˜ 확인

node --version && npm --version

```

❓ xcode-select μ„€μΉ˜ μ‹€νŒ¨ μ‹œ

증상: xcode-select: error: command line tools are already installed λ˜λŠ” μ„€μΉ˜ 창이 μ•ˆ 뜸

ν•΄κ²° 방법:

```bash

# 방법 1: κΈ°μ‘΄ μ„€μΉ˜ 제거 ν›„ μž¬μ„€μΉ˜

sudo rm -rf /Library/Developer/CommandLineTools

xcode-select --install

# 방법 2: Apple 개발자 μ‚¬μ΄νŠΈμ—μ„œ 직접 λ‹€μš΄λ‘œλ“œ

open https://developer.apple.com/download/more/

# "Command Line Tools for Xcode" 검색 ν›„ λ‹€μš΄λ‘œλ“œ

```

❓ Homebrewκ°€ μ—†λŠ” 경우

```bash

# Homebrew μ„€μΉ˜

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# PATH μ„€μ • (Apple Silicon Mac)

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zshrc

source ~/.zshrc

```

Linux (Debian/Ubuntu)

```bash

# 1. λΉŒλ“œ 도ꡬ μ„€μΉ˜

sudo apt-get update

sudo apt-get install -y build-essential curl git

# 2. Node.js 20.x μ„€μΉ˜

curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -

sudo apt-get install -y nodejs

# 3. μ„€μΉ˜ 확인

node --version && npm --version

```

❓ sudo κΆŒν•œμ΄ μ—†λŠ” 경우 (nvm μ‚¬μš©)

```bash

# nvm μ„€μΉ˜

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash

source ~/.bashrc

# Node.js μ„€μΉ˜

nvm install 20

nvm use 20

```

Windows (WSL2 ꢌμž₯)

```powershell

# 1. WSL2 μ„€μΉ˜

wsl --install

# 2. Ubuntu μ„€μΉ˜ ν›„ μž¬λΆ€νŒ…

# 3. Ubuntu ν„°λ―Έλ„μ—μ„œ Linux κ°€μ΄λ“œ λ”°λ₯΄κΈ°

```

❓ WSL 없이 Windowsμ—μ„œ 직접 μ‚¬μš©

```powershell

# Node.js μ„€μΉ˜ (곡식 μ‚¬μ΄νŠΈ)

# https://nodejs.org/en/download/ μ—μ„œ LTS 버전 λ‹€μš΄λ‘œλ“œ

# Git Bash μ„€μΉ˜

# https://git-scm.com/download/win μ—μ„œ λ‹€μš΄λ‘œλ“œ

# PowerShellμ—μ„œ μ‹€ν–‰ μ •μ±… μ„€μ •

Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned

```

> ⚠️ Windows λ„€μ΄ν‹°λΈŒλŠ” 일뢀 μŠ€ν¬λ¦½νŠΈκ°€ ν˜Έν™˜λ˜μ§€ μ•Šμ„ 수 μžˆμŠ΅λ‹ˆλ‹€. WSL2 μ‚¬μš©μ„ ꢌμž₯ν•©λ‹ˆλ‹€.

---

πŸš€ AI Agent Installation

> LLM 기반 μ„€μΉ˜λ₯Ό μ§€μ›ν•©λ‹ˆλ‹€. μ›λΌμ΄λ„ˆ λͺ…λ Ή λ˜λŠ” AI μ—μ΄μ „νŠΈ ν”„λ‘¬ν”„νŠΈλ‘œ μ„€μΉ˜ν•˜μ„Έμš”.

One-Liner μ„€μΉ˜ (ꢌμž₯)

#### κΈ€λ‘œλ²Œ μ„€μΉ˜ (~/.agent-skills) - κΈ°λ³Έκ°’

```bash

curl -fsSL https://raw.githubusercontent.com/supercent-io/skills-template/main/install.sh | bash

```

> μ„€μΉ˜ ν›„ ν•„μˆ˜:

> ```bash

> echo 'source ~/.agent-skills/mcp-shell-config.sh' >> ~/.zshrc && source ~/.zshrc

> ```

#### ν”„λ‘œμ νŠΈ 둜컬 μ„€μΉ˜ (선택)

```bash

curl -fsSL https://raw.githubusercontent.com/supercent-io/skills-template/main/install.sh | INSTALL_GLOBAL=false bash

```

❓ curl λͺ…령이 μ‹€νŒ¨ν•˜λŠ” 경우

증상: curl: (7) Failed to connect λ˜λŠ” SSL certificate problem

ν•΄κ²° 방법:

```bash

# 방법 1: HTTPS μΈμ¦μ„œ 문제 우회 (μž„μ‹œ)

curl -fsSLk https://raw.githubusercontent.com/... | bash

# 방법 2: μˆ˜λ™ λ‹€μš΄λ‘œλ“œ ν›„ μ‹€ν–‰

wget https://raw.githubusercontent.com/supercent-io/skills-template/main/install.sh

chmod +x install.sh && ./install.sh

```

❓ npm κΆŒν•œ 였λ₯˜ (EACCES)

증상: npm ERR! Error: EACCES: permission denied

ν•΄κ²° 방법:

```bash

# npm κΈ€λ‘œλ²Œ 디렉토리 λ³€κ²½

npm config set prefix '~/.npm-global'

echo 'export PATH=~/.npm-global/bin:$PATH' >> ~/.zshrc

source ~/.zshrc

# λ‹€μ‹œ μ„€μΉ˜ μ‹œλ„

curl -fsSL https://raw.githubusercontent.com/supercent-io/skills-template/main/ins

More from this repository10

🎯
testing-strategies🎯Skill

Generates comprehensive testing strategies and methodologies for software development projects, providing structured guidance on test design, coverage, and implementation approaches across differen...

🎯
remotion-video-production🎯Skill

Generates and renders professional video content using Remotion, automating video production workflows with customizable templates and programmatic video creation.

🎯
security-best-practices🎯Skill

Analyzes code repositories and provides actionable security recommendations, identifying potential vulnerabilities, misconfigurations, and suggesting best practices for improving overall code secur...

🎯
frontend-design-system🎯Skill

Generates and manages a consistent, reusable frontend design system with standardized components, styles, and design tokens across a web application project.

🎯
marketing-skills-collection🎯Skill

Streamlines marketing workflows by providing reusable templates, analytics scripts, and campaign management tools for digital marketing professionals

🎯
looker-studio-bigquery🎯Skill

Automates BigQuery data visualization and reporting in Looker Studio with predefined templates and seamless data connection workflows

🎯
multiplatform-skill-template🎯Skill

Provides a standardized template for creating cross-platform skills with consistent structure, dependencies, and deployment configurations.

🎯
image-generation-mcp🎯Skill

Generates high-quality images using multi-conditional prompting with advanced AI models and customizable generation parameters

🎯
pptx-presentation-builder🎯Skill

Automates PowerPoint presentation creation by generating slides, adding content, and applying design templates with customizable parameters

🎯
codebase-search🎯Skill

Quickly search and navigate through codebases by filename, function, class, and code snippet with advanced filtering and context retrieval.