Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/learning-assistant:learn-open-dashboardThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Learn Open Dashboard Command LearnSupporter (PyQt 데스크톱 앱)을 실행하여 고급 학습 기능에 접근합니다. ## Task 1. **Check if LearnSupporter is installed**: - Look for `~/LearnSupporter/main.py` or installed app 2. **Launch the app**: - Windows: `pythonw ~/LearnSupporter/main.py` - macOS/Linux: `python3 ~/LearnSupporter/main.py &` 3. **Show confirmation**: ## Fallback If LearnSupporter is not found: ## Rules - **Non-blocking**: Don't wait for app to start - **Check prerequisites**: Python, PyQt6 installed - **Helpful errors**: If launch fails, show installation guide
LearnSupporter (PyQt 데스크톱 앱)을 실행하여 고급 학습 기능에 접근합니다.
~/LearnSupporter/main.py or installed apppythonw ~/LearnSupporter/main.pypython3 ~/LearnSupporter/main.py &🚀 LearnSupporter 대시보드를 실행합니다...
LearnSupporter에서 다음 기능을 사용할 수 있습니다:
- 📊 진행도 대시보드 및 시각화
- 🎯 인터랙티브 퀴즈 (자동 생성)
- 📅 스페이스드 리피티션 복습 스케줄
- 🗺️ 개념 관계 그래프 (D3.js 스타일)
- 🏆 DIKW 레벨 평가 및 진행 경로
- 📝 고급 노트 편집기
앱이 열리지 않으면, ~/LearnSupporter/README.md를 확인하세요.
If LearnSupporter is not found:
❌ LearnSupporter가 설치되지 않았습니다.
LearnSupporter는 이 플러그인의 PyQt 데스크톱 앱입니다.
설치 방법:
1. 스펙 문서 확인: ~/LearnSupporter.md
2. 앱 다운로드: [GitHub 링크]
3. 또는 직접 빌드: [빌드 가이드 링크]
지금은 플러그인의 기본 기능만 사용 가능합니다:
- `/learn-capture` - 개념 캡처
- `/learn-note` - 노트 작성
- `/learn-list` - 개념 목록
npx claudepluginhub juyeongyi/jylee_claude_marketplace --plugin learning-assistant