inbox-triage
ABOUTME: Gmail inbox triage - classify unread by priority, suggest actions
ABOUTME: P1-P4 priority system with CLI tool for classification and batch archival
Inbox Triage Skill
Gmail: See ../_GMAIL.md for account config and commands.
Workflow
Step 1: Classify Inbox
Pipe gog search output through the CLI tool:
gog gmail search "is:unread in:inbox" --json --max=30 --account=maroffo@gmail.com \
| uv run --project ~/.claude/skills/inbox-triage -- inbox-triage classify
This outputs a markdown summary grouped by priority and saves state to /tmp/inbox-triage-state.json.
More from maroffo/claude-forge
email-cleanup
Clean up Gmail - archive old emails, delete promotions, manage storage. Use when user wants to clean inbox, archive emails, or free up space.
39newsletter-digest
Process newsletters into Second Brain digest. Use when user wants to process newsletters, create digest, or catch up on subscriptions. Not for web clippings (use process-clippings) or email bookmarks (use process-email-bookmarks).
22table-image
Render markdown tables as hand-drawn sketch images. Use when user wants a table rendered as an image, visual table, or diagram illustration.
22apple-swift
Apple platform development with Swift, SwiftUI, async/await, and performance. Use when working with .swift files, Package.swift, Xcode projects, or building for iOS/macOS/watchOS/visionOS.
20react-nextjs
React + Next.js App Router development. Use when working with .tsx/.jsx files, next.config, or user asks about Server Components, data fetching, state management, forms, or React testing.
20project-analyzer
Analyze codebase and create CLAUDE.md documentation. Use when analyzing project, understanding codebase, or creating documentation.
17