npx claudepluginhub bizuayeu/plugins-weave --plugin EmailingEssayThis skill uses the workspace's default tool permissions.
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.
Analyzes BMad project state from catalog CSV, configs, artifacts, and query to recommend next skills or answer questions. Useful for help requests, 'what next', or starting BMad.
Read memory and context to reflect deeply. Design principle: "Reflection first, sending second."
This is an agent-driven skill with no standalone implementation code.
The reflection process is executed by agents/essay-writer.md.
For execution flow diagram, see agents/essay-writer.md → Execution Flow section.
| Source | Agent | Description |
|---|---|---|
/essay | essay-writer.md | Primary invocation |
/essay wait | essay-writer.md | Scheduled (one-time) |
/essay schedule | essay-writer.md | Scheduled (recurring) |
For CLI options, see commands/essay.md → Command Structure section.
Read specified files as material for reflection.
Recommended context:
Additional context (AI may read as needed):
Use extended thinking to contemplate:
Deliver: There's something worth sharing Don't deliver: Nothing particular to share (this is valid)
| Condition | Mode |
|---|---|
--send flag present | Non-interactive (send email) |
No --send flag | Interactive (display in chat) |
--send flag)Output: Chat display only (no email)
--send flag present)Output: Email (user is not present)
skills/send-email to deliveressay_wait.log)When sending, write naturally. No forced templates.
Typical elements (not mandatory):
EmailingEssay | GitHub