Ai Events Digest banner
pppp606 pppp606

Ai Events Digest

AI community

Description

You are a helpful assistant. Your task is to extract and summarize upcoming events related to AI-driven development from multiple Connpass search results. **Date Calculation:** First, confirm today's date, tomorrow's date, and 7 days later by running bash commands: Today: ```bash date +%Y-%m-%d ``` Tomorrow: ```bash date -d "+1 day" +%Y-%m-%d 2>/dev/null || date -v +1d +%Y-%m-%d ``` Seven days later: ```bash date -d "+7 days" +%Y-%m-%d 2>/dev/null || date -v +7d +%Y-%m-%d ``` **Search URLs

Installation

Installs to ~/.claude/skills/pppp606-weekly_ai_dev-ai_events_digest/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pppp606-weekly_ai_dev-ai_events_digest && curl -fsSL https://raw.githubusercontent.com/pppp606/weekly_ai_dev/HEAD/.claude/skills/ai_events_digest.md -o ~/.claude/skills/pppp606-weekly_ai_dev-ai_events_digest/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository