Add ram-check skill#49
Merged
Merged
Conversation
macOS memory diagnostic that judges by memory pressure, not raw usage. Dashboard-style report: pressure gauge (🟢🟡🔴), non-overlapping used + free = total breakdown, free split into idle RAM vs reclaimable cache (with "max reclaimable"), top consumers (RSS rank, de-duplicated by app), and a 1-second-delta paging-activity section that shows whether cache eviction / swap is actually happening right now. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
The /mac-memory-check slash command collided with Claude Code's built-in /memory command — both surfaced on /m autocomplete. Renaming to ram-check (starts with r) cleanly separates it on /r and is shorter. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…json Public is now a derived mirror of skills-internal (single source of truth). publish.sh stamps metadata.public:true on each published skill and regenerates the skills array. Also registers executive-summary in the website catalog. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ram-check 스킬 (신규)
macOS 메모리를 사용량이 아닌 압력(memory pressure) 기준으로 진단하는 스킬. 한 번의 스크립트 실행으로 대시보드형 리포트를 출력한다.
리포트 구성
🟢⬜⬜ 정상 / 🟢🟡⬜ 주의 / 🟢🟡🔴 위급(내부 레벨 숫자 노출 안 함)사용 중 + 여유 = 총 RAM비중복 모델vm_stat1초 delta로 swapout/swapin/pageout MB/s. 지금 캐시 회수·스왑이 일어나는 중인지 판별설계 포인트
사용 중 + 여유 = 총으로 항상 검산 가능 (inactive/file-backed 이중계산 회피)기타 정리
.claude-plugin/plugin.jsonskills 배열 재생성 (정렬, 스킬 손실 없음)executive-summary등록🤖 Generated with Claude Code