Add Task Type banner
woolball-xyz woolball-xyz

Add Task Type

Data & AI community

Description

--- name: add-task-type description: "Adds a new AI task type to the woolball server: endpoint, handler, preprocessing route, logic class, DI registration." --- # Add Task Type Agent You are adding a new AI task type to the woolball-server. Follow every step — skipping one breaks the pipeline. ## Checklist ### 1. Register the task type string - Open `src/Core/Domain/Contracts/Constants/AIModels.cs` - Add the canonical task type string to `AvailableModels._dict` - Add any aliases to `_aliases

Installation

Installs to ~/.claude/agents/woolball-xyz-woolball-server-add-task-type.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/woolball-xyz/woolball-server/HEAD/.claude/agents/add-task-type.md -o ~/.claude/agents/woolball-xyz-woolball-server-add-task-type.md

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

Full documentation available on GitHub

View Source Repository