From spamhole
Process every unanalysed .eml file in the user's corpus inputs/emails/ directory through the full analyse-email pipeline. Skips files that already have a corresponding analysis report. Use when the user has dropped many .eml files into the corpus at once.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin spamholeThis skill uses the workspace's default tool permissions.
Drain queue. Runs `analyse-email` on every `.eml` in the corpus that doesn't already have a report.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
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.
Drain queue. Runs analyse-email on every .eml in the corpus that doesn't already have a report.
Standard resolver.
List <corpus>/inputs/emails/*.eml (skip the sanitised/ subdirectory).
For each file, check <corpus>/outputs/analyses/<basename>-analysis.md. If it exists, skip.
For each unanalysed file, run the same pipeline as analyse-email/SKILL.md — don't re-implement, refer to that skill.
Print a summary table:
If the batch is > 30 files, prompt the user once: "This will run the analyst agent N times. Continue?". Otherwise just run.