Agent Skill
2/7/2026

daily-sync

WSOPTV 프로젝트 일일 동기화 스킬. Gmail/Slack 데이터를 Claude Code가 직접 분석하여 업체 상태, 견적, 회신 필요 여부를 추론하고 Slack Lists를 업데이트합니다. 별도 API 호출 없이 Claude Code 세션 내에서 분석합니다.

G
garimto81
1GitHub Stars
2Views
npx skills add garimto81/claude

SKILL.md

Namedaily-sync
DescriptionWSOPTV 프로젝트 일일 동기화 스킬. Gmail/Slack 데이터를 Claude Code가 직접 분석하여 업체 상태, 견적, 회신 필요 여부를 추론하고 Slack Lists를 업데이트합니다. 별도 API 호출 없이 Claude Code 세션 내에서 분석합니다.

Claude Code Workflow Configuration

Claude Code를 위한 전역 워크플로우 및 설정 메타 레포지토리입니다.

Version Last Updated

⚠️ 중요: 이 레포지토리는 실제 제품 코드가 아닌, **개발 방법론(Workflow)**과 **자동화 도구(Scripts)**를 담고 있습니다.


🚀 Quick Start

1. 핵심 가이드 (AI & Human)

2. 주요 문서 (Documentation)

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