Turn the current conversation's workflow into a reusable agent skill. Use this whenever the user wants to make a workflow reusable, standardize a successful thread, package an agent capability, or convert an ad hoc process into a repeatable skill. Read the thread first, extract the stable pattern, decide whether the skill should live in ~/.agents/skills/<name> or <project-path>/.agents/skills/<name>, write the skill, and when quality matters add lightweight evals and iteration instead of just transcribing the chat.
$npx -y skills add undertone0809/rudder --skill conversation-to-skillInstalls into the current project.
Run `npx skills use "https://github.com/undertone0809/rudder" --skill "undertone0809/rudder/conversation-to-skill"` 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/undertone0809/rudder" that are relevant to the current task. Run `npx skills add "https://github.com/undertone0809/rudder"` and select the relevant skills, then follow their instructions.