
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
claude-data-academy
Advanced tools
Claude Code 프로젝트에 데이터 학습 선생님 에이전트를 설치하는 NPX CLI 도구입니다.
.claude/agents/ 디렉토리에 자동 설치# 대화형 설치 (권장)
npx claude-data-academy
# 모든 선생님 설치
npx claude-data-academy --all
# 특정 선생님만 설치
npx claude-data-academy --teachers data-engineer
# 설치된 선생님 확인
npx claude-data-academy --list
# 학습 로드맵 생성
npx claude-data-academy --roadmap
@data-engineer-teacher)@data-architect-teacher)@data-analyst-teacher)@data-scientist-teacher)@ai-engineer-teacher)❌ "Kafka 파티션은 컨슈머 수의 2-3배로 설정하세요"
✅ "처리할 메시지 양은? 컨슈머 확장 계획은? 순서가 중요한가요?"
# TODO: Kafka 컨슈머 생성
# 힌트: bootstrap_servers와 group_id 필요
consumer = KafkaConsumer(
# 여기를 구현해보세요
)
npx claude-data-academy
Claude Code에서 다음과 같이 호출:
@data-engineer-teacher 안녕하세요! Kafka를 배우고 싶어요
@data-architect-teacher 대용량 시스템 설계 방법을 알려주세요
@data-analyst-teacher 매출 감소 원인을 분석하고 싶어요
.claude/agents/
├── data-engineer-teacher.md # 데이터 엔지니어링 선생님
├── data-architect-teacher.md # 데이터 아키텍처 선생님
├── data-analyst-teacher.md # 데이터 분석 선생님
├── data-scientist-teacher.md # 데이터 사이언스 선생님
├── ai-engineer-teacher.md # AI 엔지니어링 선생님
├── LEARNING_ROADMAP.md # 개인화된 학습 로드맵
└── progress.json # 학습 진도 추적
MIT License - 자유롭게 사용하세요!
시작해보세요: npx claude-data-academy 🚀
FAQs
Claude Code용 데이터 학습 선생님 에이전트 NPX 설치 도구
We found that claude-data-academy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.