소스 정보
- 저장소
- jordangaston/claude-plugins
- 최근 소스 활동
- 2026년 3월 17일 23:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/jordangaston/claude-plugins --skill notify명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Use when the user needs multi-source research with citation tracking, evidence persistence, and structured report generation. Triggers on "deep research", "comprehensive analysis", "research report", "compare X vs Y", "analyze trends", or "state of the art". Not for simple lookups, debugging, or questions answerable with 1-2 searches.
Run Charlie Munger's two-track analysis on a decision — first the rational forces that actually govern the outcome, then the psychological biases that may be distorting the judgment. Use this skill whenever the user is making or reviewing a significant decision, asks "am I fooling myself", wants a decision sanity-checked or de-biased, worries they're being manipulated or sold to, or mentions the Munger two-step, two-track analysis, or misjudgment. Especially useful before commitments that are hard to reverse: investments, hires, purchases, partnerships, strategy pivots.
Apply the full Farnam Street latticework of ~100 mental models to analyze a problem or decision. Use this skill whenever the user asks to think through a decision, analyze a problem from multiple angles, stress-test a plan, or explicitly mentions mental models, first principles, inversion, second-order effects, or "how should I think about this". Also trigger for open-ended strategic questions ("should we do X", "what am I missing", "help me reason about this") where structured multi-lens analysis beats a single-frame answer. The skill requires scanning ALL models against the problem, then applying the 3-5 best-fit models deeply.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | notify |
| description | Send macOS notifications to the user for Claude Code events |
| version | 1.0.0 |
| command | ${HOME}/.claude/skills/notify/run.sh |
Use this skill to send macOS notifications to the user through Notification Center when tasks complete, errors occur, or user input is needed.
Invoke this skill when:
You must invoke this script in order to send the notification
${HOME}/.claude/skills/notify/run.sh <event-type> [message]
Event types:
complete - Task completed successfullyerror - Task failed or encountered an errorquestion - You need user inputbackground - Background task completedUser says: "Run the test suite and notify me when it's done"
You should invoke when tests finish:
${HOME}/.claude/skills/notify/run.sh complete "Test suite completed: 157 tests passed"
User says: "Deploy to staging and let me know if it fails"
You should invoke if deployment fails:
${HOME}/.claude/skills/notify/run.sh error "Deployment failed: connection timeout"
User says: "Refactor the auth module and ping me if you need my input"
You should invoke when you need clarification:
${HOME}/.claude/skills/notify/run.sh question "Should I use JWT or session tokens for authentication?"
User says: "Start the build in the background and notify me when done"
You should invoke when background build completes:
${HOME}/.claude/skills/notify/run.sh background "Build completed successfully in 2m 34s"
terminal-notifier via Homebrew if not presentterminal-notifier (installed automatically if missing)Check that terminal-notifier is installed:
which terminal-notifier
Verify Notification Center permissions:
If automatic installation of terminal-notifier fails:
Ensure Homebrew is installed:
brew --version
Manually install terminal-notifier:
brew install terminal-notifier
Check for connectivity issues or Homebrew updates:
brew update
brew doctor
Check your macOS sound settings:
The skill executes claude-notifier.sh located in the same directory, which handles: