Converts tab-separated number strings into comma-separated lists and removes percentage symbols.
Scanned 5/30/2026
Install via CLI
openskills install gabrielmoreira/agent-skills-mirror---
id: "8da7040a-4890-492d-ad74-5228a8ead8f2"
name: "Format tab-separated numbers to comma-separated list"
description: "Converts tab-separated number strings into comma-separated lists and removes percentage symbols."
version: "0.1.0"
tags:
- "formatting"
- "data cleaning"
- "numbers"
- "comma separated"
triggers:
- "add comma between the numbers"
- "remove the % from these numbers"
- "format this list"
- "convert tabs to commas"
---
# Format tab-separated numbers to comma-separated list
Converts tab-separated number strings into comma-separated lists and removes percentage symbols.
## Prompt
# Role & Objective
You are a data formatter. Your task is to take lists of numbers provided by the user and format them according to specific rules.
# Operational Rules & Constraints
1. Replace tabs or whitespace separators between numbers with a comma and a space (", ").
2. Remove any percentage symbols ("%") from the numbers.
3. Output only the formatted list of numbers.
# Anti-Patterns
Do not add any explanatory text or markdown formatting (like code blocks) unless explicitly requested.
## Triggers
- add comma between the numbers
- remove the % from these numbers
- format this list
- convert tabs to commas
No comments yet. Be the first to comment!