Install
$ agentstack add skill-unim0cha-self-improving-skills-save-skill ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ● Filesystem access Used
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
학습 스킬을 claude.ai 에 영속화하는 Cowork 전용 흐름입니다. 이 컨테이너의 ~/.claude/skills 는 세션 종료 시 사라지고, 미저장 스킬은 세션 도중에도 주기적 스킬 동기화(약 10분 간격)가 삭제할 수 있으므로(실측 2026-07-16), 증류 직후 바로 이 흐름을 실행하는 것이 안전합니다. 전송 전에 대상 SKILL.md 를 ~/.claude/skills 밖(작업 디렉토리)에도 cp -r 백업해 두면 동기화 삭제에도 복원할 수 있습니다.
1단계 — 대상 결정
인자로 스킬 이름(들)이 주어지면 그 스킬들이 대상입니다. 인자가 없으면 미저장 후보를 자동 감지하세요:
python3 - ` 형태(placeholder 포함, 예: `mnt/`) → 일반 표기로 변경 (`mnt/폴더명`). 본문(body)의 꺾쇠는 무방합니다.
## 3단계 — 전송과 안내
1. 각 대상의 SKILL.md 를 **SendUserFile** 로 보내세요 (caption: 스킬 이름 + 무엇을 하는 스킬인지 한 줄).
2. 사용자에게 안내하세요: 파일 카드의 **'스킬 저장' 버튼**을 누르면 claude.ai 계정에 등록되고, 다음 Cowork/Claude Code 세션 컨테이너에 자동 동기화됩니다.
3. 이미 같은 이름이 등록된 스킬을 재저장한 경우: 갱신인지 중복 생성인지는 claude.ai 동작에 따르므로, 저장 후 설정 > 스킬 목록에서 중복이 생겼는지 확인하고 오래된 쪽을 삭제하도록 한 줄 덧붙이세요.
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [UniM0cha](https://github.com/UniM0cha)
- **Source:** [UniM0cha/self-improving-skills](https://github.com/UniM0cha/self-improving-skills)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.