New Split Strategy banner
woolball-xyz woolball-xyz

New Split Strategy

Productivity community

Description

--- name: new-split-strategy description: "Add a new input splitting strategy for a task type (e.g., split images, split documents)." user_invocable: true --- # /new-split-strategy Adds a new splitting strategy for a task type that needs to break large inputs into smaller chunks. ## Usage ``` /new-split-strategy <strategy-name> ``` Example: `/new-split-strategy split-document-by-pages` ## What This Creates 1. **Queue worker** — `Split{Name}Queue.cs` as a `BackgroundService` subscribing to

Installation

Installs to ~/.claude/skills/woolball-xyz-woolball-server-new-split-strategy/SKILL.md

Terminal
mkdir -p ~/.claude/skills/woolball-xyz-woolball-server-new-split-strategy && curl -fsSL https://raw.githubusercontent.com/woolball-xyz/woolball-server/HEAD/.claude/skills/new-split-strategy.md -o ~/.claude/skills/woolball-xyz-woolball-server-new-split-strategy/SKILL.md

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

Full documentation available on GitHub

View Source Repository