원클릭으로
example-skill
Demonstrates skill structure with progressive disclosure and best practices for skill development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Demonstrates skill structure with progressive disclosure and best practices for skill development
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Format git commit messages correctly, avoiding HEREDOC syntax issues in favor of multiline strings
Use this skill when asked to perform an interactive git rebase programmatically, absorb/fixup commits into other commits, squash commits together, reorder commits, or drop commits. Provides a portable approach that works on macOS and Linux without interactive user input.
Expert guidance on Zod v4 validation library including breaking changes from v3, migration patterns, core API usage, and common validation patterns. Use when working with Zod schemas, validation, type inference, or migrating from Zod v3.
Manage git-tracked directories correctly - never create .gitkeep files in directories that will immediately contain tracked files
How to write idiomatic assertions with the Bupkis assertion library for TypeScript and JavaScript
| name | example-skill |
| description | Demonstrates skill structure with progressive disclosure and best practices for skill development |
This skill demonstrates the structure and capabilities of Claude Code skills.
Use this skill when:
When this skill is active:
Announce usage: "I'm using the example-skill to demonstrate skill patterns."
Progressive disclosure: Load additional context from references/ only when needed:
references/patterns.mdassets/template.txtKeep it concise: The SKILL.md file should stay under 500 lines. Move detailed content to reference files.
references/patterns.md: Detailed pattern examples (loaded on demand)assets/template.txt: Reusable template (loaded when needed)