Back to list
sfmskywalker

special-chars-skill

by sfmskywalker

A .NET implementation of the agentskills standard by Anthropic

2🍴 0📅 Jan 21, 2026

SKILL.md


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

Special Characters Skill

This skill tests handling of special characters in various contexts.

Unicode Support

Testing unicode characters: 你好, привет, مرحبا, こんにちは

Special Symbols

Testing various symbols and punctuation:

  • Quotes: "double" and 'single'
  • Mathematical: ∑, ∫, ∂, ∞, ≈, ≠
  • Currency: $, €, £, ¥, ₹
  • Arrows: →, ←, ↑, ↓, ⇒, ⇐
  • Symbols: ©, ®, ™, ±, ×, ÷

Markdown Edge Cases

Testing markdown special characters:

  • Asterisks: * and **
  • Underscores: _ and __
  • Backticks: ` and ```
  • Brackets: [link] and (url)
  • Hash: # heading

Code Blocks

function test() {
    const str = "Testing special chars: <>&\"'";
    return str.replace(/[<>&"']/g, (c) => entities[c]);
}

HTML Entities

Testing HTML entity handling: <, >, &, ", '

This skill ensures proper handling of special characters throughout the parsing and rendering pipeline.

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon