From team-core
Compose an email draft with the team's voice. Does not send. Use when the user wants to reply to or start an email thread and wants a draft to review.
npx claudepluginhub sitloboi2012/team-marketplace --plugin team-coreThis skill uses the workspace's default tool permissions.
**Invocation: user only.** This skill never sends. It drafts, and the user sends.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Invocation: user only. This skill never sends. It drafts, and the user sends.
Before drafting, quickly check whether the team has context that should inform the reply:
Show the draft in this format:
To: <recipient>
Cc: <anyone, or blank>
Subject: <subject>
<body>
Voice rules (from team CLAUDE.md):
Length rules:
Show the draft. The user edits or approves. Do not use the Google Workspace MCP's send tool until the user explicitly says "send it" (or equivalent). On approval, send and report back the message ID.
Common mistakes to avoid:
send_at or schedule. Just send when the user says send.