一键导入
special-chars-skill
A skill testing special characters: quotes "test", apostrophes 'test', and symbols !@#$%
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A skill testing special characters: quotes "test", apostrophes 'test', and symbols !@#$%
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Perform mathematical calculations using various operations
Get current weather information for any location
A skill with unexpected fields in frontmatter for testing validation
This is from the lowercase skill.md file
A skill with lowercase skill.md filename for testing
Perform systematic code reviews following best practices and team standards
| name | special-chars-skill |
| description | A skill testing special characters: quotes "test", apostrophes 'test', and symbols !@#$% |
| version | 1.0.0 |
| author | Test & Validation Team |
| tags | ["special-characters","unicode","edge-cases"] |
This skill tests handling of special characters in various contexts.
Testing unicode characters: 你好, привет, مرحبا, こんにちは
Testing various symbols and punctuation:
Testing markdown special characters:
function test() {
const str = "Testing special chars: <>&\"'";
return str.replace(/[<>&"']/g, (c) => entities[c]);
}
Testing HTML entity handling: <, >, &, ", '
This skill ensures proper handling of special characters throughout the parsing and rendering pipeline.