Agent Skills: Insert instructions below

Replace with description of the skill and when Claude should use it.

UncategorizedID: interstellar-code/claud-skills/template-skill

Install this agent skill to your local

pnpm dlx add-skill https://github.com/Interstellar-code/claud-skills/tree/HEAD/.claude/skills/template-skill

Skill Files

Browse the full folder contents for template-skill.

Download Skill

Loading file tree…

.claude/skills/template-skill/SKILL.md

Skill Metadata

Name
template-skill
Description
Replace with description of the skill and when Claude should use it.

Insert instructions below

🎨 VISUAL OUTPUT FORMATTING

CRITICAL: All template-skill output MUST use the colored-output formatter skill!

Use Colored-Output Skill

IMPORTANT: Use MINIMAL colored output (2-3 calls max) to prevent screen flickering!

Example formatted output (MINIMAL PATTERN):

# START: Header only
bash .claude/skills/colored-output/color.sh skill-header "YOUR-SKILL-NAME" "Starting task..."

# MIDDLE: Regular text (no colored calls)
Processing data...
Performing operations...

# END: Result only
bash .claude/skills/colored-output/color.sh success "" "Task completed"

WHY: Each bash call creates a task in Claude CLI, causing screen flickering. Keep it minimal!