FlowLLM repository development guidance. Use when working in the flowllm codebase to implement, debug, test, review, or document FlowLLM runtime behavior, including CLI/client calls, services, application wiring, jobs, steps, components, configuration, streaming, registry registration, and tests.
$npx -y skills add flowllm-ai/flowllm --skill flowllm_devInstalls into the current project.
Run `npx skills use "https://github.com/flowllm-ai/flowllm" --skill "flowllm-ai/flowllm/flowllm_dev"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flowllm-ai/flowllm" that are relevant to the current task. Run `npx skills add "https://github.com/flowllm-ai/flowllm"` and select the relevant skills, then follow their instructions.