Skill417 estrellas del repoactualizado 2d ago
ask-user-collaboration
The ask-user-collaboration skill enables AI4J agents to pause execution and request concise, structured information from application users when missing business context or human decisions are required to proceed safely. Use this skill when an agent encounters ambiguous situations where user input materially changes the next action, such as confirming high-risk operations, selecting among equally valid options, or gathering essential context the agent cannot infer independently.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/LnYo-Cly/ai4j /tmp/ask-user-collaboration && cp -r /tmp/ask-user-collaboration/ai4j-plugin-ask-user/src/main/resources/skills/ask-user ~/.claude/skills/ask-user-collaborationDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Ask User Collaboration Use this skill when an AI4J agent needs a human decision, missing business context, or confirmation before continuing. ## Workflow 1. Ask only when the answer changes the next action. 2. Keep the question concrete and answerable. 3. Include short choices when they reduce ambiguity. 4. Explain why the answer is needed. 5. Resume only after the host application supplies the user's answer. Do not ask broad preference questions when a reasonable default is already safe.