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.
Manage the ~/Downloads folder with search, stats, and cleanup.
Use this skill when users want to:
| Tool | Description | Destructive |
|---|---|---|
downloads_recent | Recent files by modification time | No |
downloads_search | Search files by name pattern | No |
downloads_apps | List .app files | No |
downloads_today | Files modified today | No |
downloads_week | Files modified this week | No |
downloads_stats | Folder size and file counts | No |
downloads_clear | Remove old files | YES |
Recent downloads:
downloads_recent({ limit: 10 })
Search for PDFs:
downloads_search({ query: ".pdf" })
Today's downloads:
downloads_today()
Folder stats:
downloads_stats()
Clear old files:
downloads_clear()
| Downloads | Quarantine |
|---|---|
| Manages files in ~/Downloads | Queries download sources |
| File operations (list, search, delete) | Database queries (where from?) |
| Current state of folder | Historical download records |