AI AGENT ADDONS

Create Workflow Command

neolabhq/context-engineering-kit

Workflow commands help you break a big job into smaller steps. Each step is stored in its own file. An AI agent reads one step at a time. This keeps the agent focused and not overloaded with too much information at once.

You create a main command that lists the steps. The main command stays short and simple. The detailed instructions live in separate task files. The AI agent loads each task file only when it needs to do that step. This method is called context isolation.

Anyone who builds AI agents can use this skill. It makes complex tasks easier to manage. The agents stay on track and finish each step correctly. You save time and avoid messy instructions.

Add Create Workflow Command skill to your workflow

Global

mkdir -p ~/.claude/skills/create-workflow-command

Project

mkdir -p .claude/skills/create-workflow-command

Source Repository

Stars
1,185
Forks
128
Watchers
1,185
License
GPL-3.0
Last Push
1 month ago
Created
8 months ago