이 파일을 복제해 프로젝트 스킬을 만든다. 트리거 조건을 description 에 구체적으로 적을 것.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add LeeYudok/agents-scaffold --skill example-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Example Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/leeyudok-example-skill)More formats (shields.io, HTML) on the badges page.
---
name: example-skill
description: 이 파일을 복제해 프로젝트 스킬을 만든다. 트리거 조건을 description 에 구체적으로 적을 것.
user-invocable: true
---
<!-- 이 스킬이 언제·무엇을 하는지 절차로 적는다. 예시 골격: -->
1. 전제 조건 확인(환경·도달성·상태)
2. 핵심 동작 수행
3. 결과 검증 + 보고
> 실제 스킬로 만들 땐 디렉터리명과 `name` 을 `{{PROJECT_NAME}}-sk-<목적>` 으로 바꾸고
> description 의 트리거를 구체화한다.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!