Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install all skills (local)
run: |
npx skills add . --yes
npx skills@1.4.0 add . --yes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR 내용과 무관한 변경사항같은데 의도하신 내용이 맞을까요?

Copy link
Member Author

@DaleSeo DaleSeo Feb 22, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

네네, skills cli 1.4.1에 리눅스 환경에서 symbolic link가 안 걸리는 버그가 있습니다.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

그래서 PR #23 에서도 이렇게 CI가 실패하고 있습니다.
https://github.com/DaleStudy/skills/actions/runs/22262772099/job/64440826930?pr=23
이제 리베이스할 테니 해결될 것 같아요.

echo "✅ Successfully installed all skills from local repository"

- name: Verify all skill files
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ skill-creator 가이드를 따라 SKILL.md 작성 및 리소스 추가

변경사항을 커밋하고 PR을 보내주세요!

## 기여자
## 기여 (Contribution)

본 프로젝트는 [All Contributors](https://github.com/all-contributors/all-contributors) 관례에 따라 기여자분들의 공헌를 인정하고 감사를 표현하고 있습니다.

Expand All @@ -290,6 +290,18 @@ skill-creator 가이드를 따라 SKILL.md 작성 및 리소스 추가

<!-- ALL-CONTRIBUTORS-LIST:END -->

## 응원 (Support)

달레 스터디로 부터 받은 도움을 후원을 통해서 더 많은 분들에게 나눠주세요. 💝
후원은 달레 스터디가 커뮤니티로서 지속 가능할 수 있는 중요한 기반이 됩니다. 🙏
저장소에 스타를 주시는 것도 더 많은 분들이 저희 커뮤니티를 찾는데 도움이 됩니다. ⭐

<p align="center">
<a href="https://github.com/sponsors/DaleStudy">
<img src="https://raw.githubusercontent.com/DaleStudy/.github/main/sponsorkit/sponsors.svg" alt="Sponsors" />
</a>
</p>

## 관련 링크

- [Agent Skills 스펙](https://agentskills.io/specification)
Expand Down