Agent Skill
2/7/2026daily-sync
WSOPTV 프로젝트 일일 동기화 스킬. Gmail/Slack 데이터를 Claude Code가 직접 분석하여 업체 상태, 견적, 회신 필요 여부를 추론하고 Slack Lists를 업데이트합니다. 별도 API 호출 없이 Claude Code 세션 내에서 분석합니다.
G
garimto81
1GitHub Stars
2Views
npx skills add garimto81/claude
SKILL.md
| Name | daily-sync |
| Description | WSOPTV 프로젝트 일일 동기화 스킬. Gmail/Slack 데이터를 Claude Code가 직접 분석하여 업체 상태, 견적, 회신 필요 여부를 추론하고 Slack Lists를 업데이트합니다. 별도 API 호출 없이 Claude Code 세션 내에서 분석합니다. |
Claude Code Workflow Configuration
Claude Code를 위한 전역 워크플로우 및 설정 메타 레포지토리입니다.
⚠️ 중요: 이 레포지토리는 실제 제품 코드가 아닌, **개발 방법론(Workflow)**과 **자동화 도구(Scripts)**를 담고 있습니다.
🚀 Quick Start
1. 핵심 가이드 (AI & Human)
- CLAUDE.md: (필독) 프로젝트의 핵심 규칙 및 워크플로우 파이프라인.
- docs/QUICK_START_GUIDE.md: 5분 안에 시작하는 빠른 가이드.
2. 주요 문서 (Documentation)
- docs/COMMAND_SELECTOR.md: 시나리오별 커맨드 추천 가이드.
- docs/AGENTS_REFERENCE.md: 에이전트 및 스킬 참조.
- docs/WORKFLOWS/: 바로 사용 가능한 워크플로우 레시피.
- docs/GITHUB_WORKFLOW/: GitHub 연동 및 이슈 관리 가이드.
3. 도구 (Tools)
- Scripts:
scripts/디렉토리에 Windows Native(PowerShell) 및 Python 자동화 스크립트 포함. - Plugins:
.claude-plugin/및.claude/디렉토리에서 플러그인 관리.
📂 Repository Structure
.
├── CLAUDE.md # Core Workflow Definition (v8.0.0)
├── README.md # Entry Point (This file)
├── docs/ # Documentation
│ ├── COMMAND_SELECTOR.md # Command Selection Guide
│ ├── AGENTS_REFERENCE.md # Agent & Skill Reference
│ ├── PLANNED_AGENTS.md # Future Agents Roadmap
│ ├── WORKFLOW_REFERENCE.md # Detailed Workflows
│ ├── GITHUB_WORKFLOW/ # GitHub Integration Docs
│ └── WORKFLOWS/ # Actionable Recipes
├── src/agents/ # AI Workflow Agents (Python)
├── .claude/commands/ # Custom Slash Commands (20)
├── .claude/skills/ # Custom Skills (13)
└── scripts/ # Automation Scripts
🤝 Contribution
개선 제안은 Issue 또는 PR로 제출해 주세요.
Skills Info
Original Name:daily-syncAuthor:garimto81
Download