npx claudepluginhub nathanvale/side-quest-marketplace-old --plugin terminalThis 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.
Orchestrates subagents to execute phased plans: deploys for implementation, verification, anti-pattern checks, code quality review, and commits only after passing checks.
macOS text-to-speech using the native say command.
Use this skill when users want to:
| Tool | Description |
|---|---|
say_speak | Speak text with optional voice and rate |
say_list_voices | List voices, optionally filtered by language |
say_save_audio | Save speech to .aiff or .m4a file |
Speak text:
say_speak({ text: "Hello Nathan", voice: "Samantha" })
List English voices:
say_list_voices({ language: "en" })
Save to file:
say_save_audio({ text: "Intro", output: "intro.m4a", voice: "Daniel" })
| Voice | Language | Notes |
|---|---|---|
| Samantha | en_US | Premium, natural |
| Alex | en_US | Premium, natural |
| Daniel | en_GB | British accent |
| Karen | en_AU | Australian accent |
| Albert | en_US | Fun, robotic |