Replace with description of the skill and when Claude should use it.
Scanned 2/12/2026
Install to Claude Code
npx -y skills add Interstellar-code/claud-skills --skill template-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Template Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/interstellar-code-template-skill)More formats (shields.io, HTML) on the badges page.
---
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):**
```bash
# 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!
---
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.