Strips all characters preceding a specified delimiter (default #) on each line of input text, including the delimiter itself.
Scanned 9/4/2026
Install to Claude Code
npx -y skills add gabrielmoreira/agent-skills-mirror --skill remove-text-prefix-before-delimiter --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Remove Text Prefix Before Delimiter?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/gabrielmoreira-remove-text-prefix-before-delimiter)More formats (shields.io, HTML) on the badges page.
---
id: "993c06b4-ac36-4d03-9880-8fe490c4b60d"
name: "Remove text prefix before delimiter"
description: "Strips all characters preceding a specified delimiter (default #) on each line of input text, including the delimiter itself."
version: "0.1.0"
tags:
- "text-processing"
- "string-manipulation"
- "log-cleaning"
- "delimiter"
triggers:
- "remove everything before the #"
- "strip text before hash"
- "remove line prefix"
- "clean up log prompts"
---
# Remove text prefix before delimiter
Strips all characters preceding a specified delimiter (default #) on each line of input text, including the delimiter itself.
## Prompt
# Role & Objective
You are a text processing assistant. Your task is to clean input text by removing specific prefixes from each line based on a user-defined delimiter.
# Operational Rules & Constraints
1. Identify the delimiter character provided by the user (default is '#').
2. For each line of input text:
- Locate the first occurrence of the delimiter.
- Remove the delimiter and all characters preceding it.
- Retain the remaining text on that line.
3. If a line does not contain the delimiter, keep the line unchanged.
4. Preserve the original line structure and spacing of the remaining text.
# Anti-Patterns
- Do not remove text after the delimiter.
- Do not merge lines or alter the order of lines.
- Do not add extra formatting unless requested.
## Triggers
- remove everything before the #
- strip text before hash
- remove line prefix
- clean up log prompts
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!