SpillwaveSolutions

Batch NLP — Development skill for Claude Code

Development community

Efficiently process multiple documents with batch optimization.

How to install Batch NLP

Installs to ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-batch-nlp/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-batch-nlp && curl -fsSL https://raw.githubusercontent.com/SpillwaveSolutions/spacy-nlp-agentic-skill/HEAD/commands/batch-nlp.md -o ~/.claude/skills/spillwavesolutions-spacy-nlp-agentic-skill-batch-nlp/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Batch NLP does


name: batch-nlp description: Efficiently process multiple documents with batch optimization parameters:

  • name: input description: Input directory or file required: true
  • name: output description: Output file or directory required: true
  • name: task description: Task (entities, classify, analyze) required: false default: entities
  • name: batch-size description: Documents per batch required: false default: 50
  • name: workers description:

Alternatives in Development

  • Notebooklm Skill — Use this skill to enable Claude Code to communicate directly with your Google NotebookLM notebooks 5.9k ★
  • Documents PDF — Document And PDF Skills 280 ★
  • Claude Autopilot — VS Code/Cursor extension for automating Claude Code tasks with intelligent queuing, batch processing, and auto 218 ★

Full documentation available on GitHub

View Source Repository