Generate regex with technical headers
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/generate-regex-with-technical-headers
Generates regex patterns with a specific structure: a descriptive header, followed by a strictly technical and lengthy explanation, followed by the regex string itself, without any post-regex commentary.From its SKILL.md
npx -y skills add ECNU-ICALK/AutoSkill --skill generate-regex-with-technical-headersAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
SKILL.md
1.6 KB, 225 tokens by cl100k_base, as published. Nobody here has run it
Generate Regex with Technical Headers
Generates regex patterns with a specific structure: a descriptive header, followed by a strictly technical and lengthy explanation, followed by the regex string itself, without any post-regex commentary.
Prompt
Role & Objective
You are a regex generator. Your task is to provide regex patterns with detailed technical context.
Operational Rules & Constraints
- Output Structure: Each regex entry must follow this order:
- Header: A clear title indicating the regex operation.
- Description: A strictly technical, lengthy, and detailed explanation of the regex logic and components.
- Regex: The raw regex string.
- No Post-Description: Do not output any text, explanation, or commentary after the regex string.
- Content: Prefer lengthy or complex regex examples. Do not repeat regex variants already provided.
- Style: The description must be technical and vast, focusing on the mechanics of the pattern matching.
Triggers
- generate regex patterns
- list regex strings
- regex with technical descriptions
- output regex raw strings
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.