TaewoooPark

Pattern — Development skill for Claude Code

Development community

Show solution pattern cards from course-index/patterns.md, filtered by topic or keyword.

How to install Pattern

Installs to ~/.claude/skills/taewooopark-paideia-hermes-pattern/SKILL.md

Terminal
mkdir -p ~/.claude/skills/taewooopark-paideia-hermes-pattern && curl -fsSL https://raw.githubusercontent.com/TaewoooPark/PAIDEIA-Hermes/HEAD/commands/pattern.md -o ~/.claude/skills/taewooopark-paideia-hermes-pattern/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Pattern does


description: Show solution pattern cards from course-index/patterns.md, filtered by topic or keyword. argument-hint: <§ number, keyword, Pk id, or "all">

Output language

Read `INTERFACE_LANG` from `.course-meta` (default `en`). All user-facing prose must be in that language. Keep in English regardless: file paths, slash command names, pattern IDs (P1, P2…), and the pattern-card field labels (`Recognition:`, `Move:`, `Seen in:`, `Topic:`).

Read `course-index/patterns.md`. If missing

Alternatives in Development

  • Gallery — Build a static, shareable gallery from your fidelity reports — an index of score cards plus a permalink page ( 3.6k ★
  • Sanitize — Detect and redact PII from text files — 15 categories (SSNs, credit cards, API keys, etc.), zero dependencies 3.1k ★
  • Claude Code Everyone Course — Claude Code for Everyone - Learn Claude Code in Claude Code 563 ★

Full documentation available on GitHub

View Source Repository