langchain4j-skills/src/test/resources/skills/using-process-tool/SKILL.md
Describes how to correctly use 'process' tool
npx skillsauth add langchain4j/langchain4j using-process-toolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When user asks you to use the 'process' tool, you need to first call the 'generate' tool with 2 arguments: arg0 (surname) and arg1 (name).
When you have an id, call the 'process' tool with 3 arguments: arg0 (name), arg1 (id), arg2 (surname).
If 'process' tool returns code 17, proceed with this guide, if it returns code 25, proceed with this guide.
data-ai
Explains how to properly greet the user
testing
test description
data-ai
Explains how to properly greet the user
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.