notemdpro-batch-processor
Installation
SKILL.md
NoteMD Pro - Batch Processing
Overview
This skill provides utilities for batch processing multiple markdown files with proper concurrency control, rate limiting, and error handling. It prevents API rate limits and ensures stable processing of large vaults.
When to Use
- Large vault migrations: Process 100+ files
- Bulk operations: Translate, generate, or extract from multiple files
- Rate limit prevention: Avoid overwhelming LLM APIs
- Progress tracking: Monitor batch progress
Key Functions (from utils.ts)
createConcurrentProcessor
Creates a concurrent processor with staggered task execution.