New Task Type banner
woolball-xyz woolball-xyz

New Task Type

AI community

Description

--- name: new-task-type description: "Scaffold all server-side files for a new AI task type: endpoint, handler, logic, queue routing." user_invocable: true --- # /new-task-type Creates all the server-side scaffolding for a new AI task type. ## Usage ``` /new-task-type <task-type-name> ``` Example: `/new-task-type image-generation` ## What This Creates 1. **AIModels.cs** — Adds task type string to `_dict` and any aliases to `_aliases` 2. **TaskRequest.cs** — New `ITaskHandler` implementati

Installation

Installs to ~/.claude/skills/woolball-xyz-woolball-server-new-task-type/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository