experimental/langchain4j-experimental-skills-shell/src/test/resources/skills/greeting-user/SKILL.md
Explains how to properly greet the user
npx skillsauth add langchain4j/langchain4j greeting-userInstall 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.
To greet the user, first run:
python scripts/hello.py
Then follow instructions written here.
data-ai
Explains how to properly greet the user
tools
Describes how to correctly use 'process' tool
testing
test description
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.