Conversation
- 로컬 .claude/skills 디렉토리에 10개 전문 스킬 추가 - discord-js-skills 패키지 구조로 코드 템플릿 제공 - 검증 스크립트로 스킬 품질 관리 - TypeScript 기반 완전한 구현 예시 포함 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
- 삭제: commands-manager (슬래시 커맨드 시스템) - 삭제: discord-client (이미 완성된 설정 존재) - 삭제: music-bot (프로젝트 범위 범위 벗어남) - 삭제: channel-manager (setup-channels.ts 스크립트로 대체) - 삭제: guild-manager (단일 서버 전용, 웹에서 관리) - 삭제: webhooks-manager (현재 요구사항 없음) - 삭제: moderation-tools (웹 관리자 페이지에서 처리) - 삭제: message-handler (activity-handler.ts로 충분) 보관: - events-handler (새로운 이벤트 핸들러 구현 시 필수) - member-manager (멤버 관련 고급 기능 구현 시 유용) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
삭제: - member-manager (DB 중심 설계와 상충) 단순화: - events-handler: 복잡한 클래스 패턴 → 실용적 참고 문서로 변경 신규 추가: - scheduler-reference: pg-boss 스케줄러 구현 참고 * Singleton 패턴, isRunning 플래그 * Cron 잡 등록, Worker 등록 * Discord 클라이언트 연동 예시 * 프로젝트 기존 스케줄러 참고 - service-pattern: DB 서비스 계층 구현 참고 * Singleton 패턴, CRUD 기본 패턴 * 에러 처리, 커스텀 에러 클래스 * 복잡한 쿼리 (조인, 집계, 그룹화) * 트랜잭션 패턴 * Property-Based Test 예시 최종 보관 스킬 (3개): 1. events-handler: 새로운 이벤트 핸들러 구현 참고 2. scheduler-reference: 새로운 스케줄러 구현 참고 3. service-pattern: 새로운 서비스 구현 참고 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
🎯 Summary
Discord 봇 프로젝트의 철학에 맞지 않는 스킬을 정리하고, 실제 개발에 바로 활용 가능한 참고용 스킬을 추가합니다.
🔴 AS-IS
🟢 TO-BE
최종 보관 스킬 (3개)
💬 참고사항
삭제된 스킬 (8개)
setup-channels.ts스크립트로 대체activity-handler.ts로 충분스킬 단순화
BaseHandler클래스 → 현재 프로젝트 패턴 기반 실용적 참고 문서신규 추가 스킬
활용처
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com