How this skill is triggered — by the user, by Claude, or both
Slash command
/hello-world:hello-quizThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Tell the user you're going to ask a few quick questions to build their developer profile.
Tell the user you're going to ask a few quick questions to build their developer profile.
Use AskUserQuestion to ask all 3 questions in a single call:
Question 1:
Question 2:
Question 3:
After receiving answers, generate a Developer Profile summary that includes:
Keep the profile fun and encouraging. This is a hello-world interaction test, so keep the tone light.
npx claudepluginhub sequenzia/cowork-plugins --plugin hello-worldInterviews user on stable cross-project preferences like communication style, tone, technical depth, and environment defaults, saving conclusions to Honcho memory.
Provides battle-tested prompt templates for developer roles (expert, code reviewer, architect) and tasks (debugging, refactoring, ELI5). Enhances code-focused prompting.
Authors Claude Code skills using AskUserQuestion tool for interactive user input, decisions, multi-select options, free-text answers, and multi-step workflows. Covers mechanics, constraints, response handling, and wiring patterns.