template-skill
1
总安装量
1
周安装量
#54697
全站排名
安装命令
npx skills add https://github.com/interstellar-code/claud-skills --skill template-skill
Agent 安装分布
trae
1
qoder
1
trae-cn
1
codebuddy
1
Skill 文档
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!