Agent skill
using-process-tool
Describes how to correctly use 'process' tool
Install this agent skill to your Project
npx add-skill https://github.com/langchain4j/langchain4j/tree/main/langchain4j-skills/src/test/resources/skills/using-process-tool
SKILL.md
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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
greeting-user
Explains how to properly greet the user
greeting-user
Explains how to properly greet the user
test-skill
test description
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
openrlhf-training
High-performance RLHF framework with Ray+vLLM acceleration. Use for PPO, GRPO, RLOO, DPO training of large models (7B-70B+). Built on Ray, vLLM, ZeRO-3. 2× faster than DeepSpeedChat with distributed architecture and GPU resource sharing.
gguf-quantization
GGUF format and llama.cpp quantization for efficient CPU/GPU inference. Use when deploying models on consumer hardware, Apple Silicon, or when needing flexible quantization from 2-8 bit without GPU requirements.
Didn't find tool you were looking for?