Condense a long email thread into what happened, what matters, what is owed, and the next best action.
npx claudepluginhub khenson99/lesser-rings-cowork-marketplace --plugin claude-cowork-email-opsThis skill uses the workspace's default tool permissions.
Use this skill when a thread is long, multi-message, or mentally expensive to parse. The goal is to reduce rereading, not to decide mailbox mutation.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
Use this skill when a thread is long, multi-message, or mentally expensive to parse. The goal is to reduce rereading, not to decide mailbox mutation.
Turn a messy thread into a short operator brief that answers:
{
"thread_id": "...",
"brief": {
"what_happened": ["..."],
"what_matters_now": ["..."],
"open_questions": ["..."],
"owed_by_kyle": ["..."],
"owed_by_others": ["..."],
"next_best_action": "reply|read_only|wait|schedule|escalate",
"deadline": "none|YYYY-MM-DD|[REPLACE_ME]",
"risk": "low|medium|high"
}
}
highreply: only if there is a clear outstanding askread_only: useful update, no action neededwait: someone else owes the next moveschedule: next step is calendar/logistics coordinationescalate: ambiguity, high stakes, or relationship sensitivity