Compute the complete Hailstone sequence for a given starting number by repeatedly calling the next_number tool until the value 1 is reached.
$npx -y skills add nerdai/llm-agents-from-scratch --skill hailstone-sequenceInstalls into the current project.
Run `npx skills use "https://github.com/nerdai/llm-agents-from-scratch" --skill "nerdai/llm-agents-from-scratch/hailstone-sequence"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/nerdai/llm-agents-from-scratch" that are relevant to the current task. Run `npx skills add "https://github.com/nerdai/llm-agents-from-scratch"` and select the relevant skills, then follow their instructions.